Home
last modified time | relevance | path

Searched defs:isStart (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
DLogParser.js79 isStart(l) { method in LogParser
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.cpp474 void SamplesRecord::SetIsStart(bool isStart) in SetIsStart()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
Dinterop_intrinsic_optimization.cpp142 bool isStart = bb == GetGraph()->GetStartBlock()->GetSuccessor(0); in TryCreateSingleScope() local
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp582 void DFXJSNApi::NotifyHighSensitive(EcmaVM *vm, bool isStart) in NotifyHighSensitive()
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp2324 void Heap::NotifyHighSensitive(bool isStart) in NotifyHighSensitive()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h282 void SetIsStartHeapSampling(bool isStart) in SetIsStartHeapSampling()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp2254 JSTaggedValue BuiltinsString::Pad(EcmaRuntimeCallInfo *argv, bool isStart) in Pad()