Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/lib/
DLogger.ts17 trace: (message: string) => void; property
29 static trace(message: string): void { method in Logger
/arkcompiler/ets_frontend/ets2panda/linter/src/
DLoggerImpl.ts20 trace(message: string): void { method in LoggerImpl
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dconstantfold.h26 …ConstantFold(MIRModule &mod, KlassHierarchy *kh, bool trace) : FuncOptimizeImpl(mod, kh, trace), m… 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.cpp28 namespace panda::trace::internal { namespace
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
Dphase_impl.h71 bool trace = false; variable
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_trace.h52 static auto trace = std::make_shared<PGOTrace>(); in GetInstance() 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.cpp1741 void JSStackTrace::Destory(JSStackTrace* trace) in Destory()
1760 auto trace = JSStackTrace::GetInstance(); in ArkDestoryLocal() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument