Home
last modified time | relevance | path

Searched defs:headerSize (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dnative_area_allocator.cpp26 size_t headerSize = sizeof(Area); in AllocateArea() local
H A Dnative_area_allocator.h193 size_t headerSize = sizeof(Area); in AllocateSpace() local
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot.cpp268 uint8_t headerSize = JSTaggedValue::TaggedTypeSize(); in WriteToFile() local
270 writer.write(reinterpret_cast<char *>(&indexHeader), headerSize); in WriteToFile() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/
H A Dassembler.h282 static void GetFrameCompletionPos(uint64_t &headerSize, uint64_t &tailSize, uint64_t &entryDuration) in GetFrameCompletionPos() argument
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dcpu_profiler.cpp469 bool CpuProfiler::InHeaderOrTail(uint64_t pc, uint64_t entryBegin, uint64_t entryDuration, uint64_t headerSize, in InHeaderOrTail() argument
484 uint64_t headerSize = 0; in IsEntryFrameHeaderOrTail() local

Completed in 3 milliseconds