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 …]
136 fMethod->SetCompiledEntryPoint(reinterpret_cast<const void *>(EntryPoint)); in TEST_F()
181 gMethod->SetCompiledEntryPoint(reinterpret_cast<const void *>(EntryPoint)); in TEST_F()203 fMethod->SetCompiledEntryPoint(reinterpret_cast<const void *>(EntryPoint)); in TEST_F()544 f4Method->SetCompiledEntryPoint(reinterpret_cast<const void *>(StackTraceEntryPoint)); in TEST_F()
112 cmpDyn->SetCompiledEntryPoint(reinterpret_cast<const void *>(CmpDynImpl)); in SetUpHelperFunctions()116 ldundefined->SetCompiledEntryPoint(reinterpret_cast<const void *>(LdUndefinedImpl)); in SetUpHelperFunctions()
63 newMethod->SetCompiledEntryPoint(reinterpret_cast<void *>(JSProxyCallBridge)); in Create()
120 …method->SetCompiledEntryPoint(reinterpret_cast<const void *>(<%= intrinsic.impl.rpartition("::").l…122 …method->SetCompiledEntryPoint(reinterpret_cast<const void *>(<%= intrinsic.impl.rpartition("::").l…
109 method->SetCompiledEntryPoint(reinterpret_cast<void *>(StackWalkerHookBridge)); in Run()
100 method->SetCompiledEntryPoint(reinterpret_cast<void *>(Hook)); in Run()
162 method->SetCompiledEntryPoint(impl); in BindNative()
75 method->SetCompiledEntryPoint(reinterpret_cast<const void *>(<%= entrypoint %>));
373 method->SetCompiledEntryPoint(ext->GetNativeEntryPointFor(method)); in LoadMethod()380 method->SetCompiledEntryPoint(GetCompiledCodeToInterpreterBridge(method)); in LoadMethod()392 method->SetCompiledEntryPoint(entry); in MaybeLinkMethodToAotCode()445 method->SetCompiledEntryPoint(GetAbstractMethodStub()); in LoadMethods()455 methods[idx].SetCompiledEntryPoint(GetAbstractMethodStub()); in LoadMethods()458 methods[idx].SetCompiledEntryPoint(GetDefaultConflictMethodStub()); in LoadMethods()
195 void SetCompiledEntryPoint(MethodPtr method, void *ep) override in SetCompiledEntryPoint() function197 MethodCast(method)->SetCompiledEntryPoint(ep); in SetCompiledEntryPoint()
373 void SetCompiledEntryPoint(const void *entryPoint) in SetCompiledEntryPoint() function383 SetCompiledEntryPoint(GetCompiledCodeToInterpreterBridge(this)); in SetInterpreterEntryPoint()
220 method->SetCompiledEntryPoint(entryPoint_); in JITCompileMethod()
159 method.SetCompiledEntryPoint(ep); in BindMethods()
682 method.SetCompiledEntryPoint(methodEp); in InitJSCallSignatures()
225 runtime->SetCompiledEntryPoint(method, entryPoint); in CheckCompilation()
271 …virtual void SetCompiledEntryPoint([[maybe_unused]] MethodPtr method, [[maybe_unused]] void *entry… in SetCompiledEntryPoint() function