| /arkcompiler/runtime_core/disassembler/templates/ |
| D | get_ins_info.cpp.erb | 38 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/ |
| D | aotdump.cpp | 235 …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/ |
| D | cflow_iterate_inl.h | 42 …DEBUG, VERIFIER) << "CFLOW: " << std::hex << std::setw(sizeof(uint32_t) * 2) << std::setfill('0') \
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | bit_memory_region-inl.h | 38 … os << std::setw(static_cast<int>(width / BITS_PER_HEX_DIGIT)) << std::setfill('0'); in Dump()
|
| /arkcompiler/runtime_core/compiler/optimizer/ |
| D | pass_manager.cpp | 79 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/ |
| D | time_utils.cpp | 55 … result_stream << date_buffer << std::setfill('0') << std::setw(PRECISION_FOR_TIME) << millisecond; in GetCurrentTimeString()
|
| D | timing.cpp | 52 …ss << main_part << "." << std::setfill('0') << std::setw(FRACTION_WIDTH) << fractional_part << tim… in PrettyTimeNs()
|
| D | stack_walker.cpp | 683 … 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()
|
| D | cframe.cpp | 223 …stream << ' ' << addr << ": " << std::setw(WIDTH) << std::setfill(' ') << dscr << " 0x" << std::he… in Dump()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | vixl_exec_module.h | 246 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/ |
| D | interpreter_impl.cpp | 89 std::cerr << std::hex << std::setw(sizeof(uintptr_t)) << std::setfill('0') in DebugDump()
|
| D | instruction_handler_base.h | 27 LOG(DEBUG, INTERPRETER) << std::hex << std::setw(sizeof(uintptr_t)) << std::setfill('0') \
|
| /arkcompiler/runtime_core/verification/ |
| D | messages.yaml | 86 …${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/ |
| D | assembler_aarch64_test.cpp | 107 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()
|
| D | assembler_x64_test.cpp | 112 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/ |
| D | job_fill_gen.h.erb | 21 … VERIFIER) << "JOBFILL: " << std::hex << std::setw(sizeof(inst.GetOffset())) << std::setfill('0') \
|
| /arkcompiler/runtime_core/disassembler/ |
| D | disassembler.cpp | 975 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/ |
| D | llvm_codegen.cpp | 310 … LOG_COMPILER(INFO) << std::setw(8) << std::setfill('0') << std::hex << pc << ":" << std::setw(8) in PrintInstAndStep()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | dump.cpp | 150 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/ |
| D | json_stringifier.cpp | 127 … oss << "\\u" << std::hex << std::setfill('0') << std::setw(FOUR_HEX) << static_cast<int>(*c); in ValueToQuotedString()
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_items.cpp | 1681 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/ |
| D | encode.cpp | 2572 …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/ |
| D | encode.cpp | 3266 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/ |
| D | encode.cpp | 2843 stream << std::setfill(' '); in DisasmInstr()
|