| /arkcompiler/ets_frontend/merge_abc/src/ |
| D | assemblyDebugProto.cpp | 19 void DebuginfoIns::Serialize(const panda::pandasm::debuginfo::Ins &debug, protoPanda::DebuginfoIns … in Serialize() argument 21 protoDebug.set_linenumber(debug.line_number); in Serialize() 22 protoDebug.set_columnnumber(debug.column_number); in Serialize() 23 protoDebug.set_wholeline(debug.whole_line); in Serialize() 24 protoDebug.set_boundleft(debug.bound_left); in Serialize() 25 protoDebug.set_boundright(debug.bound_right); in Serialize() 28 …Ins::Deserialize(const protoPanda::DebuginfoIns &protoDebug, panda::pandasm::debuginfo::Ins &debug) in Deserialize() argument 30 debug.line_number = protoDebug.linenumber(); in Deserialize() 31 debug.column_number = protoDebug.columnnumber(); in Deserialize() 32 debug.whole_line = protoDebug.wholeline(); in Deserialize() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/ |
| D | llvm_stackmap_type.h | 47 LOG_COMPILER(DEBUG) << "----- head ----"; in Print() 48 LOG_COMPILER(DEBUG) << " version:" << static_cast<int>(stackmapversion); in Print() 49 LOG_COMPILER(DEBUG) << "+++++ head ++++"; in Print() 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() [all …]
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | humongous_obj_allocator-inl.h | 32 LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "Initializing HumongousObjAllocator"; in HumongousObjAllocator() 33 LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "Initializing HumongousObjAllocator finished"; in HumongousObjAllocator() 39 LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "Destroying HumongousObjAllocator"; in ~HumongousObjAllocator() 40 LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "Destroying HumongousObjAllocator finished"; in ~HumongousObjAllocator() 48 LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "Try to allocate memory with size " << size; in Alloc() 53 … LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "The align is too big for this allocator. Return nullptr."; in Alloc() 66 … LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "The size is too big for this allocator. Return nullptr."; in Alloc() 73 …LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "Find reserved memory block with size " << mem_header->GetPo… in Alloc() 80 …LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "Find free memory block with size " << mem_header->GetPoolSi… in Alloc() 85 LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "Can't find memory for this size"; in Alloc() [all …]
|
| D | runslots_allocator-inl.h | 34 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Initializing RunSlotsAllocator"; in RunSlotsAllocator() 35 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Initializing RunSlotsAllocator finished"; in RunSlotsAllocator() 41 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Destroying RunSlotsAllocator"; in ~RunSlotsAllocator() 42 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Destroying RunSlotsAllocator finished"; in ~RunSlotsAllocator() 50 …LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Try to allocate " << size << " bytes of memory with align " << a… in Alloc() 52 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Failed to allocate - size of object is null"; in Alloc() 58 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Change size of allocation to " << alignment_size in Alloc() 63 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Failed to allocate - size of object is too big"; in Alloc() 76 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "We don't have free RunSlots for size " << run_slot_size in Alloc() 87 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Get RunSlots from free list"; in Alloc() [all …]
|
| D | frame_allocator-inl.h | 35 LOG_FRAME_ALLOCATOR(DEBUG) << "Initializing of FrameAllocator"; in FrameAllocator() 43 LOG_FRAME_ALLOCATOR(DEBUG) << "Initializing of FrameAllocator finished"; in FrameAllocator() 49 LOG_FRAME_ALLOCATOR(DEBUG) << "Destroying of FrameAllocator"; in ~FrameAllocator() 51 LOG_FRAME_ALLOCATOR(DEBUG) << "Free arena at addr " << std::hex << last_alloc_arena_; in ~FrameAllocator() 57 LOG_FRAME_ALLOCATOR(DEBUG) << "Destroying of FrameAllocator finished"; in ~FrameAllocator() 64 LOG_FRAME_ALLOCATOR(DEBUG) << "Try to allocate a new arena with size " << arena_size; in TryAllocateNewArena() 67 LOG_FRAME_ALLOCATOR(DEBUG) << "Couldn't get memory for a new arena"; in TryAllocateNewArena() 75 …LOG_FRAME_ALLOCATOR(DEBUG) << "Successfully allocate new arena with addr " << std::hex << new_aren… in TryAllocateNewArena() 87 …LOG_FRAME_ALLOCATOR(DEBUG) << "Can't allocate " << size << " bytes for a new frame in current aren… in Alloc() 89 LOG_FRAME_ALLOCATOR(DEBUG) << "Can't allocate a new arena, return nullptr"; in Alloc() [all …]
|
| D | freelist_allocator-inl.h | 32 LOG_FREELIST_ALLOCATOR(DEBUG) << "Initializing FreeListAllocator"; in FreeListAllocator() 34 LOG_FREELIST_ALLOCATOR(DEBUG) << "Initializing FreeListAllocator finished"; in FreeListAllocator() 40 LOG_FREELIST_ALLOCATOR(DEBUG) << "Destroying FreeListAllocator"; in ~FreeListAllocator() 42 LOG_FREELIST_ALLOCATOR(DEBUG) << "Destroying FreeListAllocator finished"; in ~FreeListAllocator() 50 LOG_FREELIST_ALLOCATOR(DEBUG) << "Try to allocate object with size " << std::dec << size; in Alloc() 53 …LOG_FREELIST_ALLOCATOR(DEBUG) << "Try to allocate an object with size less than min for this alloc… in Alloc() 59 … LOG_FREELIST_ALLOCATOR(DEBUG) << "Align size to default alignment. New size = " << alloc_size; in Alloc() 62 …LOG_FREELIST_ALLOCATOR(DEBUG) << "Try allocate too big memory for free list allocator. Return null… in Alloc() 68 LOG_FREELIST_ALLOCATOR(DEBUG) << "Couldn't allocate memory"; in Alloc() 71 …LOG_FREELIST_ALLOCATOR(DEBUG) << "Found memory block at addr = " << std::hex << memory_block << " … in Alloc() [all …]
|
| D | internal_allocator.cpp | 60 LOG_INTERNAL_ALLOCATOR(DEBUG) << "Initializing InternalAllocator finished"; in InternalAllocator() 71 LOG_INTERNAL_ALLOCATOR(DEBUG) << "Try to allocate " << size << " bytes"; in Alloc() 73 LOG_INTERNAL_ALLOCATOR(DEBUG) << "Failed to allocate - size of object is zero"; in Alloc() 85 LOG_INTERNAL_ALLOCATOR(DEBUG) << "Allocate " << size << " bytes at address " << std::hex << res; in Alloc() 107 …LOG_INTERNAL_ALLOCATOR(DEBUG) << "Try to free via InternalAllocator at address " << std::hex << pt… in Free() 128 LOG_INTERNAL_ALLOCATOR(DEBUG) << "Destroying InternalAllocator"; in ~InternalAllocator() 137 LOG_INTERNAL_ALLOCATOR(DEBUG) << "Destroying InternalAllocator finished"; in ~InternalAllocator() 153 … LOG_INTERNAL_ALLOCATOR(DEBUG) << "RunSlotsAllocator didn't allocate memory, try to add new pool"; in AllocInRunSlots() 160 …LOG_INTERNAL_ALLOCATOR(DEBUG) << "RunSlotsAllocator try to allocate memory again after pool adding… in AllocInRunSlots() 176 LOG_INTERNAL_ALLOCATOR(DEBUG) << "Try to use RunSlotsAllocator"; in AllocViaPandaAllocators() [all …]
|
| 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() 69 LOG_TLAB_ALLOCATOR(DEBUG) << "Alloc size = " << size << " at addr = " << ret; in Alloc() 75 LOG_TLAB_ALLOCATOR(DEBUG) << "IterateOverObjects started"; in IterateOverObjects() 84 LOG_TLAB_ALLOCATOR(DEBUG) << "IterateOverObjects finished"; in IterateOverObjects() 90 LOG_TLAB_ALLOCATOR(DEBUG) << "IterateOverObjectsInRange started"; in IterateOverObjectsInRange() 107 LOG_TLAB_ALLOCATOR(DEBUG) << "IterateOverObjects finished"; in IterateOverObjectsInRange()
|
| D | runslots.cpp | 31 LOG_RUNSLOTS(DEBUG) << "Initializing RunSlots:"; in Initialize() 49 LOG_RUNSLOTS(DEBUG) << "- Memory started from = 0x" << std::hex << ToUintPtr(this); in Initialize() 50 LOG_RUNSLOTS(DEBUG) << "- Pool size = " << RUNSLOTS_SIZE << " bytes"; in Initialize() 51 LOG_RUNSLOTS(DEBUG) << "- Slots size = " << slot_size_ << " bytes"; 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() 56 LOG_RUNSLOTS(DEBUG) << "Successful finished RunSlots init"; in Initialize() 68 LOG_RUNSLOTS(DEBUG) << "Failed to get free slot - there are no free slots in RunSlots"; in PopFreeSlot() 81 … LOG_RUNSLOTS(DEBUG) << "Successfully get free slot " << std::hex << static_cast<void *>(free_slot) in PopFreeSlot() [all …]
|
| D | bump-allocator-inl.h | 38 LOG_BUMP_ALLOCATOR(DEBUG) << "Initializing of BumpPointerAllocator"; in BumpPointerAllocator() 40 LOG_BUMP_ALLOCATOR(DEBUG) << "Initializing of BumpPointerAllocator finished"; in BumpPointerAllocator() 47 LOG_BUMP_ALLOCATOR(DEBUG) << "Destroying of BumpPointerAllocator"; in ~BumpPointerAllocator() 48 LOG_BUMP_ALLOCATOR(DEBUG) << "Destroying of BumpPointerAllocator finished"; in ~BumpPointerAllocator() 68 …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() 101 LOG_BUMP_ALLOCATOR(DEBUG) << "Couldn't allocate 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() 135 LOG_BUMP_ALLOCATOR(DEBUG) << "Reached the limit of TLABs inside the allocator"; in CreateNewTLAB() [all …]
|
| /arkcompiler/runtime_core/verification/config/handlers/ |
| D | config_handler_options.cpp | 37 namespace panda::verifier::debug { namespace 72 {{"context", bool_field {offsetof(VerificationOptions, Debug.Show.Context)}}, in RegisterConfigHandlerOptions() 73 {"reg-changes", bool_field {offsetof(VerificationOptions, Debug.Show.RegChanges)}}, in RegisterConfigHandlerOptions() 74 {"typesystem", bool_field {offsetof(VerificationOptions, Debug.Show.TypeSystem)}}, in RegisterConfigHandlerOptions() 77 … {{"undefined-class", bool_field {offsetof(VerificationOptions, Debug.Allow.UndefinedClass)}}, in RegisterConfigHandlerOptions() 78 … {"undefined-method", bool_field {offsetof(VerificationOptions, Debug.Allow.UndefinedMethod)}}, in RegisterConfigHandlerOptions() 79 … {"undefined-field", bool_field {offsetof(VerificationOptions, Debug.Allow.UndefinedField)}}, in RegisterConfigHandlerOptions() 80 … {"undefined-type", bool_field {offsetof(VerificationOptions, Debug.Allow.UndefinedType)}}, in RegisterConfigHandlerOptions() 81 … {"undefined-string", bool_field {offsetof(VerificationOptions, Debug.Allow.UndefinedString)}}, in RegisterConfigHandlerOptions() 83 bool_field {offsetof(VerificationOptions, Debug.Allow.MethodAccessViolation)}}, in RegisterConfigHandlerOptions() [all …]
|
| D | config_handler_whitelist.cpp | 30 namespace panda::verifier::debug { namespace 72 … LOG(DEBUG, VERIFIER) << "Wrong debug verifier whitelist section: '" << s.name << "'"; in RegisterConfigHandlerWhitelist() 80 LOG(DEBUG, VERIFIER) << "Wrong whitelist line: '" << i << "'"; in RegisterConfigHandlerWhitelist() 85 … LOG(DEBUG, VERIFIER) << "Added to whitelist config '" << s.name << "' methods from class " << c; in RegisterConfigHandlerWhitelist() 87 … LOG(DEBUG, VERIFIER) << "Added to whitelist config '" << s.name << "' methods named " << c; in RegisterConfigHandlerWhitelist() 96 … config::RegisterConfigHandler("config.debug.whitelist.verifier", CONFIG_DEBUG_WHITELIST_VERIFIER); in RegisterConfigHandlerWhitelist() 99 } // namespace panda::verifier::debug
|
| D | config_handler_method_groups.cpp | 38 namespace panda::verifier::debug { namespace 77 LOG(DEBUG, VERIFIER) << " Error: cannot parse config line '" << item << "'"; in RegisterConfigHandlerMethodGroups() 81 … if (!verif_options.Debug.GetMethodOptions().AddOptionsForGroup(ctx.group, ctx.options)) { in RegisterConfigHandlerMethodGroups() 82 …LOG(DEBUG, VERIFIER) << " Error: cannot set options for method group '" << ctx.group << "', optio… in RegisterConfigHandlerMethodGroups() 87 …LOG(DEBUG, VERIFIER) << " Set options for method group '" << ctx.group << "' : '" << ctx.options … in RegisterConfigHandlerMethodGroups() 93 config::RegisterConfigHandler("config.debug.method_groups.verifier.options", in RegisterConfigHandlerMethodGroups() 97 } // namespace panda::verifier::debug
|
| /arkcompiler/runtime_core/disassembler/ |
| D | disasm.cpp | 34 LOG(DEBUG, DISASSEMBLER) << "[initializing disassembler]\nfile: " << input_file << "\n"; in Disassemble() 42 LOG(DEBUG, DISASSEMBLER) << "[serializing results]\n"; in Disassemble() 51 const panda::PandArg<std::string> &output_file, panda::PandArg<bool> &debug, in ProcessArgs() argument 71 if (debug.GetValue()) { in ProcessArgs() 74 panda::Logger::Level::DEBUG, in ProcessArgs() 78 debug_file.GetValue(), panda::Logger::Level::DEBUG, in ProcessArgs() 97 panda::PandArg<bool> debug( in main() local 98 …"debug", false, "enable debug messages (will be printed to standard output if no --debug-file was … in main() 99 panda::PandArg<std::string> debug_file("debug-file", "", in main() 100 … "(--debug-file FILENAME) set debug file name. default is std::cout"); in main() [all …]
|
| /arkcompiler/runtime_core/verification/config/ |
| D | config_load.cpp | 39 panda::verifier::debug::RegisterConfigHandlerBreakpoints(); in ProcessConfigFile() 40 panda::verifier::debug::RegisterConfigHandlerWhitelist(); in ProcessConfigFile() 41 panda::verifier::debug::RegisterConfigHandlerOptions(); in ProcessConfigFile() 42 panda::verifier::debug::RegisterConfigHandlerMethodOptions(); in ProcessConfigFile() 43 panda::verifier::debug::RegisterConfigHandlerMethodGroups(); in ProcessConfigFile() 50 LOG(DEBUG, VERIFIER) << "Verifier debug configuration: \n" << config.Image(); in ProcessConfigFile() 51 panda::verifier::debug::SetDefaultMethodOptions(); in ProcessConfigFile() 96 LOG(DEBUG, VERIFIER) << "Failed to load verifier debug config file '" << filename << "'"; in LoadConfig()
|
| /arkcompiler/runtime_core/docs/ |
| D | debugger-vscode-communication.md | 4 …ugger-port=<port_number> --debugger-library-path=<path_to_debugger_library>` launches debug server 10 ### Description of debug starting process 14 * Secondly server accepts a real client and debug session begins 18 * It's critical for VSCode to have a debug server initialized at allocated time so we establish a t… 19 * We create a test client every 100 milliseconds to check is socket ready for a debug session 21 * If connection was not established at the allocated time the `Can not launch debug server` error w…
|
| /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() 76 LOG_CROSSING_MAP(DEBUG) << "AddObject - state of the map num " << first_map_num in AddObject() 81 LOG_CROSSING_MAP(DEBUG) << "AddObject - state of the map num " << first_map_num in AddObject() 87 LOG_CROSSING_MAP(DEBUG) << "AddObject - state of the map num " << first_map_num in AddObject() 95 LOG_CROSSING_MAP(DEBUG) << "AddObject - state of the map num " << first_map_num in AddObject() 121 …LOG_CROSSING_MAP(DEBUG) << "AddObject - set CROSSED_BORDER to map num " << i << " with offset " <<… in UpdateCrossedBorderOnAdding() 142 …LOG_CROSSING_MAP(DEBUG) << "AddObject - set CROSSED_BORDER or INITIALIZED_AND_CROSSED_BORDERS to f… in UpdateCrossedBorderOnAdding() 149 …LOG_CROSSING_MAP(DEBUG) << "Try to RemoveObject with addr " << std::hex << obj_addr << " and size … in RemoveObject() 162 … LOG_CROSSING_MAP(DEBUG) << "RemoveObject - it is the first object in map num " << first_map_num in RemoveObject() [all …]
|
| /arkcompiler/runtime_core/verification/ |
| D | verification_options.cpp | 31 …Debug.MethodOptions = new (mem::AllocatorAdapter<MethodOptionsConfig>().allocate(1)) MethodOptions… in Initialize() 32 ASSERT(Debug.MethodOptions != nullptr); in Initialize() 48 if (Debug.MethodOptions != nullptr) { in Destroy() 49 Debug.MethodOptions->~MethodOptionsConfig(); in Destroy() 50 mem::AllocatorAdapter<MethodOptionsConfig>().deallocate(Debug.MethodOptions, 1); in Destroy() 52 Debug.MethodOptions = nullptr; in Destroy()
|
| D | messages.yaml | 21 level: debug 27 level: debug 33 level: debug 38 level: debug 44 level: debug 50 level: debug 56 level: debug 62 level: debug 68 level: debug 76 level: debug [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/generator/ |
| D | test_case.rb | 25 LOG.debug "TestCase created with '#{command}' '#{current_case}' '#{instruction}'" 83 LOG.debug 'Case has own template, use it' 86 LOG.debug 'Use main template for current tests' 91 LOG.debug "substitute values: #{@current_case[Generator::CASE_VALUES]}" 95 LOG.debug "Parse -#{val}-" 99 LOG.debug "'#{single_line}' evaluate" 104 LOG.debug "'#{str}'' repeat #{num} times" 107 LOG.debug "simple value `#{single_line}`" 135 LOG.debug 'No values to substitute' 142 # LOG.debug "case checking type is #{case_check_type}"
|
| D | parser.rb | 26 LOG.debug "@data first 3 keys are: '#{data.keys.first(3)}'" 76 LOG.debug "test_has_only_key = #{test_has_only_key}" 77 LOG.debug "command_has_only_key = #{command_has_only_key}" 80 LOG.debug options 90 LOG.debug('Iterate over all tests') 94 LOG.debug "'only:' is defined for some test, process current: #{process}" 101 LOG.debug "'only:' is not defined for test, process current: true"
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_queue.cpp | 31 LOG(DEBUG, GC) << "GetTask() Return INVALID_CAUSE"; in GetTask() 34 LOG(DEBUG, GC) << "Empty " << queue_name_ << ", waiting..."; in GetTask() 43 LOG(DEBUG, GC) << "GetTask TimedWait"; in GetTask() 49 LOG(DEBUG, GC) << "Extract a task from a " << queue_name_; in GetTask() 57 … LOG(DEBUG, GC) << "Skip AddTask to queue: " << queue_name_ << " because it's finalized already"; in AddTask() 61 LOG(DEBUG, GC) << "Add task to a " << queue_name_; in AddTask() 78 LOG(DEBUG, GC) << "Clear a " << queue_name_; in Finalize()
|
| D | gc_root.cpp | 150 LOG(DEBUG, GC) << "Start collecting roots for thread " << thread->GetId(); in VisitRootsForThread() 153 LOG(DEBUG, GC) << " Found root for thread" << GetDebugInfoAboutObject(obj); in VisitRootsForThread() 156 LOG(DEBUG, GC) << "Finish collecting roots for thread " << thread->GetId(); in VisitRootsForThread() 165 LOG(DEBUG, GC) << " VisitRoots frame " << std::hex << stack.GetFp(); in VisitLocalRoots() 188 LOG(DEBUG, GC) << " Found root for register" << GetDebugInfoAboutObject(object_header); in VisitRegisterRoot() 205 LOG(DEBUG, GC) << "Start collecting AOT string slot roots"; in VisitAotStringRoots() 211 LOG(DEBUG, GC) << "Finish collecting AOT string slot roots"; in VisitAotStringRoots() 218 LOG(DEBUG, GC) << "=== AOT string slot roots update. BEGIN ==="; in UpdateAotStringRoots() 230 LOG(DEBUG, GC) << "=== AOT string slot roots update. END ==="; in UpdateAotStringRoots() 251 LOG(DEBUG, GC) << "Start collecting roots for classes"; in VisitClassRoots() [all …]
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | loop_transform.h | 39 COMPILER_LOG(DEBUG, LOOP_TRANSFORM) << "Graph doesn't have loops"; in RunLoopsVisitor() 53 … COMPILER_LOG(DEBUG, LOOP_TRANSFORM) << "Irreducible loop isn't visited, id = " << loop->GetId(); in IsSupportedLoopType() 57 … COMPILER_LOG(DEBUG, LOOP_TRANSFORM) << "OSR entry isn't visited, loop id = " << loop->GetId(); in IsSupportedLoopType() 61 …COMPILER_LOG(DEBUG, LOOP_TRANSFORM) << "Try-catch loop isn't visited, loop id = " << loop->GetId(); in IsSupportedLoopType() 65 COMPILER_LOG(DEBUG, LOOP_TRANSFORM) in IsSupportedLoopType() 98 COMPILER_LOG(DEBUG, LOOP_TRANSFORM) in VisitLoop() 103 COMPILER_LOG(DEBUG, LOOP_TRANSFORM) in VisitLoop() 111 COMPILER_LOG(DEBUG, LOOP_TRANSFORM) in VisitLoop() 116 COMPILER_LOG(DEBUG, LOOP_TRANSFORM) in VisitLoop()
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | malloc_mem_pool-inl.h | 33 LOG_MALLOC_MEM_POOL(DEBUG) << "Successfully initialized MallocMemPool"; in MallocMemPool() 41 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() 69 LOG_MALLOC_MEM_POOL(DEBUG) << "Free arena call finished"; 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() 90 LOG_MALLOC_MEM_POOL(DEBUG) << "Free pool call finished"; in FreePoolImpl()
|