Searched refs:current_vm_state (Results 1 – 11 of 11) sorted by relevance
62 : isolate_(isolate), previous_tag_(isolate->current_vm_state()) { in VMState()76 StateToString(isolate_->current_vm_state()))); in ~VMState()
712 sample->state = sampler->isolate()->current_vm_state(); in SampleContext()
176 sample->state = isolate->current_vm_state(); in AddCurrentStack()
851 sample->state = sampler->isolate()->current_vm_state(); in SampleContext()
701 sample->state = isolate->current_vm_state(); in ProfilerSignalHandler()
693 sample->state = isolate->current_vm_state(); in ProfilerSignalHandler()
752 sample->state = isolate->current_vm_state(); in ProfilerSignalHandler()
1337 if (RuntimeProfiler::IsEnabled() && current_vm_state() == JS) { in ArchiveThread()1362 if (RuntimeProfiler::IsEnabled() && current_vm_state() == JS) { in RestoreThread()
1046 sample->state = isolate->current_vm_state(); in ProfilerSignalHandler()
977 StateTag current_vm_state() { in current_vm_state() function
2047 sample->state = sampler->isolate()->current_vm_state(); in SampleContext()