Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h555 uint32_t GetFunctionTargetOffset(Arch arch) const override;
Dcompiler.cpp751 uint32_t PandaRuntimeInterface::GetFunctionTargetOffset([[maybe_unused]] Arch arch) const in GetFunctionTargetOffset() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.cpp885 return graph->GetRuntime()->GetFunctionTargetOffset(graph->GetArch()); in GetObjectOffset()
Druntime_interface.h1331 virtual uint32_t GetFunctionTargetOffset([[maybe_unused]] Arch arch) const in GetFunctionTargetOffset() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1809 …EncodeLdr(methodParamReg, false, MemRef(methodParamReg, runtime->GetFunctionTargetOffset(GetArch()… in EmitCallDynamic()