Home
last modified time | relevance | path

Searched refs:idleTime (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Didle_gc_trigger.h95 void NotifyLooperIdleStart(int64_t timestamp, int idleTime);
H A Didle_gc_trigger.cpp31 void IdleGCTrigger::NotifyLooperIdleStart([[maybe_unused]] int64_t timestamp, [[maybe_unused]] int idleTime) in NotifyLooperIdleStart() argument
151 LOG_GC(INFO) << "IdleGCTrigger: post once " << GetGCTypeName(gcType) << " on idleTime"; in PostIdleGCTask()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1655 static void NotifyUIIdle(const EcmaVM *vm, int idleTime);
1656 static void NotifyLooperIdleStart(const EcmaVM *vm, int64_t timestamp, int idleTime);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp4956 void JSNApi::NotifyUIIdle(const EcmaVM *vm, [[maybe_unused]] int idleTime) in NotifyUIIdle() argument
4962 void JSNApi::NotifyLooperIdleStart(const EcmaVM *vm, int64_t timestamp, int idleTime) in NotifyLooperIdleStart() argument
4965 vm->GetHeap()->GetIdleGCTrigger()->NotifyLooperIdleStart(timestamp, idleTime); in NotifyLooperIdleStart()

Completed in 15 milliseconds