Home
last modified time | relevance | path

Searched refs:is_idle (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/heap/
Dmemory-reducer.cc35 bool is_idle = js_call_rate < kJsCallsPerMsThreshold && low_allocation_rate; in RunInternal() local
47 event.should_start_incremental_gc = is_idle || optimize_for_memory; in RunInternal()
/external/libdrm/freedreno/
Dfreedreno_bo.c130 static int is_idle(struct fd_bo *bo) in is_idle() function
160 if (is_idle(bo)) { in find_in_bucket()
/external/v8/include/
Dv8-profiler.h212 void SetIdle(bool is_idle);
/external/v8/src/
Dapi.cc8067 void CpuProfiler::SetIdle(bool is_idle) { in SetIdle() argument
8072 if (is_idle) { in SetIdle()