Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/common_components/heap/collector/
Dheuristic_gc_policy.h117 void NotifyHighSensitive(bool isStart) in NotifyHighSensitive()
/arkcompiler/ets_runtime/common_components/common_runtime/
Dbase_runtime.cpp248 void BaseRuntime::NotifyHighSensitive(bool isStart) in NotifyHighSensitive()
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
DLogParser.js79 isStart(l) { method in LogParser
/arkcompiler/ets_runtime/common_components/heap/
Dheap.cpp276 void HeapImpl::NotifyHighSensitive(bool isStart) in NotifyHighSensitive()
/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.cpp618 void DFXJSNApi::NotifyHighSensitive(EcmaVM *vm, bool isStart) in NotifyHighSensitive()
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp2455 void Heap::NotifyHighSensitive(bool isStart) in NotifyHighSensitive()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h323 void SetIsStartHeapSampling(bool isStart) in SetIsStartHeapSampling()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp2273 JSTaggedValue BuiltinsString::Pad(EcmaRuntimeCallInfo *argv, bool isStart) in Pad()