Searched defs:not_fast_object (Results 1 - 3 of 3) sorted by relevance

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

Completed in 58 milliseconds