Home
last modified time | relevance | path

Searched refs:isStart (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
H A DLogParser.js79 isStart(l) {
207 this.isStart(l);
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Ddfx_jsnapi.h108 static void NotifyHighSensitive(EcmaVM *vm, bool isStart);
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dsamples_record.h135 void SetIsStart(bool isStart);
H A Dsamples_record.cpp477 void SamplesRecord::SetIsStart(bool isStart) in SetIsStart() argument
479 isStart_.store(isStart); in SetIsStart()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.h284 static JSTaggedValue Pad(EcmaRuntimeCallInfo *argv, bool isStart);
H A Dbuiltins_string.cpp2257 JSTaggedValue BuiltinsString::Pad(EcmaRuntimeCallInfo *argv, bool isStart) in Pad() argument
2298 if (isStart) { in Pad()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap.cpp2283 void Heap::NotifyHighSensitive(bool isStart) in NotifyHighSensitive() argument
2285 ECMA_BYTRACE_NAME(HITRACE_TAG_ARK, "SmartGC: set high sensitive status: " + std::to_string(isStart)); in NotifyHighSensitive()
2286 isStart ? SetSensitiveStatus(AppSensitiveStatus::ENTER_HIGH_SENSITIVE) in NotifyHighSensitive()
2288 LOG_GC(DEBUG) << "SmartGC: set high sensitive status: " << isStart; in NotifyHighSensitive()
H A Dheap.h1312 void NotifyHighSensitive(bool isStart);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp554 void DFXJSNApi::NotifyHighSensitive(EcmaVM *vm, bool isStart) in NotifyHighSensitive() argument
556 const_cast<ecmascript::Heap *>(vm->GetHeap())->NotifyHighSensitive(isStart); in NotifyHighSensitive()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.h261 void SetIsStartHeapSampling(bool isStart) in SetIsStartHeapSampling() argument
263 glueData_.isStartHeapSampling_ = isStart ? JSTaggedValue::True() : JSTaggedValue::False(); in SetIsStartHeapSampling()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
H A Dinterop_intrinsic_optimization.cpp142 bool isStart = bb == GetGraph()->GetStartBlock()->GetSuccessor(0); in TryCreateSingleScope() local
150 if (isStart && !hasStart && IsScopeStart(inst)) { in TryCreateSingleScope()

Completed in 23 milliseconds