Home
last modified time | relevance | path

Searched defs:LoadNativeContextSlot (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/builtins/mips/
Dbuiltins-mips.cc1950 __ LoadNativeContextSlot(Context::CALL_AS_FUNCTION_DELEGATE_INDEX, a1); in Generate_Call() local
2124 __ LoadNativeContextSlot(Context::CALL_AS_CONSTRUCTOR_DELEGATE_INDEX, a1); in Generate_Construct() local
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc2039 __ LoadNativeContextSlot(Context::CALL_AS_FUNCTION_DELEGATE_INDEX, r4); in Generate_Call() local
2154 __ LoadNativeContextSlot(Context::CALL_AS_CONSTRUCTOR_DELEGATE_INDEX, r4); in Generate_Construct() local
/external/v8/src/builtins/s390/
Dbuiltins-s390.cc2046 __ LoadNativeContextSlot(Context::CALL_AS_FUNCTION_DELEGATE_INDEX, r3); in Generate_Call() local
2160 __ LoadNativeContextSlot(Context::CALL_AS_CONSTRUCTOR_DELEGATE_INDEX, r3); in Generate_Construct() local
/external/v8/src/builtins/x64/
Dbuiltins-x64.cc2160 __ LoadNativeContextSlot(Context::CALL_AS_FUNCTION_DELEGATE_INDEX, rdi); in Generate_Call() local
2268 __ LoadNativeContextSlot(Context::CALL_AS_CONSTRUCTOR_DELEGATE_INDEX, rdi); in Generate_Construct() local
/external/v8/src/builtins/arm/
Dbuiltins-arm.cc1964 __ LoadNativeContextSlot(Context::CALL_AS_FUNCTION_DELEGATE_INDEX, r1); in Generate_Call() local
2073 __ LoadNativeContextSlot(Context::CALL_AS_CONSTRUCTOR_DELEGATE_INDEX, r1); in Generate_Construct() local
/external/v8/src/builtins/mips64/
Dbuiltins-mips64.cc1968 __ LoadNativeContextSlot(Context::CALL_AS_FUNCTION_DELEGATE_INDEX, a1); in Generate_Call() local
2139 __ LoadNativeContextSlot(Context::CALL_AS_CONSTRUCTOR_DELEGATE_INDEX, a1); in Generate_Construct() local
/external/v8/src/builtins/arm64/
Dbuiltins-arm64.cc2356 __ LoadNativeContextSlot(Context::CALL_AS_FUNCTION_DELEGATE_INDEX, x1); in Generate_Call() local
2470 __ LoadNativeContextSlot(Context::CALL_AS_CONSTRUCTOR_DELEGATE_INDEX, x1); in Generate_Construct() local
/external/v8/src/x64/
Dmacro-assembler-x64.cc2506 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
/external/v8/src/arm/
Dmacro-assembler-arm.cc1909 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc2977 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc1790 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
/external/v8/src/s390/
Dmacro-assembler-s390.cc1737 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
/external/v8/src/mips/
Dmacro-assembler-mips.cc4685 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc5068 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler