Searched refs:SetCompiledEntryPoint (Results 1 – 19 of 19) sorted by relevance
146 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 …]
138 fMethod->SetCompiledEntryPoint(reinterpret_cast<const void *>(EntryPoint)); in TEST_F()
183 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()
113 cmpDyn->SetCompiledEntryPoint(reinterpret_cast<const void *>(CmpDynImpl)); in SetUpHelperFunctions()117 ldundefined->SetCompiledEntryPoint(reinterpret_cast<const void *>(LdUndefinedImpl)); in SetUpHelperFunctions()
57 proxy->SetCompiledEntryPoint(reinterpret_cast<void *>(CallJSProxyBridge)); in InitProxyMethod()
109 method->SetCompiledEntryPoint(reinterpret_cast<void *>(StackWalkerHookBridge)); in Run()
100 method->SetCompiledEntryPoint(reinterpret_cast<void *>(Hook)); in Run()
163 method->SetCompiledEntryPoint(impl); in BindNative()
75 method->SetCompiledEntryPoint(reinterpret_cast<const void *>(<%= entrypoint %>));
404 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()
195 void SetCompiledEntryPoint(MethodPtr method, void *ep) override in SetCompiledEntryPoint() function197 MethodCast(method)->SetCompiledEntryPoint(ep); in SetCompiledEntryPoint()
119 …method->SetCompiledEntryPoint(reinterpret_cast<const void *>(<%= intrinsic.impl.rpartition("::").l…
383 void SetCompiledEntryPoint(const void *entryPoint) in SetCompiledEntryPoint() function393 SetCompiledEntryPoint(GetCompiledCodeToInterpreterBridge(this)); in SetInterpreterEntryPoint()
220 method->SetCompiledEntryPoint(entryPoint_); in JITCompileMethod()
225 runtime->SetCompiledEntryPoint(method, entryPoint); in CheckCompilation()
464 method.SetCompiledEntryPoint(ep); in InitCallJSClass()
270 …virtual void SetCompiledEntryPoint([[maybe_unused]] MethodPtr method, [[maybe_unused]] void *entry… in SetCompiledEntryPoint() function
2442 EtsMethod::ToRuntimeMethod(method)->SetCompiledEntryPoint(GetEtsNapiCriticalEntryPoint()); in SetNativeCallType()