Home
last modified time | relevance | path

Searched refs:GetCodeOffset (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Daot_data.cpp31 return offset - (codeAddress_ + pc + CodeInfo::GetCodeOffset(graph_->GetArch())); in GetSharedSlowPathOffset()
36 …slowPathData_->SetSharedSlowPathOffset(id, codeAddress_ + pc + CodeInfo::GetCodeOffset(graph_->Get… in SetSharedSlowPathOffset()
48 offset -= CodeInfo::GetCodeOffset(graph_->GetArch()); in GetEntrypointOffset()
Daot_data.h94 AddressType GetCodeOffset() const in GetCodeOffset() function
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dcode_info.h186 CodeInfo::GetCodeOffset(RUNTIME_ARCH)); in GetCodeOriginFromEntryPoint()
193 … return CodeInfo(reinterpret_cast<const uint8_t *>(data) - CodeInfo::GetCodeOffset(RUNTIME_ARCH)); in CreateFromCodeEntryPoint()
238 return &data_[CodeInfo::GetCodeOffset(RUNTIME_ARCH)]; in GetCode()
248 return {&data_[CodeInfo::GetCodeOffset(RUNTIME_ARCH)], GetCodeSize()}; in GetCodeSpan()
285 static size_t GetCodeOffset(Arch arch) in GetCodeOffset() function
522 auto codeheader = compiledEntry - GetCodeOffset(RUNTIME_ARCH); in VerifyCompiledEntry()
/arkcompiler/runtime_core/static_core/compiler/tools/debug/
Djit_writer.cpp27 const size_t codeOffset = CodeInfo::GetCodeOffset(jitDebugWriter_->GetArch()); in FillData()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Ddisassembly.cpp130 …am() << INDENT << "code_offset: " << reinterpret_cast<void *>(graph->GetAotData()->GetCodeOffset()) in PrintMethodEntry()
Dencode.h1055 size_t GetCodeOffset() const in GetCodeOffset() function
Dcodegen.cpp324 …GetEncoder()->SetCodeOffset(GetGraph()->GetAotData()->GetCodeOffset() + CodeInfo::GetCodeOffset(Ge… in BeginMethod()
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_file.cpp165 return aotFile_->GetMethodCode(methodHeader) + CodeInfo::GetCodeOffset(RUNTIME_ARCH); in FindMethodCodeEntry()
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Daot_builder.cpp35 const size_t codeOffset = CodeInfo::GetCodeOffset(aotBuilder_->GetArch()); in FillData()
293 return textSection->GetAddress() + offset + CodeInfo::GetCodeOffset(ARCH); in GenerateSymbols()
Delf_builder.h419 …own_cast<typename ElfBuilder<ARCH, IS_JIT_MODE>::ElfAddr>(elfData) + CodeInfo::GetCodeOffset(ARCH); in HackAddressesForJit()
1053 … data.SetOffset(textSection_.header_.sh_offset + data.GetOffset() + CodeInfo::GetCodeOffset(ARCH)); in FillFrameSection()
/arkcompiler/toolchain/tooling/base/
Dpt_events.h493 int32_t GetCodeOffset() const in GetCodeOffset() function
761 int32_t GetCodeOffset() const in GetCodeOffset() function
/arkcompiler/runtime_core/compiler/tests/
Dcode_info_test.cpp51 size_t code_offset = CodeInfo::GetCodeOffset(RUNTIME_ARCH) + DUMMY_CODE_SIZE; in EmitCode()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dcode_info_test.cpp53 size_t codeOffset = CodeInfo::GetCodeOffset(RUNTIME_ARCH) + DUMMY_CODE_SIZE; in EmitCode()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp280 ASSERT(GetCodeOffset() != Encoder::INVALID_OFFSET); in LoadPcRelative()
293 size_t pc = GetCodeOffset() + GetCursorOffset(); in LoadPcRelative()