Searched refs:GetCompiledEntryPointOffset (Results 1 – 13 of 13) sorted by relevance
88 arkInterface_->GetCompiledEntryPointOffset()); in LowerCallStatic()117 auto offset = arkInterface_->GetCompiledEntryPointOffset(); in LowerCallVirtual()
124 CreateCallBuiltin(inst, arkInterface_->GetCompiledEntryPointOffset()); in RunOnBasicBlock()
105 … table + 1 - runtime->GetCompiledEntryPointOffset(RUNTIME_ARCH) / sizeof(uintptr_t)); in InitializeGot()
88 intptr_t GetCompiledEntryPointOffset() const;
98 intptr_t LLVMArkInterface::GetCompiledEntryPointOffset() const in GetCompiledEntryPointOffset() function in ark::llvmbackend::LLVMArkInterface100 return runtime_->GetCompiledEntryPointOffset(LLVMArchToArkArch(triple_.getArch())); in GetCompiledEntryPointOffset()
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())
1654 GetEncoder()->MakeCall(MemRef(param0, GetRuntime()->GetCompiledEntryPointOffset(GetArch()))); in EmitCallResolvedVirtual()1686 GetEncoder()->MakeCall(MemRef(methodReg, runtime->GetCompiledEntryPointOffset(GetArch()))); in EmitCallVirtual()1739 GetEncoder()->MakeCall(MemRef(param0, GetRuntime()->GetCompiledEntryPointOffset(GetArch()))); in EmitCallResolvedStatic()1778 … GetEncoder()->MakeCall(MemRef(param0, GetRuntime()->GetCompiledEntryPointOffset(GetArch()))); in EmitCallStatic()1815 size_t entryPointOffset = runtime->GetCompiledEntryPointOffset(GetArch()); in EmitCallDynamic()
733 static constexpr uint32_t GetCompiledEntryPointOffset() in GetCompiledEntryPointOffset() function
593 uint32_t GetCompiledEntryPointOffset(Arch arch) const in GetCompiledEntryPointOffset() function
4250 …auto offset = ctor->GetGraph()->GetRuntime()->GetCompiledEntryPointOffset(ctor->GetGraph()->GetArc… in VisitCallResolvedStatic()4344 auto offset = runtime->GetCompiledEntryPointOffset(ctor->GetGraph()->GetArch()); in VisitCallResolvedVirtual()