/external/v8/src/builtins/mips/ |
D | builtins-mips.cc | 1950 __ 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/ |
D | builtins-ppc.cc | 2039 __ 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/ |
D | builtins-s390.cc | 2046 __ 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/ |
D | builtins-x64.cc | 2160 __ 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/ |
D | builtins-arm.cc | 1964 __ 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/ |
D | builtins-mips64.cc | 1968 __ 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/ |
D | builtins-arm64.cc | 2356 __ 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/ |
D | macro-assembler-x64.cc | 2506 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
|
/external/v8/src/arm/ |
D | macro-assembler-arm.cc | 1909 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.cc | 2977 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.cc | 1790 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
|
/external/v8/src/s390/ |
D | macro-assembler-s390.cc | 1737 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
|
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 4685 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.cc | 5068 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
|