Home
last modified time | relevance | path

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

/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/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/runtime/include/
Dmethod.h716 static constexpr uint32_t GetCompiledEntryPointOffset() in GetCompiledEntryPointOffset() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h524 uint32_t GetCompiledEntryPointOffset(Arch arch) const in GetCompiledEntryPointOffset() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1592 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()