Home
last modified time | relevance | path

Searched refs:not_fast_object (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/x64/
Dstub-cache-x64.cc1421 Label fast_object, not_fast_object; in CompileArrayPushCall() local
1422 __ CheckFastObjectElements(rbx, &not_fast_object, Label::kNear); in CompileArrayPushCall()
1425 __ bind(&not_fast_object); in CompileArrayPushCall()
/external/v8/src/ia32/
Dstub-cache-ia32.cc1454 Label fast_object, not_fast_object; in CompileArrayPushCall() local
1455 __ CheckFastObjectElements(ebx, &not_fast_object, Label::kNear); in CompileArrayPushCall()
1458 __ bind(&not_fast_object); in CompileArrayPushCall()
/external/v8/src/arm/
Dstub-cache-arm.cc1573 Label fast_object, not_fast_object; in CompileArrayPushCall() local
1574 __ CheckFastObjectElements(r3, r7, &not_fast_object); in CompileArrayPushCall()
1577 __ bind(&not_fast_object); in CompileArrayPushCall()
/external/v8/src/mips/
Dstub-cache-mips.cc1571 Label fast_object, not_fast_object; in CompileArrayPushCall() local
1572 __ CheckFastObjectElements(a3, t3, &not_fast_object); in CompileArrayPushCall()
1575 __ bind(&not_fast_object); in CompileArrayPushCall()