Home
last modified time | relevance | path

Searched refs:ALIGN_SIZE (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dmem_hooks.cpp69 constexpr int ALIGN_SIZE = 32; in PandaAllocHook() local
72 std::cout << std::left << std::setfill(' ') << std::setw(ALIGN_SIZE) << "alloc type"; in PandaAllocHook()
73 std::cout << std::left << std::setfill(' ') << std::setw(ALIGN_SIZE) << "block type"; in PandaAllocHook()
74 std::cout << std::left << std::setfill(' ') << std::setw(ALIGN_SIZE) << "size"; in PandaAllocHook()
75 std::cout << std::left << std::setfill(' ') << std::setw(ALIGN_SIZE) << "filename"; in PandaAllocHook()
76 std::cout << std::left << std::setfill(' ') << std::setw(ALIGN_SIZE) << "linenumber" << std::endl; in PandaAllocHook()
83 std::cout << std::left << std::setfill(' ') << std::setw(ALIGN_SIZE) << alloctypeName; in PandaAllocHook()
84 std::cout << std::left << std::setfill(' ') << std::setw(ALIGN_SIZE) << blocktypeName; in PandaAllocHook()
85 std::cout << std::left << std::setfill(' ') << std::setw(ALIGN_SIZE) << static_cast<int>(size); in PandaAllocHook()
86 std::cout << std::left << std::setfill(' ') << std::setw(ALIGN_SIZE) << filenam in PandaAllocHook()
[all...]
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/
H A Daotdump.cpp240 constexpr int ALIGN_SIZE = 32; in DumpClassHashTable() local
241 (*stream_) << std::left << std::setfill(' ') << std::setw(ALIGN_SIZE) << "i" << std::left << std::setfill(' ') in DumpClassHashTable()
242 << std::setw(ALIGN_SIZE) << "next_pos"; in DumpClassHashTable()
243 (*stream_) << std::left << std::setfill(' ') << std::setw(ALIGN_SIZE) << "entity_id_offset" << std::left in DumpClassHashTable()
244 << std::setfill(' ') << std::setw(ALIGN_SIZE) << "descriptor" << std::endl; in DumpClassHashTable()
251 (*stream_) << std::left << std::setfill(' ') << std::setw(ALIGN_SIZE) << (i + 1); in DumpClassHashTable()
252 (*stream_) << std::left << std::setfill(' ') << std::dec << std::setw(ALIGN_SIZE) << entityPair.nextPos; in DumpClassHashTable()
253 (*stream_) << std::left << std::setfill(' ') << std::dec << std::setw(ALIGN_SIZE) in DumpClassHashTable()
255 (*stream_) << std::left << std::setfill(' ') << std::setw(ALIGN_SIZE) << descriptor << std::endl; in DumpClassHashTable()
257 (*stream_) << std::left << std::setfill(' ') << std::setw(ALIGN_SIZE) << ( in DumpClassHashTable()
[all...]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_utils.h30 static constexpr Alignment ALIGN_SIZE = Alignment::LOG_ALIGN_4; member
H A Dpgo_profiler_layout.h352 return sizeof(PGOLayoutDescInfo) + AlignUp(len, GetAlignmentInBytes(ALIGN_SIZE)); in Size()
H A Dpgo_profiler_info.h140 return sizeof(PGOMethodInfo) + AlignUp(length, GetAlignmentInBytes(ALIGN_SIZE)); in Size()

Completed in 8 milliseconds