Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/
Ddebuginfo.ts374 public static addDebugIns(scope: Scope, pandaGen: PandaGen, isStart: boolean): void {
381 if (isStart) {
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.h131 static JSTaggedValue Pad(EcmaRuntimeCallInfo *argv, bool isStart);
Dbuiltins_string.cpp1912 JSTaggedValue BuiltinsString::Pad(EcmaRuntimeCallInfo *argv, bool isStart) in Pad() argument
1953 if (isStart) { in Pad()
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
DLogParser.js79 isStart(l) { method in LogParser
203 this.isStart(l);
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h133 void SetIsStart(bool isStart);
Dsamples_record.cpp639 void SamplesRecord::SetIsStart(bool isStart) in SetIsStart() argument
641 isStart_.store(isStart); in SetIsStart()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h282 void SetIsStartHeapSampling(bool isStart) in SetIsStartHeapSampling() argument
284 glueData_.isStartHeapSampling_ = isStart ? JSTaggedValue::True() : JSTaggedValue::False(); in SetIsStartHeapSampling()