Home
last modified time | relevance | path

Searched full:hex (Results 1 – 25 of 249) sorted by relevance

12345678910

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_compiler.cpp119 …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()
280 …LOG_INST() << " ldundefined " << std::hex << Immediate(JSTaggedValue::VALUE_UNDEFINED).GetValue… in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
288 LOG_INST() << " ldnan " << std::hex << base::NAN_VALUE; in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
297 LOG_INST() << " ldinfinity " << std::hex << base::POSITIVE_INFINITY; in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
306 LOG_INST() << " ldnull " << std::hex << Immediate(JSTaggedValue::VALUE_NULL).GetValue(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
314 LOG_INST() << " ldtrue " << std::hex << Immediate(JSTaggedValue::VALUE_TRUE).GetValue(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
322 LOG_INST() << " ldfalse " << std::hex << Immediate(JSTaggedValue::VALUE_FALSE).GetValue(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
330 LOG_INST() << " ldhole " << std::hex << Immediate(JSTaggedValue::VALUE_HOLE).GetValue(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
341 LOG_INST() << " BaselineNewlexenvImm8 Address: " << std::hex << builtinAddress; in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dliteralstrname.cpp28 // Return the hex string of bytes. The result is the combination of prefix "_C_STR_" and hex string…
29 …r 4 bits and lower 4 bits of bytes[i] are transformed to hex form and restored separately in hex s…
39 … kMplDigits[(bytes[i] & 0xf0) >> k16BitShift]; // get the hex value of upper 4 bits of bytes[i] in GetHexStr()
41 kMplDigits[bytes[i] & 0x0f]; // get the hex value of lower 4 bits of bytes[i] in GetHexStr()
/arkcompiler/runtime_core/compiler/tests/
Dasm_caller.cpp74 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/tests/
Dasm_caller.cpp94 std::cerr << "ui8 result:" << std::hex << static_cast<uint64_t>(test_##opc##_8(ui8)) \ in TEST_F()
96 std::cerr << "ui16 result:" << std::hex << static_cast<uint64_t>(test_##opc##_16(ui16)) \ in TEST_F()
98 std::cerr << "ui32 result:" << std::hex << static_cast<uint64_t>(test_##opc##_32(ui32)) \ in TEST_F()
100 std::cerr << "ui64 result:" << std::hex << static_cast<uint64_t>(test_##opc##_64(ui64)) \ in TEST_F()
116 …std::cerr << "ui8 result:" << std::hex << static_cast<uint64_t>(test_##opc##_8(ui8, ui8_2)) … in TEST_F()
118 …std::cerr << "ui16 result:" << std::hex << static_cast<uint64_t>(test_##opc##_16(ui16, ui16_2)) … in TEST_F()
120 …std::cerr << "ui32 result:" << std::hex << static_cast<uint64_t>(test_##opc##_32(ui32, ui32_2)) … in TEST_F()
122 …std::cerr << "ui64 result:" << std::hex << static_cast<uint64_t>(test_##opc##_64(ui64, ui64_2)) … in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dheap_verifier.cpp56 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 …]
Dhumongous_obj_allocator-inl.h90 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 …]
Drunslots.cpp49 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()
Dtlab.cpp31 …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()
Drunslots_allocator-inl.h107 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Used runslots with addr " << std::hex << runslots; in Alloc()
112 … LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Allocate a memory at address " << std::hex << allocatedMem; in Alloc()
198 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Try to free object at address " << std::hex << mem; in FreeUnsafe()
210 …LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "It is RunSlots with addr " << std::hex << static_cast<void *>(ru… in FreeUnsafe()
228 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Freed object at address " << std::hex << mem; in FreeUnsafe()
236 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << " iterate over " << std::hex << objectHeader; in Collect()
275 << std::hex << runslots; in CreateNewRunSlotsFromMemory()
285 …OCATOR(DEBUG) << "Get new memory pool with size " << size << " bytes, at addr " << std::hex << mem; in AddMemoryPool()
332 …LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "IterateOverObjectsInRange for range [" << std::hex << leftBorder… in IterateOverObjectsInRange()
350 …LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "IterateOverObjectsInRange, It is RunSlots with addr " << std::hex in IterateOverObjectsInRange()
[all …]
Dframe_allocator-inl.h53 LOG_FRAME_ALLOCATOR(DEBUG) << "Free arena at addr " << std::hex << lastAllocArena_; in ~FrameAllocator()
77 …LOG_FRAME_ALLOCATOR(DEBUG) << "Successfully allocate new arena with addr " << std::hex << newArena; in TryAllocateNewArena()
102 LOG_FRAME_ALLOCATOR(DEBUG) << "Allocated memory at addr " << std::hex << mem; in Alloc()
133 LOG_FRAME_ALLOCATOR(DEBUG) << "Free memory at addr " << std::hex << mem; in Free()
197 LOG_FRAME_ALLOCATOR(DEBUG) << "Free the arena at addr " << std::hex << arenaToFree; in FreeLastArena()
238 LOG_FRAME_ALLOCATOR(DEBUG) << "check InAllocator arena at addr " << std::hex << curArena; in Contains()
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dcode_info.cpp35 …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/
Djs_string_add.js46 var hex = "0123456789ABCDEF"; variable
47 print("%" + hex[(0xF0 >> 4) & 0xf] + hex[0xF0 & 0xf]);
/arkcompiler/ets_runtime/ecmascript/stackmap/llvm/
Dllvm_stackmap_type.h132 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/
Dmessages.yaml85 …${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/
Dcrossing_map.cpp33 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/ets_frontend/arkguard/test/ut/
DNameGenerator.spec.ts109 describe('hex name generator test', function () {
110 it('hex name generator no option check length', function () {
111 const hexGenerator = getNameGenerator(NameGeneratorType.HEX);
117 it('hex name generator no option check value', function () {
118 const hexGenerator = getNameGenerator(NameGeneratorType.HEX);
132 it('hex name generator with option check length', function () {
137 const hexGenerator = getNameGenerator(NameGeneratorType.HEX, options);
143 it('hex name generator with option check value', function () {
148 const hexGenerator = getNameGenerator(NameGeneratorType.HEX, options);
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
Dgetter_setter_access_modifiers_2.sts29 class Hex extends Core {
42 /* @@? 33:22 Error TypeError: size(s: int): void in Hex cannot override size(s: int): void in Core …
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dalignment.cpp43 …LogInfo::MapleLogger() << " === BB_" << jumpLabel->GetId() << " (" << std::hex << jumpLabel << ")"… in Dump()
55 LogInfo::MapleLogger() << " (" << std::hex << pred << ") " << std::dec << " "; in Dump()
65 … LogInfo::MapleLogger() << " (" << std::hex << jumpLabel->GetPrev() << ") " << std::dec << " "; in Dump()
74 …LogInfo::MapleLogger() << " === BB_" << loopHeader->GetId() << " (" << std::hex << loopHeader << "… in Dump()
90 …LogInfo::MapleLogger() << " === BB_" << bb->GetId() << " (" << std::hex << bb << ")" << std::dec <… in Dump()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/
Dasm_printer.cpp38 *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/static_core/libpandabase/mem/
Dmalloc_mem_pool-inl.h59 … << " at addr = " << std::hex << buff << " for " << SpaceTypeToString(spaceType); in AllocArenaImpl()
70 << " at addr = " << std::hex << arena; in FreeArenaImpl()
85 …MEM_POOL(DEBUG) << "Allocated new pool with size " << std::dec << size << " at addr = " << std::hex in AllocPoolImpl()
97 …OL(DEBUG) << "Try to free pool with size " << std::dec << size << " at addr = " << std::hex << mem; in FreePoolImpl()
/arkcompiler/ets_runtime/ecmascript/base/
Djson_helper.cpp113 oss << "\\u" << std::hex << std::setfill('0') << std::setw(FOUR_HEX) << in ValueToQuotedString()
126 … * iii. Let hex be the string result of converting the numeric code unit value of C to a String of in ValueToQuotedString()
128 * iv. Let product be the concatenation of product and hex. in ValueToQuotedString()
131 … oss << "\\u" << std::hex << std::setfill('0') << std::setw(FOUR_HEX) << static_cast<int>(*c); in ValueToQuotedString()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmuid.h120 …sbuf << std::setfill('0') << std::setw(8) << std::hex << data.words[1] << std::setfill('0') << std… in ToStr()
121 << std::hex << data.words[0]; in ToStr()
124 …sbuf << std::setfill('0') << std::setw(16) << std::hex << data.words[1] << std::setfill('0') << st… in ToStr()
125 << std::hex << data.words[0]; in ToStr()
/arkcompiler/runtime_core/libpandabase/mem/
Dmalloc_mem_pool-inl.h58 … << " 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/ets_frontend/arkguard/src/generator/
DNameFactory.ts27 HEX = 3, enumerator
40 case NameGeneratorType.HEX:
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_file_info.cpp78 … LOG_ECMA(ERROR) << "Verify ap file's file size failed. size: " << std::hex << bufferSize << " vs " in VerifyFileSize()
94 …LOG_ECMA(ERROR) << "Verify ap file's consistency failed. checksum: " << std::hex << checksum << " … in VerifyConsistency()
95 << std::hex << GetChecksum(); in VerifyConsistency()
153 … "FileSize: " << GetFileSize() << " ,HeaderSize: " << GetHeaderSize() << " ,Checksum: " << std::hex in ProcessToText()

12345678910