Home
last modified time | relevance | path

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

12

/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc2150 __ LoadNativeContextSlot(Context::ITERATOR_RESULT_MAP_INDEX, map_reg); in EmitCreateIterResultObject() local
2177 __ LoadNativeContextSlot(expr->context_index(), x0); in EmitLoadJSRuntimeFunction() local
2737 __ LoadNativeContextSlot(Context::ITERATOR_RESULT_MAP_INDEX, map_reg); in EmitCreateIteratorResult() local
2798 __ LoadNativeContextSlot(Context::CLOSURE_INDEX, x10); in PushFunctionArgumentForContextAllocation() local
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc1565 __ LoadNativeContextSlot(Context::ITERATOR_RESULT_MAP_INDEX, a1); in EmitCreateIteratorResult() local
2212 __ LoadNativeContextSlot(Context::ITERATOR_RESULT_MAP_INDEX, a1); in EmitCreateIterResultObject() local
2233 __ LoadNativeContextSlot(expr->context_index(), v0); in EmitLoadJSRuntimeFunction() local
2768 __ LoadNativeContextSlot(Context::CLOSURE_INDEX, at); in PushFunctionArgumentForContextAllocation() local
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc1531 __ LoadNativeContextSlot(Context::ITERATOR_RESULT_MAP_INDEX, r4); in EmitCreateIteratorResult() local
2201 __ LoadNativeContextSlot(Context::ITERATOR_RESULT_MAP_INDEX, r4); in EmitCreateIterResultObject() local
2222 __ LoadNativeContextSlot(expr->context_index(), r3); in EmitLoadJSRuntimeFunction() local
2752 __ LoadNativeContextSlot(Context::CLOSURE_INDEX, ip); in PushFunctionArgumentForContextAllocation() local
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc1492 __ LoadNativeContextSlot(Context::ITERATOR_RESULT_MAP_INDEX, r3); in EmitCreateIteratorResult() local
2158 __ LoadNativeContextSlot(Context::ITERATOR_RESULT_MAP_INDEX, r3); in EmitCreateIterResultObject() local
2178 __ LoadNativeContextSlot(expr->context_index(), r2); in EmitLoadJSRuntimeFunction() local
2693 __ LoadNativeContextSlot(Context::CLOSURE_INDEX, ip); in PushFunctionArgumentForContextAllocation() local
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc1567 __ LoadNativeContextSlot(Context::ITERATOR_RESULT_MAP_INDEX, a1); in EmitCreateIteratorResult() local
2213 __ LoadNativeContextSlot(Context::ITERATOR_RESULT_MAP_INDEX, a1); in EmitCreateIterResultObject() local
2234 __ LoadNativeContextSlot(expr->context_index(), v0); in EmitLoadJSRuntimeFunction() local
2773 __ LoadNativeContextSlot(Context::CLOSURE_INDEX, at); in PushFunctionArgumentForContextAllocation() local
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc1551 __ LoadNativeContextSlot(Context::ITERATOR_RESULT_MAP_INDEX, r1); in EmitCreateIteratorResult() local
2188 __ LoadNativeContextSlot(Context::ITERATOR_RESULT_MAP_INDEX, r1); in EmitCreateIterResultObject() local
2210 __ LoadNativeContextSlot(expr->context_index(), r0); in EmitLoadJSRuntimeFunction() local
2743 __ LoadNativeContextSlot(Context::CLOSURE_INDEX, ip); in PushFunctionArgumentForContextAllocation() local
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc1502 __ LoadNativeContextSlot(Context::ITERATOR_RESULT_MAP_INDEX, rbx); in EmitCreateIteratorResult() local
2100 __ LoadNativeContextSlot(Context::ITERATOR_RESULT_MAP_INDEX, rbx); in EmitCreateIterResultObject() local
2120 __ LoadNativeContextSlot(expr->context_index(), rax); in EmitLoadJSRuntimeFunction() local
/external/v8/src/builtins/arm64/
Dbuiltins-arm64.cc22 __ LoadNativeContextSlot(Context::ARRAY_FUNCTION_INDEX, result); in GenerateLoadArrayFunction() local
29 __ LoadNativeContextSlot(Context::INTERNAL_ARRAY_FUNCTION_INDEX, result); in GenerateLoadInternalArrayFunction() local
2780 __ LoadNativeContextSlot(Context::CALL_AS_FUNCTION_DELEGATE_INDEX, x1); in Generate_Call() local
3051 __ LoadNativeContextSlot(Context::CALL_AS_CONSTRUCTOR_DELEGATE_INDEX, x1); in Generate_Construct() local
/external/v8/src/builtins/arm/
Dbuiltins-arm.cc55 __ LoadNativeContextSlot(Context::INTERNAL_ARRAY_FUNCTION_INDEX, result); in GenerateLoadInternalArrayFunction() local
61 __ LoadNativeContextSlot(Context::ARRAY_FUNCTION_INDEX, result); in GenerateLoadArrayFunction() local
2700 __ LoadNativeContextSlot(Context::CALL_AS_FUNCTION_DELEGATE_INDEX, r1); in Generate_Call() local
2971 __ LoadNativeContextSlot(Context::CALL_AS_CONSTRUCTOR_DELEGATE_INDEX, r1); in Generate_Construct() local
/external/v8/src/builtins/mips/
Dbuiltins-mips.cc55 __ LoadNativeContextSlot(Context::INTERNAL_ARRAY_FUNCTION_INDEX, result); in GenerateLoadInternalArrayFunction() local
61 __ LoadNativeContextSlot(Context::ARRAY_FUNCTION_INDEX, result); in GenerateLoadArrayFunction() local
2708 __ LoadNativeContextSlot(Context::CALL_AS_FUNCTION_DELEGATE_INDEX, a1); in Generate_Call() local
3036 __ LoadNativeContextSlot(Context::CALL_AS_CONSTRUCTOR_DELEGATE_INDEX, a1); in Generate_Construct() local
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc55 __ LoadNativeContextSlot(Context::INTERNAL_ARRAY_FUNCTION_INDEX, result); in GenerateLoadInternalArrayFunction() local
61 __ LoadNativeContextSlot(Context::ARRAY_FUNCTION_INDEX, result); in GenerateLoadArrayFunction() local
2778 __ LoadNativeContextSlot(Context::CALL_AS_FUNCTION_DELEGATE_INDEX, r4); in Generate_Call() local
3050 __ LoadNativeContextSlot(Context::CALL_AS_CONSTRUCTOR_DELEGATE_INDEX, r4); in Generate_Construct() local
/external/v8/src/builtins/s390/
Dbuiltins-s390.cc55 __ LoadNativeContextSlot(Context::INTERNAL_ARRAY_FUNCTION_INDEX, result); in GenerateLoadInternalArrayFunction() local
61 __ LoadNativeContextSlot(Context::ARRAY_FUNCTION_INDEX, result); in GenerateLoadArrayFunction() local
2790 __ LoadNativeContextSlot(Context::CALL_AS_FUNCTION_DELEGATE_INDEX, r3); in Generate_Call() local
3062 __ LoadNativeContextSlot(Context::CALL_AS_CONSTRUCTOR_DELEGATE_INDEX, r3); in Generate_Construct() local
/external/v8/src/builtins/x64/
Dbuiltins-x64.cc1636 __ LoadNativeContextSlot(Context::INTERNAL_ARRAY_FUNCTION_INDEX, rdi); in Generate_InternalArrayCode() local
1665 __ LoadNativeContextSlot(Context::ARRAY_FUNCTION_INDEX, rdi); in Generate_ArrayCode() local
2844 __ LoadNativeContextSlot(Context::CALL_AS_FUNCTION_DELEGATE_INDEX, rdi); in Generate_Call() local
3110 __ LoadNativeContextSlot(Context::CALL_AS_CONSTRUCTOR_DELEGATE_INDEX, rdi); in Generate_Construct() local
/external/v8/src/builtins/mips64/
Dbuiltins-mips64.cc55 __ LoadNativeContextSlot(Context::INTERNAL_ARRAY_FUNCTION_INDEX, result); in GenerateLoadInternalArrayFunction() local
61 __ LoadNativeContextSlot(Context::ARRAY_FUNCTION_INDEX, result); in GenerateLoadArrayFunction() local
2734 __ LoadNativeContextSlot(Context::CALL_AS_FUNCTION_DELEGATE_INDEX, a1); in Generate_Call() local
3058 __ LoadNativeContextSlot(Context::CALL_AS_CONSTRUCTOR_DELEGATE_INDEX, a1); in Generate_Construct() local
/external/v8/src/mips/
Dcode-stubs-mips.cc1759 __ LoadNativeContextSlot(Context::ARRAY_FUNCTION_INDEX, t2); in GenerateRecordCallTarget() local
1780 __ LoadNativeContextSlot(Context::ARRAY_FUNCTION_INDEX, t2); in GenerateRecordCallTarget() local
/external/v8/src/mips64/
Dcode-stubs-mips64.cc1760 __ LoadNativeContextSlot(Context::ARRAY_FUNCTION_INDEX, a5); in GenerateRecordCallTarget() local
1782 __ LoadNativeContextSlot(Context::ARRAY_FUNCTION_INDEX, a5); in GenerateRecordCallTarget() local
/external/v8/src/arm/
Dcode-stubs-arm.cc1617 __ LoadNativeContextSlot(Context::ARRAY_FUNCTION_INDEX, r5); in GenerateRecordCallTarget() local
1640 __ LoadNativeContextSlot(Context::ARRAY_FUNCTION_INDEX, r5); in GenerateRecordCallTarget() local
Dmacro-assembler-arm.cc2795 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
/external/v8/src/arm64/
Dcode-stubs-arm64.cc1821 __ LoadNativeContextSlot(Context::ARRAY_FUNCTION_INDEX, scratch1); in GenerateRecordCallTarget() local
1845 __ LoadNativeContextSlot(Context::ARRAY_FUNCTION_INDEX, scratch1); in GenerateRecordCallTarget() local
Dmacro-assembler-arm64.cc4196 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
/external/v8/src/s390/
Dcode-stubs-s390.cc1717 __ LoadNativeContextSlot(Context::ARRAY_FUNCTION_INDEX, r7); in GenerateRecordCallTarget() local
1741 __ LoadNativeContextSlot(Context::ARRAY_FUNCTION_INDEX, r7); in GenerateRecordCallTarget() local
/external/v8/src/x64/
Dcode-stubs-x64.cc1168 __ LoadNativeContextSlot(Context::ARRAY_FUNCTION_INDEX, r11); in GenerateRecordCallTarget() local
1191 __ LoadNativeContextSlot(Context::ARRAY_FUNCTION_INDEX, r11); in GenerateRecordCallTarget() local
Dmacro-assembler-x64.cc4941 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler
/external/v8/src/ppc/
Dcode-stubs-ppc.cc1707 __ LoadNativeContextSlot(Context::ARRAY_FUNCTION_INDEX, r8); in GenerateRecordCallTarget() local
1731 __ LoadNativeContextSlot(Context::ARRAY_FUNCTION_INDEX, r8); in GenerateRecordCallTarget() local
Dmacro-assembler-ppc.cc2547 void MacroAssembler::LoadNativeContextSlot(int index, Register dst) { in LoadNativeContextSlot() function in v8::internal::MacroAssembler

12