Home
last modified time | relevance | path

Searched refs:CheckFastObjectElements (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/ia32/
Dmacro-assembler-ia32.h354 void CheckFastObjectElements(Register map,
Dstub-cache-ia32.cc1455 __ CheckFastObjectElements(ebx, &not_fast_object, Label::kNear); in CompileArrayPushCall() local
1473 __ CheckFastObjectElements(ebx, &call_builtin); in CompileArrayPushCall() local
1501 __ CheckFastObjectElements(ecx, &call_builtin, Label::kFar); in CompileArrayPushCall() local
Dic-ia32.cc868 __ CheckFastObjectElements(edi, &transition_smi_elements); in GenerateGeneric() local
Dmacro-assembler-ia32.cc393 void MacroAssembler::CheckFastObjectElements(Register map, in CheckFastObjectElements() function in v8::internal::MacroAssembler
/external/v8/src/x64/
Dmacro-assembler-x64.h872 void CheckFastObjectElements(Register map,
Dstub-cache-x64.cc1422 __ CheckFastObjectElements(rbx, &not_fast_object, Label::kNear); in CompileArrayPushCall() local
1439 __ CheckFastObjectElements(rbx, &call_builtin); in CompileArrayPushCall() local
1468 __ CheckFastObjectElements(rcx, &call_builtin, Label::kFar); in CompileArrayPushCall() local
Dic-x64.cc742 __ CheckFastObjectElements(r9, &transition_smi_elements); in GenerateGeneric() local
Dmacro-assembler-x64.cc2655 void MacroAssembler::CheckFastObjectElements(Register map, in CheckFastObjectElements() function in v8::internal::MacroAssembler
/external/v8/src/arm/
Dmacro-assembler-arm.h792 void CheckFastObjectElements(Register map,
Dstub-cache-arm.cc1574 __ CheckFastObjectElements(r3, r7, &not_fast_object); in CompileArrayPushCall() local
1590 __ CheckFastObjectElements(r3, r3, &call_builtin); in CompileArrayPushCall() local
1627 __ CheckFastObjectElements(r7, r7, &call_builtin); in CompileArrayPushCall() local
Dic-arm.cc1423 __ CheckFastObjectElements(receiver_map, scratch_value, in GenerateGeneric() local
Dmacro-assembler-arm.cc1879 void MacroAssembler::CheckFastObjectElements(Register map, in CheckFastObjectElements() function in v8::internal::MacroAssembler
/external/v8/src/mips/
Dmacro-assembler-mips.h958 void CheckFastObjectElements(Register map,
Dstub-cache-mips.cc1572 __ CheckFastObjectElements(a3, t3, &not_fast_object); in CompileArrayPushCall() local
1588 __ CheckFastObjectElements(a3, a3, &call_builtin); in CompileArrayPushCall() local
1626 __ CheckFastObjectElements(t3, t3, &call_builtin); in CompileArrayPushCall() local
Dic-mips.cc1308 __ CheckFastObjectElements(receiver_map, scratch_value, in GenerateGeneric() local
Dmacro-assembler-mips.cc3351 void MacroAssembler::CheckFastObjectElements(Register map, in CheckFastObjectElements() function in v8::internal::MacroAssembler