Home
last modified time | relevance | path

Searched refs:GetCompiledEntryPointOffset (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dpanda_runtime_lowering.cpp88 arkInterface_->GetCompiledEntryPointOffset()); in LowerCallStatic()
117 auto offset = arkInterface_->GetCompiledEntryPointOffset(); in LowerCallVirtual()
Dark_gvn.cpp124 CreateCallBuiltin(inst, arkInterface_->GetCompiledEntryPointOffset()); in RunOnBasicBlock()
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_file.cpp105 … table + 1 - runtime->GetCompiledEntryPointOffset(RUNTIME_ARCH) / sizeof(uintptr_t)); in InitializeGot()
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_ark_interface.h88 intptr_t GetCompiledEntryPointOffset() const;
Dllvm_ark_interface.cpp98 intptr_t LLVMArkInterface::GetCompiledEntryPointOffset() const in GetCompiledEntryPointOffset() function in ark::llvmbackend::LLVMArkInterface
100 return runtime_->GetCompiledEntryPointOffset(LLVMArchToArkArch(triple_.getArch())); in GetCompiledEntryPointOffset()
/arkcompiler/runtime_core/static_core/compiler/docs/
Dcodegen_doc.md87 size_t entry_point_offset = ...->GetCompiledEntryPointOffset();
Dplt.md26 to address of `SecondSlot`, subtracted by `GetCompiledEntryPointOffset` value.
29 …arent resolver for code generation. Lets see `arm64` example (`GetCompiledEntryPointOffset` is 56 …
/arkcompiler/runtime_core/compiler/docs/
Dplt.md26 to address of `SecondSlot`, subtracted by `GetCompiledEntryPointOffset` value.
29 …arent resolver for code generation. Lets see `arm64` example (`GetCompiledEntryPointOffset` is 56 …
/arkcompiler/runtime_core/static_core/runtime/asm_defines/
Dasm_defines.def29 DEFINE_VALUE(METHOD_COMPILED_ENTRY_POINT_OFFSET, Method::GetCompiledEntryPointOffset())
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1654 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()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h733 static constexpr uint32_t GetCompiledEntryPointOffset() in GetCompiledEntryPointOffset() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h593 uint32_t GetCompiledEntryPointOffset(Arch arch) const in GetCompiledEntryPointOffset() function
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp4250 …auto offset = ctor->GetGraph()->GetRuntime()->GetCompiledEntryPointOffset(ctor->GetGraph()->GetArc… in VisitCallResolvedStatic()
4344 auto offset = runtime->GetCompiledEntryPointOffset(ctor->GetGraph()->GetArch()); in VisitCallResolvedVirtual()