Home
last modified time | relevance | path

Searched refs:GetFunctionTargetOffset (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.cpp876 return graph->GetRuntime()->GetFunctionTargetOffset(graph->GetArch()); in GetObjectOffset()
Druntime_interface.h1167 virtual uint32_t GetFunctionTargetOffset([[maybe_unused]] Arch arch) const in GetFunctionTargetOffset() function
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h551 uint32_t GetFunctionTargetOffset(Arch arch) const override;
Dcompiler.cpp709 uint32_t PandaRuntimeInterface::GetFunctionTargetOffset([[maybe_unused]] Arch arch) const in GetFunctionTargetOffset() function in panda::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1747 …EncodeLdr(methodParamReg, false, MemRef(methodParamReg, runtime->GetFunctionTargetOffset(GetArch()… in EmitCallDynamic()