Home
last modified time | relevance | path

Searched refs:VERBOSE (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/toolchain/tooling/backend/
H A Djs_pt_hooks.cpp23 LOG_DEBUGGER(VERBOSE) << "JSPHooks: Debugger Statement"; in DebuggerStmt()
30 LOG_DEBUGGER(VERBOSE) << "JSPtHooks: Breakpoint => " << location.GetMethodId() << ": " in Breakpoint()
39 LOG_DEBUGGER(VERBOSE) << "JSPtHooks: Exception"; in Exception()
47 LOG_DEBUGGER(VERBOSE) << "JSPtHooks: SingleStep => " << location.GetBytecodeOffset(); in SingleStep()
82 LOG_DEBUGGER(VERBOSE) << "JSPtHooks: LoadModule: " << pandaFileName; in LoadModule()
93 LOG_DEBUGGER(VERBOSE) << "JSPtHooks: NativeCalling, addr = " << nativeAddress; in NativeCalling()
109 LOG_DEBUGGER(VERBOSE) << "JSPtHooks: MethodEntry"; in SendableMethodEntry()
/arkcompiler/ets_runtime/ecmascript/
H A Dlog.cpp142 level_ = VERBOSE; in SetLogLevelFromString()
200 case Logger::PandaLog2MobileLog::VERBOSE: in PrintLogger()
201 LOG_ECMA(VERBOSE) << message; in PrintLogger()
259 PUBLIC_API AndroidLog<VERBOSE>::~AndroidLog() in ~AndroidLog()
H A Dlog.h42 VERBOSE, enumerator
H A Decma_string_table.cpp529 LOG_ECMA(VERBOSE) << "StringTable: delete string " << std::hex << object; in SweepWeakRef()
534 LOG_ECMA(VERBOSE) << "StringTable: forward " << std::hex << object << " -> " << fwd; in SweepWeakRef()
/arkcompiler/ets_runtime/compiler_service/test/mock/include/ecmascript/
H A Dlog_wrapper.h27 VERBOSE, enumerator
/arkcompiler/ets_frontend/arkguard/scripts/
H A Dgrammar_test.py81 VERBOSE = False variable
140 if VERBOSE:
161 if VERBOSE:
201 if err and VERBOSE:
204 if VERBOSE:
400 if VERBOSE:
/arkcompiler/ets_runtime/ecmascript/jobs/
H A Dmicro_job_queue.cpp50 LOG_ECMA(VERBOSE) << "EnqueueJob length: " << newPromiseQueue->Size(); in EnqueueJob()
64 LOG_ECMA(VERBOSE) << "ExecutePendingJob length: " << promiseQueue->Size(); in ExecutePendingJob()
/arkcompiler/toolchain/common/
H A Dlog_wrapper.h55 VERBOSE, member in OHOS::ArkCompiler::Toolchain::LogLevel
/arkcompiler/ets_runtime/ecmascript/stackmap/
H A Dark_stackmap_parser.cpp219 LOG_COMPILER(VERBOSE) << " reg: " << std::dec << reg << " offset:" << offsetType; in ParseArkStackMap()
276 LOG_COMPILER(VERBOSE) << " calliteOffsetInTxtSec: 0x" << std::hex << callsiteHead.calliteOffsetInTxtSec in ParseArkStackMapAndDeopt()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dlogger.h59 VERBOSE,
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
H A Dets_napi_invoke_interface.cpp128 case ark::Logger::PandaLog2MobileLog::VERBOSE: in EtsMobileLogPrint()
/arkcompiler/runtime_core/libpandabase/utils/
H A Dlogger.h73 VERBOSE,
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js9571 if (t <= U.VERBOSE && "function" == typeof console.debug) {
9609 t[t.VERBOSE = 1] = "VERBOSE";
[all...]

Completed in 35 milliseconds