Searched refs:has_constant_fast_elements (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc1560 bool has_constant_fast_elements = constant_elements_kind == FAST_ELEMENTS; local
1569 if (has_constant_fast_elements &&
1588 FastCloneShallowArrayStub::Mode mode = has_constant_fast_elements
/external/v8/src/x64/
H A Dfull-codegen-x64.cc1513 bool has_constant_fast_elements = constant_elements_kind == FAST_ELEMENTS; local
1522 if (has_constant_fast_elements &&
1541 FastCloneShallowArrayStub::Mode mode = has_constant_fast_elements

Completed in 199 milliseconds