Searched refs:has_constant_fast_elements (Results 1 - 4 of 4) 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
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc1718 bool has_constant_fast_elements = local
1725 if (has_constant_fast_elements && !FLAG_allocation_site_pretenuring) {
1732 if (has_constant_fast_elements &&
1762 if (has_constant_fast_elements) {
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc1739 bool has_constant_fast_elements = local
1746 if (has_constant_fast_elements && !FLAG_allocation_site_pretenuring) {
1753 if (has_constant_fast_elements &&
1783 if (has_constant_fast_elements) {

Completed in 154 milliseconds