Home
last modified time | relevance | path

Searched refs:vm_state (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/profiler/
Dtick-sample.cc166 state = info.vm_state; in Init()
191 sample_info->vm_state = isolate->current_vm_state(); in GetStackSample()
193 if (sample_info->vm_state == GC) return true; in GetStackSample()
/external/v8/include/
Dv8.h1650 StateTag vm_state; // Current VM state. member
/external/v8/src/
Dapi.cc8172 sample_info->vm_state = OTHER; in GetStackSample()