Searched refs:isStart (Results 1 – 7 of 7) sorted by relevance
374 public static addDebugIns(scope: Scope, pandaGen: PandaGen, isStart: boolean): void {381 if (isStart) {
131 static JSTaggedValue Pad(EcmaRuntimeCallInfo *argv, bool isStart);
1912 JSTaggedValue BuiltinsString::Pad(EcmaRuntimeCallInfo *argv, bool isStart) in Pad() argument1953 if (isStart) { in Pad()
79 isStart(l) { method in LogParser203 this.isStart(l);
133 void SetIsStart(bool isStart);
639 void SamplesRecord::SetIsStart(bool isStart) in SetIsStart() argument641 isStart_.store(isStart); in SetIsStart()
282 void SetIsStartHeapSampling(bool isStart) in SetIsStartHeapSampling() argument284 glueData_.isStartHeapSampling_ = isStart ? JSTaggedValue::True() : JSTaggedValue::False(); in SetIsStartHeapSampling()