| /arkcompiler/runtime_core/runtime/mem/ |
| D | heap_verifier.cpp | 57 LOG_HEAP_VERIFIER << "Heap corruption found! Heap object " << std::hex << object_header in operator ()() 61 LOG_HEAP_VERIFIER << "Heap corruption found! Heap object " << std::hex << object_header in operator ()() 81 …LOG_HEAP_VERIFIER << "Heap corruption found! Root references a dead object at " << std::hex << ref… in operator ()() 84 …ERIFIER << "Heap corruption found! Root references a forwarded object at " << std::hex << referent; in operator ()() 117 LOG_HEAP_VERIFIER << "Heap corruption found! Class address for root " << std::hex in VerifyRoot() 142 … LOG_HEAP_VERIFIER << "Heap object " << std::hex << object_header << " is forwarded object"; in VerifyAll() 147 LOG_HEAP_VERIFIER << "Heap object " << std::hex << object_header in VerifyAll() 168 LOG_HEAP_VERIFIER << "Heap object " << std::hex << object_cache.heap_object in VerifyAll() 180 LOG_HEAP_VERIFIER << "Class address for root " << std::hex << root_obj_header in VerifyAll() 185 … LOG_HEAP_VERIFIER << "Root references a dead object at " << std::hex << root_obj_header; in VerifyAll() [all …]
|
| D | humongous_obj_allocator-inl.h | 90 LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "Allocated memory at addr " << std::hex << mem; in Alloc() 112 LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "Try to free memory at addr " << std::hex << mem; in FreeUnsafe() 122 …LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "It is a MemoryPoolHeader with addr " << std::hex << mem_hea… in FreeUnsafe() 128 LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "Freed memory at addr " << std::hex << mem; in FreeUnsafe() 156 LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << " check pool at addr " << std::hex << current_pool; in IterateOverObjects() 169 …ONGOUS_OBJ_ALLOCATOR(DEBUG) << "Add memory pool to HumongousObjAllocator from " << std::hex << mem in AddMemoryPool() 241 …_OBJ_ALLOCATOR(DEBUG) << "HumongousObjAllocator::IterateOverObjectsInRange for range [" << std::hex in IterateOverObjectsInRange() 277 … << "HumongousObjAllocator: It is a MemoryPoolHeader with addr " << std::hex << discovered_pool in IterateOverObjectsInRange() 352 …LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "Pop a pool with addr " << std::hex << pool << " from the po… in Pop() 356 …GOUS_OBJ_ALLOCATOR(DEBUG) << "It was a pointer to list head. Change head to " << std::hex << head_; in Pop() [all …]
|
| D | runslots_allocator-inl.h | 108 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Used runslots with addr " << std::hex << runslots; in Alloc() 113 … LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Allocate a memory at address " << std::hex << allocated_mem; in Alloc() 199 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Try to free object at address " << std::hex << mem; in FreeUnsafe() 211 …LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "It is RunSlots with addr " << std::hex << static_cast<void *>(ru… in FreeUnsafe() 229 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Freed object at address " << std::hex << mem; in FreeUnsafe() 237 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << " iterate over " << std::hex << object_header; in Collect() 276 << std::hex << runslots; in CreateNewRunSlotsFromMemory() 286 …OCATOR(DEBUG) << "Get new memory pool with size " << size << " bytes, at addr " << std::hex << mem; in AddMemoryPool() 333 …LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "IterateOverObjectsInRange for range [" << std::hex << left_borde… in IterateOverObjectsInRange() 352 …LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "IterateOverObjectsInRange, It is RunSlots with addr " << std::hex in IterateOverObjectsInRange() [all …]
|
| D | runslots.cpp | 49 LOG_RUNSLOTS(DEBUG) << "- Memory started from = 0x" << std::hex << ToUintPtr(this); in Initialize() 52 LOG_RUNSLOTS(DEBUG) << "- First free slot = " << std::hex << static_cast<void *>(next_free_); in Initialize() 53 LOG_RUNSLOTS(DEBUG) << "- First uninitialized slot offset = " << std::hex in Initialize() 55 …LOG_RUNSLOTS(DEBUG) << "- Pool pointer = " << std::hex << static_cast<void *>(ToVoidPtr(pool_point… in Initialize() 81 … LOG_RUNSLOTS(DEBUG) << "Successfully get free slot " << std::hex << static_cast<void *>(free_slot) in PopFreeSlot() 91 …LOG_RUNSLOTS(DEBUG) << "Free slot in RunSlots at addr " << std::hex << static_cast<void *>(mem_slo… in PushFreeSlot()
|
| D | tlab.cpp | 31 …LOG_TLAB_ALLOCATOR(DEBUG) << "Construct a new TLAB at addr " << std::hex << address << " with size… in TLAB() 42 …LOG_TLAB_ALLOCATOR(DEBUG) << "Fill a TLAB with buffer at addr " << std::hex << address << " with s… in Fill() 48 …LOG_TLAB_ALLOCATOR(DEBUG) << "Destroy a TLAB at addr " << std::hex << memory_start_addr_ << " with… in ~TLAB() 54 LOG_TLAB_ALLOCATOR(DEBUG) << "Destroy the TLAB at addr " << std::hex << this; in Destroy()
|
| D | frame_allocator-inl.h | 51 LOG_FRAME_ALLOCATOR(DEBUG) << "Free arena at addr " << std::hex << last_alloc_arena_; in ~FrameAllocator() 75 …LOG_FRAME_ALLOCATOR(DEBUG) << "Successfully allocate new arena with addr " << std::hex << new_aren… in TryAllocateNewArena() 100 LOG_FRAME_ALLOCATOR(DEBUG) << "Allocated memory at addr " << std::hex << mem; in Alloc() 131 LOG_FRAME_ALLOCATOR(DEBUG) << "Free memory at addr " << std::hex << mem; in Free() 195 LOG_FRAME_ALLOCATOR(DEBUG) << "Free the arena at addr " << std::hex << arena_to_free; in FreeLastArena() 238 LOG_FRAME_ALLOCATOR(DEBUG) << "check InAllocator arena at addr " << std::hex << cur_arena; in Contains()
|
| D | freelist_allocator-inl.h | 71 …LOG_FREELIST_ALLOCATOR(DEBUG) << "Found memory block at addr = " << std::hex << memory_block << " … in Alloc() 86 … LOG_FREELIST_ALLOCATOR(DEBUG) << "Created padding header at addr " << std::hex << padding_header; in Alloc() 97 …LOG_FREELIST_ALLOCATOR(DEBUG) << "New block started at addr " << std::hex << new_free_block << " w… in Alloc() 119 …LOG_FREELIST_ALLOCATOR(DEBUG) << "Allocated memory at addr " << std::hex << ToVoidPtr(memory_point… in Alloc() 147 LOG_FREELIST_ALLOCATOR(DEBUG) << "Try to free memory at addr " << std::hex << mem; in FreeUnsafe() 156 …LOG_FREELIST_ALLOCATOR(DEBUG) << "It is a memory with header " << std::hex << memory_header << " w… in FreeUnsafe() 184 LOG_FREELIST_ALLOCATOR(DEBUG) << "Freed memory at addr " << std::hex << mem; in FreeUnsafe() 251 LOG_FREELIST_ALLOCATOR(DEBUG) << " iterate over " << std::hex << current_pool; in IterateOverObjects() 288 …LOG_FREELIST_ALLOCATOR(DEBUG) << "Add memory pool to FreeListAllocator from " << std::hex << mem … in AddMemoryPool() 298 …T_ALLOCATOR(DEBUG) << "Add this memory pool at the tail after block " << std::hex << mempool_tail_; in AddMemoryPool() [all …]
|
| D | object_helpers.cpp | 61 …*o_stream << "Dump object object_header = " << std::hex << object_header << ", cls = " << std::hex… in DumpObject() 66 … *o_stream << "Array " << std::hex << object_header << " " << cls->GetComponentType()->GetName() in DumpObject() 71 *o_stream << "Dump object: " << std::hex << object_header << std::endl; in DumpObject() 94 *o_stream << std::hex << field_object << std::endl; in DumpObject() 177 LOG(DEBUG, GC) << " field val = " << std::hex << field_object; in TraverseFields() 194 … *o_stream << "field = " << GetFieldName(*field) << std::hex << " " << field_object << std::endl; in DumpClass() 197 …*o_stream << "Dump class: addr = " << std::hex << cls << ", cls = " << cls->GetDescriptor() << std… in DumpClass()
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/ |
| D | llvm_stackmap_type.h | 60 LOG_COMPILER(DEBUG) << " functionAddress:0x" << std::hex << functionAddress; in Print() 61 LOG_COMPILER(DEBUG) << " stackSize:0x" << std::hex << stackSize; in Print() 62 LOG_COMPILER(DEBUG) << " recordCount:" << std::hex << recordCount; in Print() 71 LOG_COMPILER(DEBUG) << " LargeConstant:0x" << std::hex << LargeConstant; in Print() 82 LOG_COMPILER(DEBUG) << " PatchPointID:0x" << std::hex << PatchPointID; in Print() 83 … LOG_COMPILER(DEBUG) << " instructionOffset:0x" << std::hex << InstructionOffset; in Print() 84 LOG_COMPILER(DEBUG) << " Reserved:0x" << std::hex << Reserved; in Print() 85 LOG_COMPILER(DEBUG) << " NumLocations:0x" << std::hex << NumLocations; in Print()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | asm_caller.cpp | 74 std::cerr << "ui8 result:" << std::hex << static_cast<uint64_t>(test_##opc##_8(ui8)) \ in EMITED_TWO_PARAM_INST_LIST() 76 std::cerr << "ui16 result:" << std::hex << static_cast<uint64_t>(test_##opc##_16(ui16)) \ in EMITED_TWO_PARAM_INST_LIST() 78 std::cerr << "ui32 result:" << std::hex << static_cast<uint64_t>(test_##opc##_32(ui32)) \ in EMITED_TWO_PARAM_INST_LIST() 80 std::cerr << "ui64 result:" << std::hex << static_cast<uint64_t>(test_##opc##_64(ui64)) \ in EMITED_TWO_PARAM_INST_LIST() 95 …std::cerr << "ui8 result:" << std::hex << static_cast<uint64_t>(test_##opc##_8(ui8, ui8_2)) … in EMITED_TWO_PARAM_INST_LIST() 97 …std::cerr << "ui16 result:" << std::hex << static_cast<uint64_t>(test_##opc##_16(ui16, ui16_2)) … in EMITED_TWO_PARAM_INST_LIST() 99 …std::cerr << "ui32 result:" << std::hex << static_cast<uint64_t>(test_##opc##_32(ui32, ui32_2)) … in EMITED_TWO_PARAM_INST_LIST() 101 …std::cerr << "ui64 result:" << std::hex << static_cast<uint64_t>(test_##opc##_64(ui64, ui64_2)) … in EMITED_TWO_PARAM_INST_LIST()
|
| /arkcompiler/runtime_core/compiler/code_info/ |
| D | code_info.cpp | 35 …stream << "Stackmap #" << stack_map.GetRow() << ": npc=0x" << std::hex << stack_map.GetNativePcUnp… in Dump() 36 << ", bpc=0x" << std::hex << stack_map.GetBytecodePc(); in Dump() 44 stream << "r:0x" << std::hex << GetRootsRegMask(stack_map); in Dump() 61 stream << "InlineInfo #" << depth << ": bpc=0x" << std::hex << ii.GetBytecodePc() << std::dec in DumpInlineInfo()
|
| /arkcompiler/runtime_core/runtime/mem/gc/heap-space-misc/ |
| D | crossing_map.cpp | 33 LOG_CROSSING_MAP(DEBUG) << "Create CrossingMap with start_addr 0x" << std::hex << start_addr_; in CrossingMap() 69 …LOG_CROSSING_MAP(DEBUG) << "Try to AddObject with addr " << std::hex << obj_addr << " and size " <… in AddObject() 149 …LOG_CROSSING_MAP(DEBUG) << "Try to RemoveObject with addr " << std::hex << obj_addr << " and size … in RemoveObject() 184 … << std::hex << next_obj_addr << " as INITIALIZED with offset " << std::dec in RemoveObject() 240 …LOG_CROSSING_MAP(DEBUG) << "FindFirstObject for interval [" << std::hex << start_addr << ", " << e… in FindFirstObject() 247 …LOG_CROSSING_MAP(DEBUG) << "Found first object in this interval with addr " << std::hex << obj_off… in FindFirstObject() 257 …LOG_CROSSING_MAP(DEBUG) << "InitializeCrossingMapForMemory for addr " << std::hex << start_addr <<… in InitializeCrossingMapForMemory() 274 …LOG_CROSSING_MAP(DEBUG) << "RemoveCrossingMapForMemory for addr " << std::hex << start_addr << " w… in RemoveCrossingMapForMemory() 295 LOG_CROSSING_MAP(DEBUG) << "STATE_INITIALIZED, obj addr = " << std::hex in FindObjInMap() 308 …_CROSSING_MAP(DEBUG) << "Found object in map " << current_map << " with object addr = " << std::hex in FindObjInMap() [all …]
|
| /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… 150 message: Cannot resolve ${#kind} with id=${std::hex << id << std::dec}. 480 Class id: ${std::hex << class_id << std::dec}. 485 message: Class is not found in cache for offset 0x${std::hex << offset} 491 Cannot resolve class id 0x${std::hex << class_id} 496 message: Method is not found in cache for offset 0x${std::hex << offset} 502 Cannot resolve method id 0x${std::hex << method_id} 507 message: Field is not found in cache for offset 0x${std::hex << offset} [all …]
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | malloc_mem_pool-inl.h | 58 … << " at addr = " << std::hex << buff << " for " << SpaceTypeToString(space_type); in AllocArenaImpl() 66 << " at addr = " << std::hex << arena; in FreeArenaImpl() 80 …MEM_POOL(DEBUG) << "Allocated new pool with size " << std::dec << size << " at addr = " << std::hex in AllocPoolImpl() 88 …OL(DEBUG) << "Try to free pool with size " << std::dec << size << " at addr = " << std::hex << mem; in FreePoolImpl()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/ |
| D | asm_printer.cpp | 38 *str_ << "blx " << std::hex << entry_point << "\n"; in MakeCall() 60 *str_ << "bl " << std::hex << entry_point << "\n"; in MakeCall() 82 *str_ << "callq " << std::hex << entry_point << "@plt\n"; in MakeCall()
|
| /arkcompiler/runtime_core/runtime/include/coretypes/ |
| D | tagged_value.h | 154 << std::hex << ReinterpretDoubleToTaggedType(v)); in TaggedValue() 224 ASSERT_PRINT(IsDouble(), "can not convert TaggedValue to Double : " << std::hex << value_); in GetDouble() 230 ASSERT_PRINT(IsInt(), "can not convert TaggedValue to Int :" << std::hex << value_); in GetInt() 241 … ASSERT_PRINT(IsHeapObject(), "can not convert TaggedValue to HeapObject :" << std::hex << value_); in GetHeapObject() 249 … ASSERT_PRINT(IsHeapObject(), "can not convert TaggedValue to HeapObject :" << std::hex << value_); in GetRawHeapObject() 255 …ASSERT_PRINT(IsWeak(), "can not convert TaggedValue to WeakRef HeapObject :" << std::hex << value_… in GetWeakReferent()
|
| /arkcompiler/runtime_core/disassembler/ |
| D | disassembler.cpp | 128 …LOG(DEBUG, DISASSEMBLER) << "\n[getting record]\nid: " << record_id << " (0x" << std::hex << recor… in GetRecord() 165 …LOG(DEBUG, DISASSEMBLER) << "\n[getting method]\nid: " << method_id << " (0x" << std::hex << metho… in GetMethod() 189 …LOG(ERROR, DISASSEMBLER) << "> error encountered at " << method_id << " (0x" << std::hex << method… in GetMethod() 264 ss << "0x" << std::hex << std::get<uint32_t>(value); in FillLiteralData() 344 …G(DEBUG, DISASSEMBLER) << "\n[getting literal arrays]\nid: " << lit_arrays_id << " (0x" << std::hex in GetLiteralArrays() 355 ss << index << " 0x" << std::hex << id.GetOffset(); in GetLiteralArrays() 373 … LOG(ERROR, DISASSEMBLER) << "> error encountered in record at " << class_off << " (0x" << std::hex in GetRecords() 387 << std::hex << class_off << "). record's language (" in GetRecords() 439 …LOG(DEBUG, DISASSEMBLER) << "[getting params]\nproto id: " << proto_id << " (0x" << std::hex << pr… in GetParams() 452 …LOG(ERROR, DISASSEMBLER) << "> error encountered at " << proto_id << " (0x" << std::hex << proto_id in GetParams() [all …]
|
| /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() 231 (*out) << sep << std::hex << "0x" << imm.value; in DumpInputs() 249 (*out) << ", 0x" << std::hex << GetImm() << std::dec; in DumpInputs() 256 (*out) << ", " << GetShiftTypeStr(GetShiftType()) << " 0x" << std::hex << GetImm() << std::dec; in DumpInputs() 263 (*out) << ", " << GetShiftTypeStr(GetShiftType()) << " 0x" << std::hex << GetImm() << std::dec; in DumpInputs() 270 (*out) << ", 0x" << std::hex << GetImm() << std::dec; in DumpInputs() 277 (*out) << ", 0x" << std::hex << GetImm() << std::dec; in DumpInputs() 309 (*out) << "0x" << std::hex << GetIntValue() << std::dec; in DumpInputs() 318 (*out) << "0x" << std::hex << GetRawValue(); in DumpInputs() 663 (*out) << ", 0x" << std::hex << GetImm() << std::dec; in DumpInputs() [all …]
|
| /arkcompiler/runtime_core/verification/gen/templates/ |
| D | job_fill_gen.h.erb | 21 …LOG(DEBUG, VERIFIER) << "JOBFILL: " << std::hex << std::setw(sizeof(inst.GetOffset())) << std::set… 79 …) << "JOBFILL: Cannot get literal tag with id=" << std::hex << id << " for offset 0x" << std::hex … 129 …OBFILL: Cannot find class for literal with id=" << std::hex << id << " for offset 0x" << std::hex …
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | bit_memory_region-inl.h | 40 os << std::hex << val; in Dump() 52 os << std::hex << ReadAll(); in Dump()
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | interpreter-inl.h | 140 LOG_INST() << "ldai.dyn " << std::hex << "0x" << imm; in HandleLdaiDyn() 194 LOG_INST() << "movi v" << vd << ", " << std::hex << "0x" << imm; in HandleMovi() 204 LOG_INST() << "movi.64 v" << vd << ", " << std::hex << "0x" << imm; in HandleMoviWide() 269 LOG_INST() << "ldai " << std::hex << "0x" << imm; in HandleLdai() 278 LOG_INST() << "ldai.64 " << std::hex << "0x" << imm; in HandleLdaiWide() 305 LOG_INST() << "lda.str " << std::hex << "0x" << string_id; in HandleLdaStr() 338 LOG_INST() << "lda.type " << std::hex << "0x" << type_id; in HandleLdaType() 396 LOG_INST() << "jmp " << std::hex << "0x" << imm; in HandleJmp() 1016 LOG_INST() << "inci v" << vx << ", " << std::hex << "0x" << imm; in HandleInci() 1424 LOG_INST() << "lda.const v" << vd << ", " << std::hex << "0x" << litarr_id; in HandleLdaConst() [all …]
|
| /arkcompiler/runtime_core/verification/util/tests/ |
| D | environment.cpp | 65 …static const auto HEX = DEC.of_string("0x") >> DEC; // NOLINT(readability-static-accessed-thro… in EnvOptions() local 72 static const auto NUM = HEX | DEC |= NUM_HANDLER; in EnvOptions() 73 …static const auto QUOTES = HEX.of_string("\""); // NOLINT(readability-static-accessed-through-ins… in EnvOptions()
|
| /arkcompiler/runtime_core/disassembler/templates/ |
| D | get_ins_info.cpp.erb | 38 ss << "offset: 0x" << std::setfill('0') << std::setw(4) << std::hex 60 …<< std::setw(INSTRUCTION_WIDTH) << std::setfill('0') << std::right << std::hex << static_cast<int>…
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | allocator_test_base.h | 503 << "address: " << std::hex << allocated_elements[k].first << ", size: " << size in OneAlignedAllocFreeTest() 543 << "address: " << std::hex << allocated_elements[k].first << ", size: " << size in AlignedAllocFreeTest() 572 … << "address: " << std::hex << element.first << ", size: " << alloc_size << ", seed: " << seed_; in AllocateAndFree() 681 << "Address: " << std::hex << std::get<0>(allocated_elements[i]) in AllocateFreeDifferentSizesTest() 699 …E(mem == nullptr) << "Allocate too big object with " << size_obj << " size at address " << std::hex in AllocateTooBigObjectTest() 778 …<< "address: " << std::hex << allocated_elements[i].first << ", size: " << SIZE_1 << ", seed: " <<… in AllocateReuseTest() 792 …<< "address: " << std::hex << allocated_elements[i].first << ", size: " << SIZE_2 << ", seed: " <<… in AllocateReuseTest() 797 … << "first address = " << std::hex << first_allocated_mem << ", second address = " << std::hex in AllocateReuseTest() 874 … << "Object at address " << std::hex << mem << " isn't in collected objects, seed: " << seed_; in ObjectCollectionTest() 905 … << "Object at address " << std::hex << mem << " isn't in collected objects, seed: " << seed_; in ObjectIteratorTest() [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-invalid-unicode-escape-expected.txt | 1 SyntaxError: Invalid hex escape [test-invalid-unicode-escape.js:16:10]
|