Home
last modified time | relevance | path

Searched full:setfill (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/runtime_core/disassembler/templates/
Dget_ins_info.cpp.erb38 ss << "offset: 0x" << std::setfill('0') << std::setw(4) << std::hex
40 ss << ", " << std::setfill('.');
60 …ss << "0x" << std::setw(INSTRUCTION_WIDTH) << std::setfill('0') << std::right << std::hex << stati…
/arkcompiler/runtime_core/compiler/tools/aotdump/
Daotdump.cpp235 …stream << std::left << std::setfill(' ') << std::setw(ALIGN_SIZE) << "i" << std::left << std::setf… in DumpClassHashTable()
237 …stream << std::left << std::setfill(' ') << std::setw(ALIGN_SIZE) << "entity_id_offset" << std::le… in DumpClassHashTable()
238 << std::setfill(' ') << std::setw(ALIGN_SIZE) << "descriptor" << std::endl; in DumpClassHashTable()
245 stream << std::left << std::setfill(' ') << std::setw(ALIGN_SIZE) << (i + 1); in DumpClassHashTable()
246 …stream << std::left << std::setfill(' ') << std::dec << std::setw(ALIGN_SIZE) << entity_pair.next_… in DumpClassHashTable()
247 stream << std::left << std::setfill(' ') << std::dec << std::setw(ALIGN_SIZE) in DumpClassHashTable()
249 … stream << std::left << std::setfill(' ') << std::setw(ALIGN_SIZE) << descriptor << std::endl; in DumpClassHashTable()
251 … stream << std::left << std::setfill(' ') << std::setw(ALIGN_SIZE) << (i + 1) << std::endl; in DumpClassHashTable()
335 … stream << prefix << std::hex << std::setw(8U) << std::setfill('0') << instr - start_instr << ": " in PrintCodeArm64()
378 … stream << prefix << std::hex << std::setw(8U) << std::setfill('0') << pos << ": " << buffer.data() in PrintCodeX86_64()
/arkcompiler/runtime_core/verification/cflow/
Dcflow_iterate_inl.h42 …DEBUG, VERIFIER) << "CFLOW: " << std::hex << std::setw(sizeof(uint32_t) * 2) << std::setfill('0') \
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_memory_region-inl.h38 … os << std::setw(static_cast<int>(width / BITS_PER_HEX_DIGIT)) << std::setfill('0'); in Dump()
/arkcompiler/runtime_core/compiler/optimizer/
Dpass_manager.cpp79 ss_filename << std::setw(IMM_3) << std::setfill('0') << execution_counter << "_"; in GetFileName()
81 …ss_filename << "pass_" << std::setw(IMM_4) << std::setfill('0') << stats_->GetCurrentPassIndex() <… in GetFileName()
/arkcompiler/runtime_core/runtime/
Dtime_utils.cpp55 … result_stream << date_buffer << std::setfill('0') << std::setw(PRECISION_FOR_TIME) << millisecond; in GetCurrentTimeString()
Dtiming.cpp52 …ss << main_part << "." << std::setfill('0') << std::setw(FRACTION_WIDTH) << fractional_part << tim… in PrettyTimeNs()
Dstack_walker.cpp683 … os << std::setw(WIDTH_INDEX) << std::setfill(' ') << std::right << std::dec << frame_index << ": " in Dump()
684 << std::setfill('0'); in Dump()
691 os << " " << std::setw(WIDTH_REG) << std::setfill(' ') << std::right in Dump()
698 os << std::setw(WIDTH_TYPE) << std::setfill(' '); in Dump()
727 … os << std::setw(WIDTH_LOCATION) << std::setfill(' ') << reg_info.GetTypeString(); // NOLINT in Dump()
Dcframe.cpp223 …stream << ' ' << addr << ": " << std::setw(WIDTH) << std::setfill(' ') << dscr << " 0x" << std::he… in Dump()
/arkcompiler/runtime_core/compiler/tests/
Dvixl_exec_module.h246 std::cout << std::setfill('0') << std::right << std::setw(sizeof(int64_t)); in PrintInstructions()
248 std::cout << std::setfill(' '); in PrintInstructions()
/arkcompiler/runtime_core/runtime/interpreter/
Dinterpreter_impl.cpp89 std::cerr << std::hex << std::setw(sizeof(uintptr_t)) << std::setfill('0') in DebugDump()
Dinstruction_handler_base.h27 LOG(DEBUG, INTERPRETER) << std::hex << std::setw(sizeof(uintptr_t)) << std::setfill('0') \
/arkcompiler/runtime_core/verification/
Dmessages.yaml86 …${std::hex << std::setw(sizeof(uint32_t) * 2) << std::setfill('0') << address << std::dec << std::…
94 ${std::hex << std::setw(sizeof(uint32_t) * 2) << std::setfill('0')}
138 …ABSINT: ${std::hex << std::setw(sizeof(uint32_t) * 2) << std::setfill('0') << instruction.GetOffse…
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_aarch64_test.cpp107 os << std::setw(8) << std::setfill('0') << std::hex << pc << ":" << std::setw(8) in DisassembleChunk()
114 os << std::setw(8) << std::setfill('0') << std::hex << pc << ":" << std::setw(8) in DisassembleChunk()
Dassembler_x64_test.cpp112 os << std::setw(8) << std::setfill('0') << std::hex << pc << ":" << std::setw(8) in DisassembleChunk()
119 os << std::setw(8) << std::setfill('0') << std::hex << pc << ":" << std::setw(8) in DisassembleChunk()
/arkcompiler/runtime_core/verification/gen/templates/
Djob_fill_gen.h.erb21 … VERIFIER) << "JOBFILL: " << std::hex << std::setw(sizeof(inst.GetOffset())) << std::setfill('0') \
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp975 ss << "offset: 0x" << std::setfill('0') << std::setw(DEFAULT_OFFSET_WIDTH) << std::hex in GetRecordInfo()
976 …<< class_accessor.GetClassId() << ", size: 0x" << std::setfill('0') << std::setw(DEFAULT_OFFSET_WI… in GetRecordInfo()
983 ss << "offset: 0x" << std::setfill('0') << std::setw(DEFAULT_OFFSET_WIDTH) << std::hex in GetRecordInfo()
999 ss << "offset: 0x" << std::setfill('0') << std::setw(DEFAULT_OFFSET_WIDTH) << std::hex in GetMethodInfo()
1003 … ss << ", code offset: 0x" << std::setfill('0') << std::setw(DEFAULT_OFFSET_WIDTH) << std::hex in GetMethodInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_codegen.cpp310 … LOG_COMPILER(INFO) << std::setw(8) << std::setfill('0') << std::hex << pc << ":" << std::setw(8) in PrintInstAndStep()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddump.cpp150 out_string << "bc: 0x" << std::setfill('0') << std::setw(HEX_PTR_SIZE) << std::hex << pc; in PcToString()
796 (*out) << std::setw(INDENT_ID) << std::setfill(' ') << std::right in Dump()
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp127 … oss << "\\u" << std::hex << std::setfill('0') << std::setw(FOUR_HEX) << static_cast<int>(*c); in ValueToQuotedString()
/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp1681 os << "0x" << std::setfill('0') << std::setw(2U) << std::right << std::hex << b << std::dec; in Dump()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp2572 …stream << std::setw(0x8) << std::right << std::setfill('0') << std::hex << pc + code_offset << std… in DisasmInstr()
2573 << std::setfill(' ') << ": " << buffer; in DisasmInstr()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp3266 stream << std::setw(0x4) << std::right << std::setfill('0') << std::hex in DisasmInstr()
3268 << std::setfill(' ') << std::dec; in DisasmInstr()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp2843 stream << std::setfill(' '); in DisasmInstr()