Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dnative_area_allocator.cpp23 size_t headerSize = sizeof(Area); in AllocateArea() local
Dnative_area_allocator.h193 size_t headerSize = sizeof(Area); in AllocateSpace() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dmetadata_parse.h57 uint32_t headerSize; member
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp468 …iler::InHeaderOrTail(uint64_t pc, uint64_t entryBegin, uint64_t entryDuration, uint64_t headerSize, in InHeaderOrTail()
483 uint64_t headerSize = 0; in IsEntryFrameHeaderOrTail() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/
Dassembler.h282 …static void GetFrameCompletionPos(uint64_t &headerSize, uint64_t &tailSize, uint64_t &entryDuratio… in GetFrameCompletionPos()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.cpp266 uint8_t headerSize = JSTaggedValue::TaggedTypeSize(); in WriteToFile() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dprofile_type.h125 uint32_t headerSize = 0; member
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp797 uint32_t headerSize = objNum * sizeof(AddrTableItem); in WriteToBinFile() local