Home
last modified time | relevance | path

Searched full:debug (Results 1 – 25 of 809) sorted by relevance

12345678910>>...33

/arkcompiler/ets_frontend/merge_abc/src/
DassemblyDebugProto.cpp19 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/runtime_core/static_core/verification/config/handlers/
Dconfig_handler_options.cpp38 namespace ark::verifier::debug { namespace
109 {{"context", BoolField {offsetof(VerificationOptions, debug.show.context)}}, in RegisterConfigHandlerOptions()
110 {"reg-changes", BoolField {offsetof(VerificationOptions, debug.show.regChanges)}}, in RegisterConfigHandlerOptions()
111 {"typesystem", BoolField {offsetof(VerificationOptions, debug.show.typeSystem)}}, in RegisterConfigHandlerOptions()
114 … {{"undefined-class", BoolField {offsetof(VerificationOptions, debug.allow.undefinedClass)}}, in RegisterConfigHandlerOptions()
115 … {"undefined-method", BoolField {offsetof(VerificationOptions, debug.allow.undefinedMethod)}}, in RegisterConfigHandlerOptions()
116 … {"undefined-field", BoolField {offsetof(VerificationOptions, debug.allow.undefinedField)}}, in RegisterConfigHandlerOptions()
117 … {"undefined-type", BoolField {offsetof(VerificationOptions, debug.allow.undefinedType)}}, in RegisterConfigHandlerOptions()
118 … {"undefined-string", BoolField {offsetof(VerificationOptions, debug.allow.undefinedString)}}, in RegisterConfigHandlerOptions()
119 …{"method-access-violation", BoolField {offsetof(VerificationOptions, debug.allow.methodAccessViola… in RegisterConfigHandlerOptions()
[all …]
Dconfig_handler_whitelist.cpp30 namespace ark::verifier::debug { namespace
70 LOG(DEBUG, VERIFIER) << "Wrong debug verifier whitelist section: '" << s.name << "'"; in RegisterConfigHandlerWhitelistSectionHandler()
78 LOG(DEBUG, VERIFIER) << "Wrong whitelist line: '" << i << "'"; in RegisterConfigHandlerWhitelistSectionHandler()
83 … LOG(DEBUG, VERIFIER) << "Added to whitelist config '" << s.name << "' methods from class " << c; in RegisterConfigHandlerWhitelistSectionHandler()
85 … LOG(DEBUG, VERIFIER) << "Added to whitelist config '" << s.name << "' methods named " << c; in RegisterConfigHandlerWhitelistSectionHandler()
104 …config::RegisterConfigHandler(dcfg, "config.debug.whitelist.verifier", CONFIG_DEBUG_WHITELIST_VERI… in RegisterConfigHandlerWhitelist()
107 } // namespace ark::verifier::debug
Dconfig_handler_method_groups.cpp39 namespace ark::verifier::debug { namespace
77 LOG(DEBUG, VERIFIER) << " Error: cannot parse config line '" << item << "'"; in RegisterConfigHandlerMethodGroups()
81 if (!verifOptions.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(dcfg, "config.debug.method_groups.verifier.options", in RegisterConfigHandlerMethodGroups()
97 } // namespace ark::verifier::debug
/arkcompiler/toolchain/tooling/client/ark_multi/
DReadMe_Zh.md25 python3 ark.py x64.debug test262
31 LD_LIBRARY_PATH=out/x64.debug/arkcompiler/ets_runtime/:out/x64.debug/thirdparty/bounds_checking_fun…
38 LD_LIBRARY_PATH=out/x64.debug/arkcompiler/ets_runtime/:out/x64.debug/thirdparty/bounds_checking_fun…
DReadMe.md45 python3 ark.py x64.debug test262
56 LD_LIBRARY_PATH=out/x64.debug/arkcompiler/ets_runtime/:out/x64.debug/thirdparty/bounds_checking_fun…
69 LD_LIBRARY_PATH=out/x64.debug/arkcompiler/ets_runtime/:out/x64.debug/thirdparty/bounds_checking_fun…
/arkcompiler/runtime_core/static_core/runtime/mem/
Dhumongous_obj_allocator-inl.h32 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 " << memHeader->GetPoo… in Alloc()
80 …LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "Find free memory block with size " << memHeader->GetPoolSiz… in Alloc()
85 LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "Can't find memory for this size"; in Alloc()
[all …]
Drunslots_allocator-inl.h33 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Initializing RunSlotsAllocator"; in RunSlotsAllocator()
34 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Initializing RunSlotsAllocator finished"; in RunSlotsAllocator()
40 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Destroying RunSlotsAllocator"; in ~RunSlotsAllocator()
41 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Destroying RunSlotsAllocator finished"; in ~RunSlotsAllocator()
49 …LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Try to allocate " << size << " bytes of memory with align " << a… in Alloc()
51 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Failed to allocate - size of object is null"; in Alloc()
57 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Change size of allocation to " << alignmentSize in Alloc()
62 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Failed to allocate - size of object is too big"; in Alloc()
75 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "We don't have free RunSlots for size " << runSlotSize in Alloc()
86 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "Get RunSlots from free list"; in Alloc()
[all …]
Dframe_allocator-inl.h37 LOG_FRAME_ALLOCATOR(DEBUG) << "Initializing of FrameAllocator"; in FrameAllocator()
45 LOG_FRAME_ALLOCATOR(DEBUG) << "Initializing of FrameAllocator finished"; in FrameAllocator()
51 LOG_FRAME_ALLOCATOR(DEBUG) << "Destroying of FrameAllocator"; in ~FrameAllocator()
53 LOG_FRAME_ALLOCATOR(DEBUG) << "Free arena at addr " << std::hex << lastAllocArena_; in ~FrameAllocator()
59 LOG_FRAME_ALLOCATOR(DEBUG) << "Destroying of FrameAllocator finished"; in ~FrameAllocator()
66 LOG_FRAME_ALLOCATOR(DEBUG) << "Try to allocate a new arena with size " << arenaSize; in TryAllocateNewArena()
69 LOG_FRAME_ALLOCATOR(DEBUG) << "Couldn't get memory for a new arena"; in TryAllocateNewArena()
77 …LOG_FRAME_ALLOCATOR(DEBUG) << "Successfully allocate new arena with addr " << std::hex << newArena; in TryAllocateNewArena()
89 …LOG_FRAME_ALLOCATOR(DEBUG) << "Can't allocate " << size << " bytes for a new frame in current aren… in Alloc()
91 LOG_FRAME_ALLOCATOR(DEBUG) << "Can't allocate a new arena, return nullptr"; in Alloc()
[all …]
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()
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()
Dinternal_allocator.cpp60 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()
172 LOG_INTERNAL_ALLOCATOR(DEBUG) << "Try to use RunSlotsAllocator"; in AllocViaRunSlotsAllocator()
[all …]
/arkcompiler/ets_runtime/ecmascript/stackmap/llvm/
Dllvm_stackmap_type.h58 LOG_COMPILER(DEBUG) << TypeToString(location); in Print()
59 LOG_COMPILER(DEBUG) << ", size:" << std::dec << locationSize; in Print()
60 LOG_COMPILER(DEBUG) << "\tDwarfRegNum:" << dwarfRegNum; in Print()
61 LOG_COMPILER(DEBUG) << "\t OffsetOrSmallConstant:" << offsetOrSmallConstant; in Print()
119 LOG_COMPILER(DEBUG) << "----- head ----"; in Print()
120 LOG_COMPILER(DEBUG) << " version:" << static_cast<int>(stackmapversion); in Print()
121 LOG_COMPILER(DEBUG) << "+++++ head ++++"; in Print()
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()
[all …]
/arkcompiler/runtime_core/disassembler/
Ddisasm.cpp34 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/static_core/plugins/ets/tests/ets_test_suite/gc/
DCMakeLists.txt97 add_ets_gc_test(FILE pin_object.sts OPTIONS "--gc-type=g1-gc" "--gc-trigger-type=debug-never" MODE …
98 add_ets_gc_test(FILE get_object_address_test.sts OPTIONS "--gc-trigger-type=debug-never" MODE "INT")
99 add_ets_gc_test(FILE space_type_test.sts OPTIONS "--gc-type=g1-gc" "--gc-trigger-type=debug-never" …
100 add_ets_gc_test(FILE weak_ref_test.sts OPTIONS "--gc-type=g1-gc" "--gc-trigger-type=debug-never" MO…
101 add_ets_gc_test(FILE concurrent_start_gc.sts OPTIONS "--gc-type=g1-gc" "--gc-trigger-type=debug-nev…
102 …_test.sts OPTIONS "--gc-type=g1-gc" "--run-gc-in-place" "--gc-trigger-type=debug-never" MODE "INT")
103 …_test.sts OPTIONS "--gc-type=g1-gc" "--run-gc-in-place" "--gc-trigger-type=debug-never" MODE "INT")
104 add_ets_gc_test(FILE scheduled_gc.sts OPTIONS "--gc-type=g1-gc" "--gc-trigger-type=debug-never" "--…
105 …uled_gc_trigger_exception.sts OPTIONS "--gc-type=g1-gc" "--gc-trigger-type=debug-never" MODE "INT")
107 add_ets_gc_test(FILE postpone_gc_test.sts OPTIONS "--gc-type=g1-gc" "--gc-trigger-type=debug" MODE …
[all …]
/arkcompiler/runtime_core/static_core/docs/
Ddebugger-vscode-communication.md4 …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/docs/
Ddebugger-vscode-communication.md4 …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/abc2program/
Dabc2program_options.cpp24 panda::PandArg<bool> debug( in Parse() local
25 …"debug", false, "enable debug messages (will be printed to standard output if no --debug-file was … in Parse()
26 panda::PandArg<std::string> debug_file("debug-file", "", in Parse()
27 … "(--debug-file FILENAME) set debug file name. default is std::cout"); in Parse()
31 pa_parser_.Add(&debug); in Parse()
43 if (debug.GetValue()) { in Parse()
46 panda::Logger::Level::DEBUG, in Parse()
50 debug_file.GetValue(), panda::Logger::Level::DEBUG, in Parse()
/arkcompiler/runtime_core/static_core/verification/config/
Dconfig_load.cpp38 ark::verifier::debug::RegisterConfigHandlerBreakpoints(cfg); in ProcessConfigFile()
39 ark::verifier::debug::RegisterConfigHandlerWhitelist(cfg); in ProcessConfigFile()
40 ark::verifier::debug::RegisterConfigHandlerOptions(cfg); in ProcessConfigFile()
41 ark::verifier::debug::RegisterConfigHandlerMethodOptions(cfg); in ProcessConfigFile()
42 ark::verifier::debug::RegisterConfigHandlerMethodGroups(cfg); in ProcessConfigFile()
49 LOG(DEBUG, VERIFIER) << "Verifier debug configuration: \n" << section.Image(); in ProcessConfigFile()
50 ark::verifier::debug::SetDefaultMethodOptions(cfg); in ProcessConfigFile()
95 LOG(DEBUG, VERIFIER) << "Failed to load verifier debug config file '" << filename << "'"; in LoadConfig()
/arkcompiler/runtime_core/static_core/verification/
Dverification_options.cpp31debug.methodOptions = new (mem::AllocatorAdapter<MethodOptionsConfig>().allocate(1)) MethodOptions… in Initialize()
32 ASSERT(debug.methodOptions != nullptr); in Initialize()
37 if (debug.methodOptions != nullptr) { in Destroy()
38 debug.methodOptions->~MethodOptionsConfig(); in Destroy()
39 mem::AllocatorAdapter<MethodOptionsConfig>().deallocate(debug.methodOptions, 1); in Destroy()
41 debug.methodOptions = nullptr; in Destroy()
/arkcompiler/runtime_core/static_core/disassembler/
Ddisasm.cpp33 ark::PandArg<bool> debug { member
34 …"debug", false, "enable debug messages (will be printed to standard output if no --debug-file was …
35 ark::PandArg<std::string> debugFile {"debug-file", "",
36 … "(--debug-file FILENAME) set debug file name. default is std::cout"};
49 paParser.Add(&debug); in Options()
71 LOG(DEBUG, DISASSEMBLER) << "[initializing disassembler]\nfile: " << inputFile << "\n"; in Disassemble()
84 LOG(DEBUG, DISASSEMBLER) << "[serializing results]\n"; in Disassemble()
110 if (options.debug.GetValue()) { in ProcessArgs()
113 ark::Logger::InitializeStdLogging(ark::Logger::Level::DEBUG, in ProcessArgs()
116 ark::Logger::InitializeFileLogging(debugFile, ark::Logger::Level::DEBUG, in ProcessArgs()
/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()
76 LOG_CROSSING_MAP(DEBUG) << "AddObject - state of the map num " << firstMapNum in AddObject()
81 LOG_CROSSING_MAP(DEBUG) << "AddObject - state of the map num " << firstMapNum in AddObject()
87 LOG_CROSSING_MAP(DEBUG) << "AddObject - state of the map num " << firstMapNum in AddObject()
95 LOG_CROSSING_MAP(DEBUG) << "AddObject - state of the map num " << firstMapNum in AddObject()
120 …LOG_CROSSING_MAP(DEBUG) << "AddObject - set CROSSED_BORDER to map num " << i << " with offset " <<… in UpdateCrossedBorderOnAdding()
141 …LOG_CROSSING_MAP(DEBUG) << "AddObject - set CROSSED_BORDER or INITIALIZED_AND_CROSSED_BORDERS to f… in UpdateCrossedBorderOnAdding()
148 …LOG_CROSSING_MAP(DEBUG) << "Try to RemoveObject with addr " << std::hex << objAddr << " and size "… in RemoveObject()
160 … LOG_CROSSING_MAP(DEBUG) << "RemoveObject - it is the first object in map num " << firstMapNum in RemoveObject()
[all …]
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dthreaded_coroutine_manager.cpp36 … LOG(DEBUG, COROUTINES) << "ThreadedCoroutineManager(): setting number of coroutine workers to " in Initialize()
40 …LOG(DEBUG, COROUTINES) << "ThreadedCoroutineManager(): setting number of coroutine workers to CPU … in Initialize()
108 LOG(DEBUG, COROUTINES) << "ThreadedCoroutineManager::TerminateCoroutine() started"; in TerminateCoroutine()
144 // NOTE(konstanting): issue debug notifications to runtime in TerminateCoroutine()
150 LOG(DEBUG, COROUTINES) << "ThreadedCoroutineManager::Launch started"; in Launch()
157 LOG(DEBUG, COROUTINES) << "ThreadedCoroutineManager::Launch finished"; in Launch()
170 …LOG(DEBUG, COROUTINES) << "ThreadedCoroutineManager::RegisterAsAwaitee: " << waiter->GetName() << … in RegisterWaiter()
178 LOG(DEBUG, COROUTINES) << "ThreadedCoroutineManager::Await started"; in Await()
187 LOG(DEBUG, COROUTINES) << "ThreadedCoroutineManager::Await finished (no await happened)"; in Await()
200 LOG(DEBUG, COROUTINES) << "ThreadedCoroutineManager::Await finished"; in Await()
[all …]
/arkcompiler/runtime_core/static_core/tests/cts-generator/generator/
Dtest_case.rb25 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}"
/arkcompiler/runtime_core/tests/cts-generator/generator/
Dtest_case.rb25 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}"
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_root.cpp152 LOG(DEBUG, GC) << "Start collecting roots for thread " << thread->GetId(); in VisitRootsForThread()
155 LOG(DEBUG, GC) << " Found root for thread" << GetDebugInfoAboutObject(obj); in VisitRootsForThread()
158 LOG(DEBUG, GC) << "Finish collecting roots for thread " << thread->GetId(); in VisitRootsForThread()
167 LOG(DEBUG, GC) << " VisitRoots frame " << std::hex << stack.GetFp(); in VisitLocalRoots()
185 LOG(DEBUG, GC) << " Found root for register" << GetDebugInfoAboutObject(objectHeader); in VisitRegisterRoot()
201 LOG(DEBUG, GC) << "Start collecting AOT string slot roots"; in VisitAotStringRoots()
207 LOG(DEBUG, GC) << "Finish collecting AOT string slot roots"; in VisitAotStringRoots()
214 LOG(DEBUG, GC) << "=== AOT string slot roots update. BEGIN ==="; in UpdateAotStringRoots()
224 LOG(DEBUG, GC) << "=== AOT string slot roots update. END ==="; in UpdateAotStringRoots()
245 LOG(DEBUG, GC) << "Start collecting roots for classes"; in VisitClassRoots()
[all …]

12345678910>>...33