Searched refs:not_fast_object (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/x64/ |
D | stub-cache-x64.cc | 1421 Label fast_object, not_fast_object; in CompileArrayPushCall() local 1422 __ CheckFastObjectElements(rbx, ¬_fast_object, Label::kNear); in CompileArrayPushCall() 1425 __ bind(¬_fast_object); in CompileArrayPushCall()
|
/external/v8/src/ia32/ |
D | stub-cache-ia32.cc | 1454 Label fast_object, not_fast_object; in CompileArrayPushCall() local 1455 __ CheckFastObjectElements(ebx, ¬_fast_object, Label::kNear); in CompileArrayPushCall() 1458 __ bind(¬_fast_object); in CompileArrayPushCall()
|
/external/v8/src/arm/ |
D | stub-cache-arm.cc | 1573 Label fast_object, not_fast_object; in CompileArrayPushCall() local 1574 __ CheckFastObjectElements(r3, r7, ¬_fast_object); in CompileArrayPushCall() 1577 __ bind(¬_fast_object); in CompileArrayPushCall()
|
/external/v8/src/mips/ |
D | stub-cache-mips.cc | 1571 Label fast_object, not_fast_object; in CompileArrayPushCall() local 1572 __ CheckFastObjectElements(a3, t3, ¬_fast_object); in CompileArrayPushCall() 1575 __ bind(¬_fast_object); in CompileArrayPushCall()
|