Searched refs:GetCompiledEntryPointOffset (Results 1 – 8 of 8) sorted by relevance
105 … table + 1 - runtime->GetCompiledEntryPointOffset(RUNTIME_ARCH) / sizeof(uintptr_t)); in InitializeGot()
87 size_t entry_point_offset = ...->GetCompiledEntryPointOffset();
26 to address of `SecondSlot`, subtracted by `GetCompiledEntryPointOffset` value.29 …arent resolver for code generation. Lets see `arm64` example (`GetCompiledEntryPointOffset` is 56 …
29 DEFINE_VALUE(METHOD_COMPILED_ENTRY_POINT_OFFSET, Method::GetCompiledEntryPointOffset())
716 static constexpr uint32_t GetCompiledEntryPointOffset() in GetCompiledEntryPointOffset() function
524 uint32_t GetCompiledEntryPointOffset(Arch arch) const in GetCompiledEntryPointOffset() function
1592 GetEncoder()->MakeCall(MemRef(param0, GetRuntime()->GetCompiledEntryPointOffset(GetArch()))); in EmitCallResolvedVirtual()1624 GetEncoder()->MakeCall(MemRef(methodReg, runtime->GetCompiledEntryPointOffset(GetArch()))); in EmitCallVirtual()1677 GetEncoder()->MakeCall(MemRef(param0, GetRuntime()->GetCompiledEntryPointOffset(GetArch()))); in EmitCallResolvedStatic()1716 … GetEncoder()->MakeCall(MemRef(param0, GetRuntime()->GetCompiledEntryPointOffset(GetArch()))); in EmitCallStatic()1753 size_t entryPointOffset = runtime->GetCompiledEntryPointOffset(GetArch()); in EmitCallDynamic()