Home
last modified time | relevance | path

Searched defs:headerSize (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dnative_area_allocator.cpp24 size_t headerSize = sizeof(Area); in AllocateArea() local
Dnative_area_allocator.h123 size_t headerSize = sizeof(Area); in AllocateSpace() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/
Dassembler.h203 …static void GetFrameCompletionPos(uint64_t &headerSize, uint64_t &tailSize, uint64_t &entryDuratio… in GetFrameCompletionPos()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp612 …iler::InHeaderOrTail(uint64_t pc, uint64_t entryBegin, uint64_t entryDuration, uint64_t headerSize, in InHeaderOrTail()
627 uint64_t headerSize = 0; in IsEntryFrameHeaderOrTail() local