| /external/v8/src/codegen/ia32/ |
| D | macro-assembler-ia32.cc | 1352 void MacroAssembler::LoadNativeContextSlot(Register destination, int index) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
|
| /external/v8/src/builtins/ppc/ |
| D | builtins-ppc.cc | 2335 __ 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/ |
| D | builtins-mips64.cc | 2228 __ 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/ |
| D | builtins-arm.cc | 2235 __ 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/ |
| D | builtins-s390.cc | 2397 __ 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/ |
| D | builtins-arm64.cc | 2609 __ 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/ |
| D | macro-assembler-arm64.cc | 3078 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
|
| /external/v8/src/codegen/arm/ |
| D | macro-assembler-arm.cc | 2055 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
|
| /external/v8/src/builtins/x64/ |
| D | builtins-x64.cc | 2453 __ 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/ |
| D | builtins-mips.cc | 2162 __ 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/ |
| D | builtins-ia32.cc | 2421 __ 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/ |
| D | macro-assembler-x64.cc | 2804 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
|
| /external/v8/src/codegen/ppc/ |
| D | macro-assembler-ppc.cc | 1854 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
|
| /external/v8/src/codegen/s390/ |
| D | macro-assembler-s390.cc | 1771 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
|
| /external/v8/src/codegen/mips/ |
| D | macro-assembler-mips.cc | 4871 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
|
| /external/v8/src/codegen/mips64/ |
| D | macro-assembler-mips64.cc | 5224 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
|