Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/base/
Dpt_events.h465 int32_t GetCodeOffset() const in GetCodeOffset() function
733 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()