Home
last modified time | relevance | path

Searched full:dec (Results 1 – 25 of 105) sorted by relevance

12345

/arkcompiler/toolchain/tooling/test/
Dpt_base64_test.cpp45 std::string dec = "Hello"; in HWTEST_F_L0() local
48 uint32_t len = PtBase64::Encode(dec, enc); in HWTEST_F_L0()
60 std::string dec = "If you can see this message, it means that PtBase64Decode works well"; in HWTEST_F_L0() local
63 uint32_t len = PtBase64::Encode(dec, des); in HWTEST_F_L0()
69 EXPECT_EQ(des, dec); in HWTEST_F_L0()
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_decorator.ts28 @dec ["1"]() { }
29 @dec.dec ["h"]() { }
Dtest_decorator3.ts19 @dec set baz(a) { };
20 @dec get baz() { };
Dtest_decorator5.ts18 @dec constructor() { };
Dtest_decorator1.ts17 function foo(@dec a) { };
Dtest_decorator4.ts18 @dec a();
Dtest_decorator6.ts18 @dec [a: number]: string;
/arkcompiler/runtime_core/libpandabase/mem/
Dmalloc_mem_pool-inl.h41 LOG_MALLOC_MEM_POOL(DEBUG) << "Try to get new arena with size " << std::dec << size << " for " in AllocArenaImpl()
57 LOG_MALLOC_MEM_POOL(DEBUG) << "Allocated new arena with size " << std::dec << size_for_buff in AllocArenaImpl()
65 LOG_MALLOC_MEM_POOL(DEBUG) << "Try to free arena with size " << std::dec << arena->GetSize() in FreeArenaImpl()
77 LOG_MALLOC_MEM_POOL(DEBUG) << "Try to get new pool with size " << std::dec << size << " for " in AllocPoolImpl()
80 …LOG_MALLOC_MEM_POOL(DEBUG) << "Allocated new pool with size " << std::dec << size << " at addr = "… in AllocPoolImpl()
88 …LOG_MALLOC_MEM_POOL(DEBUG) << "Try to free pool with size " << std::dec << size << " at addr = " <… in FreePoolImpl()
Dmmap_mem_pool-inl.h184 LOG_MMAP_MEM_POOL(DEBUG) << "Try to get new arena with size " << std::dec << size << " for " in AllocArenaImpl()
195 …LOG_MMAP_MEM_POOL(DEBUG) << "Allocated new arena with size " << std::dec << pool_for_arena.GetSize… in AllocArenaImpl()
208 …LOG_MMAP_MEM_POOL(DEBUG) << "Try to free arena with size " << std::dec << size << " at addr = " <<… in FreeArenaImpl()
224 << std::dec << compiler_space_current_size_; in AllocRawMemCompilerImpl()
238 << std::dec << internal_space_current_size_; in AllocRawMemInternalImpl()
252 << std::dec << code_space_current_size_; in AllocRawMemCodeImpl()
259 … LOG_MMAP_MEM_POOL(DEBUG) << "Occupied memory for " << SpaceTypeToString(type) << " - " << std::dec in AllocRawMemObjectImpl()
401 …LOG_MMAP_MEM_POOL(DEBUG) << "Freed " << std::dec << size << " memory for " << SpaceTypeToString(po… in FreePoolUnsafe()
408 LOG_MMAP_MEM_POOL(DEBUG) << "Try to get new pool with size " << std::dec << size << " for " in AllocPoolImpl()
411 LOG_MMAP_MEM_POOL(DEBUG) << "Allocated new pool with size " << std::dec << pool.GetSize() in AllocPoolImpl()
[all …]
/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp450 os << " <TaggedArray[" << std::dec << len << "]>\n"; in DumpArrayClass()
465 os << " <ConstantPool[" << std::dec << len << "]>\n"; in DumpConstantPoolClass()
525 os << "| NumberOfProps :" << std::dec << jshclass->NumberOfProps(); in DumpHClass()
526 os << "| InlinedProperties :" << std::dec << jshclass->GetInlinedProperties(); in DumpHClass()
562 os << " Order: " << std::dec << attr.GetOffset(); in DumpAttr()
563 os << " SortedIndex: " << std::dec << attr.GetSortedIndex(); in DumpAttr()
565 os << " Order: " << std::dec << attr.GetDictionaryOrder(); in DumpAttr()
1086 …ft << std::setw(DUMP_TYPE_OFFSET) << "[Int] : " << std::hex << "0x" << GetInt() << std::dec << " (" in DumpTaggedValue()
1249 os << " - node num: " << std::dec << capacity << "\n"; in Dump()
1250 os << " - delete node num: " << std::dec << NumberOfDeletedNodes() << "\n"; in Dump()
[all …]
/arkcompiler/runtime_core/verification/util/tests/
Denvironment.cpp64 …static const auto DEC = BOOL.of_charset("0123456789"); // NOLINT(readability-static-accessed-thro… in EnvOptions() local
65 …static const auto HEX = DEC.of_string("0x") >> DEC; // NOLINT(readability-static-accessed-thro… in EnvOptions()
72 static const auto NUM = HEX | DEC |= NUM_HANDLER; in EnvOptions()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Drelocator.cpp146 << std::left << std::setw(leftAdjustment) << std::dec << type in DumpRelocateText()
148 … << std::left << std::setw(leftAdjustment) << std::dec << static_cast<intptr_t>(addend); in DumpRelocateText()
168 << std::left << std::setw(leftAdjustment) << std::dec << static_cast<int>(binding) in DumpRelocateText()
169 << std::left << std::setw(leftAdjustment) << std::dec << static_cast<int>(type) in DumpRelocateText()
170 << std::left << std::setw(leftAdjustment) << std::dec << cur->st_name in DumpRelocateText()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddump.cpp221 (*out) << sep << std::dec << InstId(GetInput(i).GetInst(), allocator); in DumpInputs()
235 (*out) << std::dec << "(vr" << imm.vreg << ")"; 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()
663 (*out) << ", 0x" << std::hex << GetImm() << std::dec; in DumpInputs()
676 (*out) << ", 0x" << std::hex << GetImm() << std::dec; in DumpInputs()
[all …]
/arkcompiler/runtime_core/runtime/mem/
Dtlab.cpp31 …CATOR(DEBUG) << "Construct a new TLAB at addr " << std::hex << address << " with size " << std::dec in TLAB()
42 …OR(DEBUG) << "Fill a TLAB with buffer at addr " << std::hex << address << " with size " << std::dec in Fill()
49 << std::dec << GetSize(); in ~TLAB()
Dbump-allocator-inl.h68 …LOG_BUMP_ALLOCATOR(DEBUG) << "Expand memory: Add " << std::dec << size << " bytes of memory at add… in ExpandMemory()
82 LOG_BUMP_ALLOCATOR(DEBUG) << "Try to allocate " << std::dec << size << " bytes of memory"; in Alloc()
118 LOG_BUMP_ALLOCATOR(DEBUG) << "Try to create a TLAB with size " << std::dec << size; in CreateNewTLAB()
132 …LOG_BUMP_ALLOCATOR(DEBUG) << "Created new TLAB with size " << std::dec << size << " at addr " << s… in CreateNewTLAB()
138 …LOG_BUMP_ALLOCATOR(DEBUG) << "Don't have enough memory for new TLAB with size " << std::dec << siz… in CreateNewTLAB()
/arkcompiler/ets_frontend/ts2panda/tests/expression/
DpostfixOperations.test.ts21 Dec,
71 new Dec(new Imm(2)),
/arkcompiler/ets_runtime/ecmascript/compiler/
Dverifier.cpp42 LOG_COMPILER(ERROR) << "at: " << std::dec << gate; in RunDataIntegrityCheck()
56 LOG_COMPILER(ERROR) << "at: " << std::dec << out; in RunDataIntegrityCheck()
65 LOG_COMPILER(ERROR) << "id: " << std::dec << circuit->GetId(gate); in RunDataIntegrityCheck()
70 LOG_COMPILER(ERROR) << "id: " << std::dec << circuit->GetId(gate); in RunDataIntegrityCheck()
80 LOG_COMPILER(ERROR) << "id: " << std::dec << circuit->GetId(gate); in RunDataIntegrityCheck()
85 LOG_COMPILER(ERROR) << "id: " << std::dec << circuit->GetId(gate); in RunDataIntegrityCheck()
93 LOG_COMPILER(ERROR) << "id: " << std::dec << circuit->GetId(gate); in RunDataIntegrityCheck()
98 LOG_COMPILER(ERROR) << "id: " << std::dec << circuit->GetId(gate); in RunDataIntegrityCheck()
/arkcompiler/ets_runtime/test/deopttest/dec/
DBUILD.gn16 host_aot_test_action("dec") {
/arkcompiler/ets_runtime/test/aottest/dec/
DBUILD.gn16 host_aot_test_action("dec") {
/arkcompiler/runtime_core/verification/config/options/
Dmsg_set_parser.h92 static const auto DEC = p2::of_charset("0123456789"); in MessageSetParser() local
97 static const auto NUM = DEC |= NUM_HANDLER; in MessageSetParser()
/arkcompiler/runtime_core/verification/config/debug_breakpoint/
Dconfig_handler_breakpoints.cpp60 static const auto DEC = p2::of_charset("0123456789"); in BreakpointParser() local
70 static const auto OFFSET = p4::of_string("0x") >> HEX | DEC |= OFFSET_HANDLER; in BreakpointParser()
/arkcompiler/runtime_core/verification/config/
DREADME.md12 offset format: dec or hex (0x...)
/arkcompiler/runtime_core/libpandabase/utils/
Ddebug.cpp27 std::cerr << "IN " << file << ":" << std::dec << line << ": " << function << std::endl; in AssertionFail()
/arkcompiler/runtime_core/runtime/mem/gc/heap-space-misc/
Dcrossing_map.cpp69 …ING_MAP(DEBUG) << "Try to AddObject with addr " << std::hex << obj_addr << " and size " << std::dec in AddObject()
149 …_MAP(DEBUG) << "Try to RemoveObject with addr " << std::hex << obj_addr << " and size " << std::dec in RemoveObject()
184 … << std::hex << next_obj_addr << " as INITIALIZED with offset " << std::dec in RemoveObject()
243 …LOG_CROSSING_MAP(DEBUG) << "FindFirstObject for maps [" << std::dec << first_map << ", " << last_m… in FindFirstObject()
/arkcompiler/runtime_core/verification/cflow/
Dcflow_iterate_inl.h43 << inst_.GetOffset() << std::dec << ": " << inst_

12345