Home
last modified time | relevance | path

Searched refs:FUNCTION_ADDR (Results 1 – 25 of 32) sorted by relevance

12

/external/v8/src/
Dassembler.cc971 FUNCTION_ADDR(IncrementalMarking::RecordWriteFromCode))); in incremental_marking_record_write_function()
979 FUNCTION_ADDR(IncrementalMarking::RecordWriteOfCodeEntryFromCode))); in incremental_marking_record_write_code_entry_function()
986 FUNCTION_ADDR(StoreBuffer::StoreBufferOverflow))); in store_buffer_overflow_function()
994 FUNCTION_ADDR(HandleScope::DeleteExtensions))); in delete_handle_scope_extensions()
1000 return ExternalReference(Redirect(isolate, FUNCTION_ADDR(JSDate::GetField))); in get_date_field_function()
1007 isolate, FUNCTION_ADDR(Code::MakeCodeAgeSequenceYoung))); in get_make_code_young_function()
1014 isolate, FUNCTION_ADDR(Code::MarkCodeAsExecuted))); in get_mark_code_as_executed_function()
1031 Redirect(isolate, FUNCTION_ADDR(Deoptimizer::New))); in new_deoptimizer_function()
1038 Redirect(isolate, FUNCTION_ADDR(Deoptimizer::ComputeOutputFrames))); in compute_output_frames_function()
1043 Redirect(isolate, FUNCTION_ADDR(wasm::f32_trunc_wrapper))); in wasm_f32_trunc()
[all …]
Dapi-arguments-inl.h16 !PerformSideEffectCheck(ISOLATE, FUNCTION_ADDR(F))) { \
33 ExternalCallbackScope call_scope(isolate, FUNCTION_ADDR(f)); \
58 ExternalCallbackScope call_scope(isolate, FUNCTION_ADDR(f)); \
79 ExternalCallbackScope call_scope(isolate, FUNCTION_ADDR(f)); in FOR_EACH_CALLBACK_TABLE_MAPPING_1_INDEX()
95 ExternalCallbackScope call_scope(isolate, FUNCTION_ADDR(f)); in Call()
111 ExternalCallbackScope call_scope(isolate, FUNCTION_ADDR(f)); in Call()
127 ExternalCallbackScope call_scope(isolate, FUNCTION_ADDR(f)); in Call()
139 !PerformSideEffectCheck(isolate, FUNCTION_ADDR(f))) { in Call()
145 ExternalCallbackScope call_scope(isolate, FUNCTION_ADDR(f)); in Call()
Dapi-arguments.cc18 !isolate->debug()->PerformSideEffectCheckForCallback(FUNCTION_ADDR(f))) { in Call()
23 ExternalCallbackScope call_scope(isolate, FUNCTION_ADDR(f)); in Call()
33 !isolate->debug()->PerformSideEffectCheckForCallback(FUNCTION_ADDR(f))) { in Call()
38 ExternalCallbackScope call_scope(isolate, FUNCTION_ADDR(f)); in Call()
Dexternal-reference-table.cc313 #define DEF_ENTRY(Name, ...) {FUNCTION_ADDR(&Builtin_##Name), "Builtin_" #Name}, in AddBuiltins()
377 {FUNCTION_ADDR(&Accessors::name##Getter), "Accessors::" #name "Getter"}, in AddAccessors()
383 { FUNCTION_ADDR(&Accessors::name), "Accessors::" #name}, in AddAccessors()
Dfast-accessor-assembler.cc178 ApiFunction callback_api_function(FUNCTION_ADDR(callback_function)); in Call()
Dglobals.h269 #define FUNCTION_ADDR(f) \ macro
Dcode-stubs.cc1927 descriptor->Initialize(FUNCTION_ADDR(Runtime_ToBooleanIC_Miss)); in InitializeDescriptor()
1933 descriptor->Initialize(FUNCTION_ADDR(Runtime_BinaryOpIC_Miss)); in InitializeDescriptor()
1941 FUNCTION_ADDR(Runtime_BinaryOpIC_MissWithAllocationSite)); in InitializeDescriptor()
/external/v8/src/runtime/
Druntime.cc41 Runtime::k##name, Runtime::RUNTIME, #name, FUNCTION_ADDR(Runtime_##name), \
50 FUNCTION_ADDR(Runtime_##name), number_of_args, result_size \
/external/v8/src/builtins/
Dbuiltins.cc131 code = BuildAdaptor(isolate, FUNCTION_ADDR(Builtin_##Name), BUILTIN_EXIT, \ in SetUp()
135 code = BuildAdaptor(isolate, FUNCTION_ADDR(Builtin_##Name), EXIT, \ in SetUp()
214 return FUNCTION_ADDR(Builtin_##Name); in CppEntryOf()
/external/v8/src/debug/
Ddebug-evaluate.cc506 FUNCTION_ADDR(Accessors::StringLengthGetter),
507 FUNCTION_ADDR(Accessors::ArrayLengthGetter)};
/external/v8/src/arm/
Dsimulator-arm.h545 FUNCTION_ADDR(entry), 5, p0, p1, p2, p3, p4))
548 Simulator::current(isolate)->CallFPReturnsInt(FUNCTION_ADDR(entry), p0, p1)
Dsimulator-arm.cc1778 static_cast<void*>(FUNCTION_ADDR(generic_target)), dval0, in SoftwareInterrupt()
1783 static_cast<void*>(FUNCTION_ADDR(generic_target)), dval0); in SoftwareInterrupt()
1787 static_cast<void*>(FUNCTION_ADDR(generic_target)), dval0, in SoftwareInterrupt()
1914 static_cast<void*>(FUNCTION_ADDR(target)), arg1, arg2, arg3, arg4, in SoftwareInterrupt()
1943 static_cast<void*>(FUNCTION_ADDR(target)), arg0, arg1, arg2, arg3, in SoftwareInterrupt()
/external/v8/src/ppc/
Dsimulator-ppc.h408 FUNCTION_ADDR(entry), 5, (intptr_t)p0, (intptr_t)p1, (intptr_t)p2, \
Dsimulator-ppc.cc1236 static_cast<void*>(FUNCTION_ADDR(generic_target)), in SoftwareInterrupt()
1241 static_cast<void*>(FUNCTION_ADDR(generic_target)), in SoftwareInterrupt()
1246 static_cast<void*>(FUNCTION_ADDR(generic_target)), in SoftwareInterrupt()
1389 static_cast<void*>(FUNCTION_ADDR(target)), arg[0], arg[1], in SoftwareInterrupt()
Dcode-stubs-ppc.cc2857 ApiFunction dispatcher(FUNCTION_ADDR(EntryHookTrampoline)); in Generate()
/external/v8/src/mips/
Dsimulator-mips.h529 FUNCTION_ADDR(entry), 5, p0, p1, p2, p3, p4))
Dsimulator-mips.cc2155 static_cast<void*>(FUNCTION_ADDR(generic_target)), dval0, in SoftwareInterrupt()
2160 static_cast<void*>(FUNCTION_ADDR(generic_target)), dval0); in SoftwareInterrupt()
2164 static_cast<void*>(FUNCTION_ADDR(generic_target)), dval0, in SoftwareInterrupt()
2264 static_cast<void*>(FUNCTION_ADDR(target)), arg1, arg2, arg3, arg4, in SoftwareInterrupt()
2287 static_cast<void*>(FUNCTION_ADDR(target)), arg0, arg1, arg2, arg3, in SoftwareInterrupt()
/external/v8/src/mips64/
Dsimulator-mips64.h559 FUNCTION_ADDR(entry), 5, reinterpret_cast<int64_t*>(p0), \
Dsimulator-mips64.cc2093 static_cast<void*>(FUNCTION_ADDR(generic_target)), dval0, in SoftwareInterrupt()
2098 static_cast<void*>(FUNCTION_ADDR(generic_target)), dval0); in SoftwareInterrupt()
2102 static_cast<void*>(FUNCTION_ADDR(generic_target)), dval0, in SoftwareInterrupt()
2206 static_cast<void*>(FUNCTION_ADDR(target)), arg1, arg2, arg3, arg4, in SoftwareInterrupt()
2230 static_cast<void*>(FUNCTION_ADDR(target)), arg0, arg1, arg2, arg3, in SoftwareInterrupt()
/external/v8/src/arm64/
Dsimulator-arm64.h880 FUNCTION_ADDR(entry), p0, p1, p2, p3, p4))
Dcode-stubs-arm64.cc2726 ApiFunction dispatcher(FUNCTION_ADDR(EntryHookTrampoline)); in Generate()
/external/v8/src/s390/
Dsimulator-s390.h1266 FUNCTION_ADDR(entry), 5, (intptr_t)p0, (intptr_t)p1, (intptr_t)p2, \
Dsimulator-s390.cc2015 static_cast<void*>(FUNCTION_ADDR(generic_target)), dval0, in SoftwareInterrupt()
2020 static_cast<void*>(FUNCTION_ADDR(generic_target)), dval0); in SoftwareInterrupt()
2024 static_cast<void*>(FUNCTION_ADDR(generic_target)), dval0, in SoftwareInterrupt()
2167 static_cast<void*>(FUNCTION_ADDR(target)), arg[0], arg[1], arg[2], in SoftwareInterrupt()
Dcode-stubs-s390.cc2838 ApiFunction dispatcher(FUNCTION_ADDR(EntryHookTrampoline)); in Generate()
/external/v8/src/x64/
Dcode-stubs-x64.cc2615 __ Move(rax, FUNCTION_ADDR(isolate()->function_entry_hook()), in Generate()

12