Home
last modified time | relevance | path

Searched refs:VERBOSE (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/toolchain/tooling/backend/
Djs_pt_hooks.cpp31 LOG_DEBUGGER(VERBOSE) << "JSPtHooks: Breakpoint => " << location.GetMethodId() << ": " in Breakpoint()
40 LOG_DEBUGGER(VERBOSE) << "JSPtHooks: Exception"; in Exception()
48 LOG_DEBUGGER(VERBOSE) << "JSPtHooks: SingleStep => " << location.GetBytecodeOffset(); in SingleStep()
72 LOG_DEBUGGER(VERBOSE) << "JSPtHooks: LoadModule: " << pandaFileName; in LoadModule()
/arkcompiler/ets_runtime/ecmascript/
Dlog.cpp142 level_ = VERBOSE; in SetLogLevelFromString()
188 case Logger::PandaLog2MobileLog::VERBOSE: in PrintLogger()
189 LOG_ECMA(VERBOSE) << message; in PrintLogger()
247 PUBLIC_API AndroidLog<VERBOSE>::~AndroidLog() in ~AndroidLog()
Decma_string_table.cpp227 LOG_ECMA(VERBOSE) << "StringTable: delete string " << std::hex << object; in SweepWeakReference()
232 LOG_ECMA(VERBOSE) << "StringTable: forward " << std::hex << object << " -> " << fwd; in SweepWeakReference()
Dlog.h32 VERBOSE, enumerator
/arkcompiler/ets_runtime/ecmascript/jobs/
Dmicro_job_queue.cpp46 LOG_ECMA(VERBOSE) << "EnqueueJob length: " << newPromiseQueue->Size(); in EnqueueJob()
60 LOG_ECMA(VERBOSE) << "ExecutePendingJob length: " << promiseQueue->Size(); in ExecutePendingJob()
/arkcompiler/toolchain/inspector/
Dlog_wrapper.h44 VERBOSE, enumerator
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_parser.cpp170 LOG_COMPILER(VERBOSE) << " reg: " << std::dec << reg << " offset:" << offsetType; in ParseArkStackMap()
225 LOG_COMPILER(VERBOSE) << " calliteOffset:0x" << std::hex << callsiteHead.calliteOffset in ParseArkStackMapAndDeopt()
/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.h61 VERBOSE, enumerator
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js9571 if (t <= U.VERBOSE && "function" == typeof console.debug) {
9609 t[t.VERBOSE = 1] = "VERBOSE";