Home
last modified time | relevance | path

Searched defs:code_offset (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/compiler/tools/debug/
Djit_writer.cpp27 const size_t code_offset = CodeInfo::GetCodeOffset(jit_debug_writer_->GetArch()); in FillData() local
/arkcompiler/runtime_core/compiler/tests/
Dencoders_test.cpp199 static constexpr size_t code_offset = 16; in TEST_F() local
Dcode_info_test.cpp51 size_t code_offset = CodeInfo::GetCodeOffset(RUNTIME_ARCH) + DUMMY_CODE_SIZE; in EmitCode() local
/arkcompiler/runtime_core/compiler/
Dcompile_method.cpp74 size_t code_offset = RoundUp(CodePrefix::STRUCT_SIZE, GetCodeAlignment(graph->GetArch())); in EmitCode() local
/arkcompiler/runtime_core/compiler/aot/
Daot_headers.h77 uint32_t code_offset; member
/arkcompiler/runtime_core/compiler/aot/aot_builder/
Daot_builder.cpp37 const size_t code_offset = CodeInfo::GetCodeOffset(aot_builder_->GetArch()); in FillData() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dencode.h116 [[maybe_unused]] ssize_t code_offset) const in DisasmInstr()