Home
last modified time | relevance | path

Searched defs:is_idle (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dmemory-reducer.cc35 bool is_idle = js_call_rate < kJsCallsPerMsThreshold && low_allocation_rate; in RunInternal() local
/external/libdrm/freedreno/
Dfreedreno_bo.c130 static int is_idle(struct fd_bo *bo) in is_idle() function
/external/v8/src/
Dapi.cc8067 void CpuProfiler::SetIdle(bool is_idle) { in SetIdle()