Home
last modified time | relevance | path

Searched refs:SetCompiledEntryPoint (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Di2c_bridge_test.cpp146 callee.SetCompiledEntryPoint(reinterpret_cast<const void *>(VoidNoArg)); in TEST_F()
175 callee.SetCompiledEntryPoint(reinterpret_cast<const void *>(InstanceVoidNoArg)); in TEST_F()
212 callee.SetCompiledEntryPoint(reinterpret_cast<const void *>(ByteNoArg)); in TEST_F()
247 callee.SetCompiledEntryPoint(reinterpret_cast<const void *>(SignedByteNoArg)); in TEST_F()
282 callee.SetCompiledEntryPoint(reinterpret_cast<const void *>(BoolNoArg)); in TEST_F()
310 callee.SetCompiledEntryPoint(reinterpret_cast<const void *>(ShortNoArg)); in TEST_F()
338 callee.SetCompiledEntryPoint(reinterpret_cast<const void *>(SignedShortNoArg)); in TEST_F()
366 callee.SetCompiledEntryPoint(reinterpret_cast<const void *>(IntNoArg)); in TEST_F()
394 callee.SetCompiledEntryPoint(reinterpret_cast<const void *>(LongNoArg)); in TEST_F()
422 callee.SetCompiledEntryPoint(reinterpret_cast<const void *>(DoubleNoArg)); in TEST_F()
[all …]
Dinterpreter_test_switch.cpp138 fMethod->SetCompiledEntryPoint(reinterpret_cast<const void *>(EntryPoint)); in TEST_F()
Dmethod_test.cpp183 gMethod->SetCompiledEntryPoint(reinterpret_cast<const void *>(EntryPoint)); in TEST_F()
205 fMethod->SetCompiledEntryPoint(reinterpret_cast<const void *>(EntryPoint)); in TEST_F()
547 f4Method->SetCompiledEntryPoint(reinterpret_cast<const void *>(StackTraceEntryPoint)); in TEST_F()
Dc2i_bridge_test.cpp113 cmpDyn->SetCompiledEntryPoint(reinterpret_cast<const void *>(CmpDynImpl)); in SetUpHelperFunctions()
117 ldundefined->SetCompiledEntryPoint(reinterpret_cast<const void *>(LdUndefinedImpl)); in SetUpHelperFunctions()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/js_proxy/
Djs_proxy.cpp57 proxy->SetCompiledEntryPoint(reinterpret_cast<void *>(CallJSProxyBridge)); in InitProxyMethod()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dpanda_runner.h109 method->SetCompiledEntryPoint(reinterpret_cast<void *>(StackWalkerHookBridge)); in Run()
/arkcompiler/runtime_core/compiler/tests/
Dpanda_runner.h100 method->SetCompiledEntryPoint(reinterpret_cast<void *>(Hook)); in Run()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm_api.cpp163 method->SetCompiledEntryPoint(impl); in BindNative()
/arkcompiler/runtime_core/disassembler/templates/
Dintrinsics_gen.h.erb75 method->SetCompiledEntryPoint(reinterpret_cast<const void *>(<%= entrypoint %>));
/arkcompiler/runtime_core/static_core/disassembler/templates/
Dintrinsics_gen.h.erb75 method->SetCompiledEntryPoint(reinterpret_cast<const void *>(<%= entrypoint %>));
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp404 method->SetCompiledEntryPoint(ext->GetNativeEntryPointFor(method)); in LoadMethod()
411 method->SetCompiledEntryPoint(GetCompiledCodeToInterpreterBridge(method)); in LoadMethod()
423 method->SetCompiledEntryPoint(entry); in MaybeLinkMethodToAotCode()
446 method->SetCompiledEntryPoint(GetAbstractMethodStub()); in SetupCopiedMethods()
449 method->SetCompiledEntryPoint(GetDefaultConflictMethodStub()); in SetupCopiedMethods()
497 method->SetCompiledEntryPoint(GetAbstractMethodStub()); in LoadMethods()
Dcompiler.h195 void SetCompiledEntryPoint(MethodPtr method, void *ep) override in SetCompiledEntryPoint() function
197 MethodCast(method)->SetCompiledEntryPoint(ep); in SetCompiledEntryPoint()
/arkcompiler/runtime_core/static_core/runtime/templates/
Dintrinsics_gen.h.erb119 …method->SetCompiledEntryPoint(reinterpret_cast<const void *>(<%= intrinsic.impl.rpartition("::").l…
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h383 void SetCompiledEntryPoint(const void *entryPoint) in SetCompiledEntryPoint() function
393 SetCompiledEntryPoint(GetCompiledCodeToInterpreterBridge(this)); in SetInterpreterEntryPoint()
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h220 method->SetCompiledEntryPoint(entryPoint_); in JITCompileMethod()
/arkcompiler/runtime_core/static_core/compiler/
Dcompile_method.cpp225 runtime->SetCompiledEntryPoint(method, entryPoint); in CheckCompilation()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_js.cpp464 method.SetCompiledEntryPoint(ep); in InitCallJSClass()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h270 …virtual void SetCompiledEntryPoint([[maybe_unused]] MethodPtr method, [[maybe_unused]] void *entry… in SetCompiledEntryPoint() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp2442 EtsMethod::ToRuntimeMethod(method)->SetCompiledEntryPoint(GetEtsNapiCriticalEntryPoint()); in SetNativeCallType()