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

/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc1813 bool has_fast_elements = IsFastObjectElementsKind(constant_elements_kind); local
1818 if (has_fast_elements && !FLAG_allocation_site_pretenuring) {
/external/chromium_org/v8/src/arm64/
H A Dfull-codegen-arm64.cc1792 bool has_fast_elements = IsFastObjectElementsKind(constant_elements_kind); local
1797 if (has_fast_elements && !FLAG_allocation_site_pretenuring) {
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc1799 bool has_fast_elements = local
1805 if (has_fast_elements && !FLAG_allocation_site_pretenuring) {
/external/chromium_org/v8/src/mips64/
H A Dfull-codegen-mips64.cc1796 bool has_fast_elements = local
1802 if (has_fast_elements && !FLAG_allocation_site_pretenuring) {

Completed in 743 milliseconds