Searched defs:has_fast_elements (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/arm/
H A Dfull-codegen-arm.cc1612 bool has_fast_elements = constant_elements_kind == FAST_ELEMENTS; local
1621 if (has_fast_elements && constant_elements_values->map() ==
1636 FastCloneShallowArrayStub::Mode mode = has_fast_elements
/external/v8/src/mips/
H A Dfull-codegen-mips.cc1622 bool has_fast_elements = constant_elements_kind == FAST_ELEMENTS; local
1632 if (has_fast_elements && constant_elements_values->map() ==
1647 FastCloneShallowArrayStub::Mode mode = has_fast_elements

Completed in 88 milliseconds