| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | getter_setter_access_modifiers_2.sts | 29 class Hex extends Core { 42 /* @@? 33:22 Error TypeError: size(s: int): void in Hex cannot override size(s: int): void in Core … 43 /* @@? 33:22 Error TypeError: Method size(s: int): void in Hex not overriding any method */ 44 /* @@? 37:22 Error TypeError: size(): int in Hex cannot override size(): int in Core because overri… 45 /* @@? 37:22 Error TypeError: Method size(): int in Hex not overriding any method */
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_compiler.cpp | 119 …LOG_INST() << " Created Code Signer for baseline compilation: " << std::hex << (uintptr_t)jitSign… in SetupCodeSigner() 140 LOG_INST() << " ID_CallArg1AndCheckToBaseline Address: " << std::hex << bcAddr; in Compile() 290 …LOG_INST() << " ldundefined " << std::hex << Immediate(JSTaggedValue::VALUE_UNDEFINED).GetValue… in BYTECODE_BASELINE_HANDLER_IMPLEMENT() 298 LOG_INST() << " ldnan " << std::hex << base::NAN_VALUE; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() 307 LOG_INST() << " ldinfinity " << std::hex << base::POSITIVE_INFINITY; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() 316 LOG_INST() << " ldnull " << std::hex << Immediate(JSTaggedValue::VALUE_NULL).GetValue(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() 324 LOG_INST() << " ldtrue " << std::hex << Immediate(JSTaggedValue::VALUE_TRUE).GetValue(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() 332 LOG_INST() << " ldfalse " << std::hex << Immediate(JSTaggedValue::VALUE_FALSE).GetValue(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() 340 LOG_INST() << " ldhole " << std::hex << Immediate(JSTaggedValue::VALUE_HOLE).GetValue(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() 351 LOG_INST() << " BaselineNewlexenvImm8 Address: " << std::hex << builtinAddress; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() [all …]
|
| /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/static_core/compiler/code_info/ |
| D | code_info.cpp | 35 …stream << "Stackmap #" << stackMap.GetRow() << ": npc=0x" << std::hex << stackMap.GetNativePcUnpac… in Dump() 36 << ", bpc=0x" << std::hex << stackMap.GetBytecodePc(); in Dump() 44 stream << "r:0x" << std::hex << GetRootsRegMask(stackMap); in Dump() 61 stream << "InlineInfo #" << depth << ": bpc=0x" << std::hex << ii.GetBytecodePc() << std::dec in DumpInlineInfo()
|
| /arkcompiler/ets_runtime/test/aottest/js_string_add/ |
| D | js_string_add.js | 46 var hex = "0123456789ABCDEF"; variable 47 print("%" + hex[(0xF0 >> 4) & 0xf] + hex[0xF0 & 0xf]);
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | heap_verifier.cpp | 56 LOG_HEAP_VERIFIER << "Heap corruption found! Heap object " << std::hex << objectHeader in operator ()() 60 LOG_HEAP_VERIFIER << "Heap corruption found! Heap object " << std::hex << objectHeader in operator ()() 79 …LOG_HEAP_VERIFIER << "Heap corruption found! Root references a dead object at " << std::hex << ref… in operator ()() 82 …ERIFIER << "Heap corruption found! Root references a forwarded object at " << std::hex << referent; in operator ()() 115 LOG_HEAP_VERIFIER << "Heap corruption found! Class address for root " << std::hex in VerifyRoot() 146 LOG_HEAP_VERIFIER << "Heap object " << std::hex << objectCache.heapObject << " (" in CheckHeap() 170 … LOG_HEAP_VERIFIER << "Heap object " << std::hex << objectHeader << " is forwarded object"; in VerifyAll() 175 LOG_HEAP_VERIFIER << "Heap object " << std::hex << objectHeader in VerifyAll() 202 LOG_HEAP_VERIFIER << "Class address for root " << std::hex << rootObjHeader in VerifyAll() 207 … LOG_HEAP_VERIFIER << "Root references a dead object at " << std::hex << rootObjHeader; 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 << memHead… 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 << currentPool; 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() 276 … << "HumongousObjAllocator: It is a MemoryPoolHeader with addr " << std::hex << discoveredPool in IterateOverObjectsInRange() 351 …LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "Pop a pool with addr " << std::hex << pool << " from the po… in Pop() 355 …GOUS_OBJ_ALLOCATOR(DEBUG) << "It was a pointer to list head. Change head to " << std::hex << head_; in Pop() [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 *>(nextFree_); 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(poolPointe… in Initialize() 81 … LOG_RUNSLOTS(DEBUG) << "Successfully get free slot " << std::hex << static_cast<void *>(freeSlot) in PopFreeSlot() 91 …LOG_RUNSLOTS(DEBUG) << "Free slot in RunSlots at addr " << std::hex << static_cast<void *>(memSlot… 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 << memoryStartAddr_ << " with s… in ~TLAB() 54 LOG_TLAB_ALLOCATOR(DEBUG) << "Destroy the TLAB at addr " << std::hex << this; in Destroy()
|
| D | runslots_allocator-inl.h | 111 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Used runslots with addr " << std::hex << runslots; in Alloc() 116 … LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Allocate a memory at address " << std::hex << allocatedMem; in Alloc() 213 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Try to free object at address " << std::hex << mem; in FreeUnsafe() 225 …LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "It is RunSlots with addr " << std::hex << static_cast<void *>(ru… in FreeUnsafe() 243 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Freed object at address " << std::hex << mem; in FreeUnsafe() 251 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << " iterate over " << std::hex << objectHeader; in Collect() 291 << std::hex << runslots; in CreateNewRunSlotsFromMemory() 302 …OCATOR(DEBUG) << "Get new memory pool with size " << size << " bytes, at addr " << std::hex << mem; in AddMemoryPool() 349 …LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "IterateOverObjectsInRange for range [" << std::hex << leftBorder… in IterateOverObjectsInRange() 367 …LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "IterateOverObjectsInRange, It is RunSlots with addr " << std::hex in IterateOverObjectsInRange() [all …]
|
| D | frame_allocator-inl.h | 53 LOG_FRAME_ALLOCATOR(DEBUG) << "Free arena at addr " << std::hex << lastAllocArena_; in ~FrameAllocator() 78 …LOG_FRAME_ALLOCATOR(DEBUG) << "Successfully allocate new arena with addr " << std::hex << newArena; in TryAllocateNewArena() 103 LOG_FRAME_ALLOCATOR(DEBUG) << "Allocated memory at addr " << std::hex << mem; in Alloc() 134 LOG_FRAME_ALLOCATOR(DEBUG) << "Free memory at addr " << std::hex << mem; in Free() 200 LOG_FRAME_ALLOCATOR(DEBUG) << "Free the arena at addr " << std::hex << arenaToFree; in FreeLastArena() 243 LOG_FRAME_ALLOCATOR(DEBUG) << "check InAllocator arena at addr " << std::hex << curArena; in Contains()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | asm_caller.cpp | 95 std::cerr << "ui8 result:" << std::hex << static_cast<uint64_t>(test_##opc##_8(ui8)) \ in TEST_F() 97 std::cerr << "ui16 result:" << std::hex << static_cast<uint64_t>(test_##opc##_16(ui16)) \ in TEST_F() 99 std::cerr << "ui32 result:" << std::hex << static_cast<uint64_t>(test_##opc##_32(ui32)) \ in TEST_F() 101 std::cerr << "ui64 result:" << std::hex << static_cast<uint64_t>(test_##opc##_64(ui64)) \ in TEST_F() 121 …std::cerr << "ui8 result:" << std::hex << static_cast<uint64_t>(test_##opc##_8(ui8, ui8_2)) … in TEST_F() 123 …std::cerr << "ui16 result:" << std::hex << static_cast<uint64_t>(test_##opc##_16(ui16, ui16_2)) … in TEST_F() 125 …std::cerr << "ui32 result:" << std::hex << static_cast<uint64_t>(test_##opc##_32(ui32, ui32_2)) … in TEST_F() 127 …std::cerr << "ui64 result:" << std::hex << static_cast<uint64_t>(test_##opc##_64(ui64, ui64_2)) … in TEST_F()
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/llvm/ |
| D | llvm_stackmap_type.h | 132 LOG_COMPILER(DEBUG) << " functionAddress:0x" << std::hex << functionAddress; in Print() 133 LOG_COMPILER(DEBUG) << " stackSize:0x" << std::hex << stackSize; in Print() 134 LOG_COMPILER(DEBUG) << " recordCount:" << std::hex << recordCount; in Print() 143 LOG_COMPILER(DEBUG) << " LargeConstant:0x" << std::hex << largeConstant; in Print() 154 LOG_COMPILER(DEBUG) << " PatchPointID:0x" << std::hex << patchPointID; in Print() 155 … LOG_COMPILER(DEBUG) << " instructionOffset:0x" << std::hex << instructionOffset; in Print() 156 LOG_COMPILER(DEBUG) << " Reserved:0x" << std::hex << reserved; in Print() 157 LOG_COMPILER(DEBUG) << " NumLocations:0x" << std::hex << numLocations; in Print()
|
| /arkcompiler/runtime_core/static_core/verification/ |
| D | messages.yaml | 85 …${std::hex << std::setw(sizeof(uint32_t) * 2) << std::setfill('0') << address << std::dec << std::… 93 ${std::hex << std::setw(sizeof(uint32_t) * 2) << std::setfill('0')} 137 …ABSINT: ${std::hex << std::setw(sizeof(uint32_t) * 2) << std::setfill('0') << instruction.GetOffse… 149 message: Cannot resolve ${#kind} with id=${std::hex << id << std::dec}. 478 Class id: ${std::hex << class_id << std::dec}. 483 message: Class is not found in cache for offset 0x${std::hex << offset} 489 Cannot resolve class id 0x${std::hex << class_id} 494 message: Method is not found in cache for offset 0x${std::hex << offset} 500 Cannot resolve method id 0x${std::hex << method_id} 505 message: Field is not found in cache for offset 0x${std::hex << offset} [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/heap-space-misc/ |
| D | crossing_map.cpp | 33 LOG_CROSSING_MAP(DEBUG) << "Create CrossingMap with start_addr 0x" << std::hex << startAddr_; in CrossingMap() 69 …LOG_CROSSING_MAP(DEBUG) << "Try to AddObject with addr " << std::hex << objAddr << " and size " <<… in AddObject() 148 …LOG_CROSSING_MAP(DEBUG) << "Try to RemoveObject with addr " << std::hex << objAddr << " and size "… in RemoveObject() 182 … << std::hex << nextObjAddr << " as INITIALIZED with offset " << std::dec in RemoveObject() 238 …LOG_CROSSING_MAP(DEBUG) << "FindFirstObject for interval [" << std::hex << startAddr << ", " << en… in FindFirstObject() 245 …LOG_CROSSING_MAP(DEBUG) << "Found first object in this interval with addr " << std::hex << objOffs… in FindFirstObject() 255 …LOG_CROSSING_MAP(DEBUG) << "InitializeCrossingMapForMemory for addr " << std::hex << startAddr << … in InitializeCrossingMapForMemory() 272 …LOG_CROSSING_MAP(DEBUG) << "RemoveCrossingMapForMemory for addr " << std::hex << startAddr << " wi… in RemoveCrossingMapForMemory() 292 LOG_CROSSING_MAP(DEBUG) << "STATE_INITIALIZED, obj addr = " << std::hex in FindObjInMap() 305 …G_CROSSING_MAP(DEBUG) << "Found object in map " << currentMap << " with object addr = " << std::hex in FindObjInMap() [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/ |
| D | asm_printer.cpp | 38 *str_ << "blx " << std::hex << entryPoint << "\n"; in MakeCall() 60 *str_ << "bl " << std::hex << entryPoint << "\n"; in MakeCall() 82 *str_ << "callq " << std::hex << entryPoint << "@plt\n"; in MakeCall()
|
| /arkcompiler/runtime_core/verifier/ |
| D | verifier.cpp | 281 LOG(ERROR, VERIFIER) << "Binary file corrupted. out of bounds (0x" << std::hex in CheckConstantPool() 343 LOG(ERROR, VERIFIER) << "Register index out of bounds: 0x" << std::hex in IsRegIdxOutOfBounds() 344 << reg_idx << ", Max allowed: 0x" << std::hex << valid_regs_num; in IsRegIdxOutOfBounds() 359 LOG(ERROR, VERIFIER) << "Register index out of bounds: 0x" << std::hex in CheckVRegIdx() 360 << reg_idx << ", Max allowed: 0x" << std::hex << valid_regs_num; in CheckVRegIdx() 373 … LOG(ERROR, VERIFIER) << "Fail to verify method id. method_id(0x" << std::hex << method_id << ")!"; in VerifyMethodId() 385 …LOG(ERROR, VERIFIER) << "Fail to verify literal id. literal_id(0x" << std::hex << literal_id << ")… in VerifyLiteralId() 397 … LOG(ERROR, VERIFIER) << "Fail to verify string id. string_id(0x" << std::hex << string_id << ")!"; in VerifyStringId() 450 LOG(ERROR, VERIFIER) << "Invalid string_id. string_id(0x" << std::hex << id << ")!"; in VerifyStringIdInLiteralArray() 630 … LOG(ERROR, VERIFIER) << "> error encountered at " << code_id << " (0x" << std::hex << code_id in VerifyJumpInstruction() [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/static_core/libpandabase/mem/ |
| D | malloc_mem_pool-inl.h | 60 … << " at addr = " << std::hex << buff << " for " << SpaceTypeToString(spaceType); in AllocArenaImpl() 71 << " at addr = " << std::hex << arena; in FreeArenaImpl() 86 …MEM_POOL(DEBUG) << "Allocated new pool with size " << std::dec << size << " at addr = " << std::hex in AllocPoolImpl() 98 …OL(DEBUG) << "Try to free pool with size " << std::dec << size << " at addr = " << std::hex << mem; in FreePoolImpl()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| D | pgo_file_info.cpp | 86 … LOG_ECMA(ERROR) << "Verify ap file's file size failed. size: " << std::hex << bufferSize << " vs " in VerifyFileSize() 102 …LOG_ECMA(ERROR) << "Verify ap file's consistency failed. checksum: " << std::hex << checksum << " … in VerifyConsistency() 103 << std::hex << GetChecksum(); in VerifyConsistency() 131 … "FileSize: " << GetFileSize() << ", HeaderSize: " << GetHeaderSize() << ", Checksum: " << std::hex in ProcessToText()
|
| /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]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | dump.cpp | 150 outString << "bc: 0x" << std::setfill('0') << std::setw(HEX_PTR_SIZE) << std::hex << pc; in PcToString() 252 (*out) << sep << std::hex << "0x" << imm.value; in DumpInputs() 271 (*out) << ", 0x" << std::hex << GetImm() << std::dec; in DumpInputs() 278 (*out) << ", " << GetShiftTypeStr(GetShiftType()) << " 0x" << std::hex << GetImm() << std::dec; in DumpInputs() 285 (*out) << ", " << GetShiftTypeStr(GetShiftType()) << " 0x" << std::hex << GetImm() << std::dec; in DumpInputs() 292 (*out) << ", 0x" << std::hex << GetImm() << std::dec; in DumpInputs() 299 (*out) << ", 0x" << std::hex << GetImm() << std::dec; in DumpInputs() 331 (*out) << "0x" << std::hex << GetIntValue() << std::dec; in DumpInputs() 340 (*out) << "0x" << std::hex << GetRawValue() << std::dec; in DumpInputs() 476 … (*out) << std::setw(INDENT_OPCODE) << opcode + open + type << std::hex << GetString() << close; in DumpOpcode() [all …]
|
| /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/static_core/libpandabase/utils/ |
| D | bit_memory_region-inl.h | 32 os << std::hex << val; in DumpVal() 58 os << std::hex << ReadAll(); in Dump()
|
| /arkcompiler/runtime_core/static_core/abc2program/ |
| D | abc_code_processor.cpp | 78 … LOG(ERROR, ABC2PROGRAM) << "> error encountered at " << immToLabel.codeId << " (0x" << std::hex in TranslateImmToLabel() 95 … LOG(ERROR, ABC2PROGRAM) << "> error encountered at " << immToLabel.codeId << " (0x" << std::hex in TranslateImmToLabel() 173 LOG(ERROR, ABC2PROGRAM) << "> invalid catch block begin offset! address is: 0x" << std::hex in LocateCatchBlock() 189 LOG(ERROR, ABC2PROGRAM) << "> invalid catch block end offset! address is: 0x" << std::hex in LocateCatchBlock() 231 LOG(ERROR, ABC2PROGRAM) << "> invalid try block begin offset! address is: 0x" << std::hex in LocateTryBlock() 247 LOG(ERROR, ABC2PROGRAM) << "> invalid try block end offset! address is: 0x" << std::hex in LocateTryBlock() 267 …LOG(DEBUG, ABC2PROGRAM) << "[getting exceptions]\ncode id: " << codeId << " (0x" << std::hex << co… in GetExceptions()
|