Home
last modified time | relevance | path

Searched defs:trace (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DLogger.ts17 trace: (message: string) => void; property
29 static trace(message: string): void { method in Logger
/arkcompiler/ets_frontend/ets2panda/linter/src/cli/
DLoggerImpl.ts20 trace(message: string): void { method in LoggerImpl
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dconstantfold.h26 ConstantFold(MIRModule &mod, bool trace) : FuncOptimizeImpl(mod, trace), mirModule(&mod) {} in ConstantFold()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dtrace.cpp20 namespace panda::trace::internal { namespace
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dtrace.cpp20 namespace ark::trace::internal { namespace
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dtrace.cpp28 namespace ark::trace::internal { namespace
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dtrace.cpp26 namespace panda::trace::internal { namespace
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
Dphase_impl.h63 bool trace = false; variable
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_trace.h52 static auto trace = std::make_shared<PGOTrace>(); in GetInstance() local
/arkcompiler/jsvm/src/
Dsourcemap.h331 v8::Local<v8::Array> trace) in HandleError()
406 v8::Local<v8::Array> trace, in ParseSourceMap()
Djs_native_api_v8.cpp1325 v8::Local<v8::Array> trace) in PrepareStackTraceCallback()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbuiltins_lowering.cpp569 GateRef trace = builder_.CallRuntime(glue_, index, Gate::InvalidGateRef, args, gate); in AddTraceLogs() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmethod_test.cpp458 std::vector<StackTraceData> trace; in StackTraceEntryPoint() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp1235 auto trace = JSStackTrace::GetInstance(); in ArkParseJsFrameInfoLocal() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/tests/
Djs_stackinfo_test.cpp431 auto trace = JSStackTrace::GetInstance(); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument