Home
last modified time | relevance | path

Searched refs:NotifyLooperIdleEnd (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Didle_gc_trigger.h96 void NotifyLooperIdleEnd(int64_t timestamp);
H A Didle_gc_trigger.cpp40 void IdleGCTrigger::NotifyLooperIdleEnd([[maybe_unused]] int64_t timestamp) in NotifyLooperIdleEnd() function in panda::ecmascript::IdleGCTrigger
/arkcompiler/ets_runtime/ecmascript/tests/
H A Didle_gc_trigger_test.cpp73 trigger->NotifyLooperIdleEnd(1); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1657 static void NotifyLooperIdleEnd(const EcmaVM *vm, int64_t timestamp);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp4969 void JSNApi::NotifyLooperIdleEnd(const EcmaVM *vm, int64_t timestamp) in NotifyLooperIdleEnd() function in panda::JSNApi
4972 vm->GetHeap()->GetIdleGCTrigger()->NotifyLooperIdleEnd(timestamp); in NotifyLooperIdleEnd()

Completed in 21 milliseconds