Home
last modified time | relevance | path

Searched defs:abcSize (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/backtrace/
Dcall_backtrace.cpp49 uint64_t abcSize = pf->GetHeader()->fileSize; in CallBacktrace() local
/arkcompiler/runtime_core/static_core/runtime/tooling/backtrace/
Dbacktrace.cpp63 …::Symbolize(uintptr_t pc, uintptr_t mapBase, uint32_t bcOffset, uint8_t *abcData, uint64_t abcSize, in Symbolize()