Home
last modified time | relevance | path

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

/external/v8/src/codegen/ia32/
Dmacro-assembler-ia32.cc1352 void MacroAssembler::LoadNativeContextSlot(Register destination, int index) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc2335 __ LoadNativeContextSlot(Context::CALL_AS_FUNCTION_DELEGATE_INDEX, r4); in Generate_Call() local
2450 __ LoadNativeContextSlot(Context::CALL_AS_CONSTRUCTOR_DELEGATE_INDEX, r4); in Generate_Construct() local
/external/v8/src/builtins/mips64/
Dbuiltins-mips64.cc2228 __ LoadNativeContextSlot(Context::CALL_AS_FUNCTION_DELEGATE_INDEX, a1); in Generate_Call() local
2386 __ LoadNativeContextSlot(Context::CALL_AS_CONSTRUCTOR_DELEGATE_INDEX, a1); in Generate_Construct() local
/external/v8/src/builtins/arm/
Dbuiltins-arm.cc2235 __ LoadNativeContextSlot(Context::CALL_AS_FUNCTION_DELEGATE_INDEX, r1); in Generate_Call() local
2344 __ LoadNativeContextSlot(Context::CALL_AS_CONSTRUCTOR_DELEGATE_INDEX, r1); in Generate_Construct() local
/external/v8/src/builtins/s390/
Dbuiltins-s390.cc2397 __ LoadNativeContextSlot(Context::CALL_AS_FUNCTION_DELEGATE_INDEX, r3); in Generate_Call() local
2511 __ LoadNativeContextSlot(Context::CALL_AS_CONSTRUCTOR_DELEGATE_INDEX, r3); in Generate_Construct() local
/external/v8/src/builtins/arm64/
Dbuiltins-arm64.cc2609 __ LoadNativeContextSlot(Context::CALL_AS_FUNCTION_DELEGATE_INDEX, x1); in Generate_Call() local
2726 __ LoadNativeContextSlot(Context::CALL_AS_CONSTRUCTOR_DELEGATE_INDEX, x1); in Generate_Construct() local
/external/v8/src/codegen/arm64/
Dmacro-assembler-arm64.cc3078 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
/external/v8/src/codegen/arm/
Dmacro-assembler-arm.cc2055 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
/external/v8/src/builtins/x64/
Dbuiltins-x64.cc2453 __ LoadNativeContextSlot(Context::CALL_AS_FUNCTION_DELEGATE_INDEX, rdi); in Generate_Call() local
2563 __ LoadNativeContextSlot(Context::CALL_AS_CONSTRUCTOR_DELEGATE_INDEX, rdi); in Generate_Construct() local
/external/v8/src/builtins/mips/
Dbuiltins-mips.cc2162 __ LoadNativeContextSlot(Context::CALL_AS_FUNCTION_DELEGATE_INDEX, a1); in Generate_Call() local
2321 __ LoadNativeContextSlot(Context::CALL_AS_CONSTRUCTOR_DELEGATE_INDEX, a1); in Generate_Construct() local
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc2421 __ LoadNativeContextSlot(edi, Context::CALL_AS_FUNCTION_DELEGATE_INDEX); in Generate_Call() local
2541 __ LoadNativeContextSlot(edi, Context::CALL_AS_CONSTRUCTOR_DELEGATE_INDEX); in Generate_Construct() local
/external/v8/src/codegen/x64/
Dmacro-assembler-x64.cc2804 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
/external/v8/src/codegen/ppc/
Dmacro-assembler-ppc.cc1854 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
/external/v8/src/codegen/s390/
Dmacro-assembler-s390.cc1771 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
/external/v8/src/codegen/mips/
Dmacro-assembler-mips.cc4871 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
/external/v8/src/codegen/mips64/
Dmacro-assembler-mips64.cc5224 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler