HomeSort by relevance Sort by last modified time
    Searched refs:current_vm_state (Results 1 - 18 of 18) sorted by null

  /external/v8/src/
vm-state-inl.h 62 : isolate_(isolate), previous_tag_(isolate->current_vm_state()) {
76 StateToString(isolate_->current_vm_state())));
cpu-profiler.cc 176 sample->state = isolate->current_vm_state();
platform-cygwin.cc 712 sample->state = sampler->isolate()->current_vm_state();
platform-macos.cc 851 sample->state = sampler->isolate()->current_vm_state();
platform-solaris.cc 693 sample->state = isolate->current_vm_state();
isolate.cc     [all...]
isolate.h 977 StateTag current_vm_state() { function in class:v8::internal::Isolate
    [all...]
platform-freebsd.cc 701 sample->state = isolate->current_vm_state();
platform-linux.cc 1046 sample->state = isolate->current_vm_state();
    [all...]
platform-openbsd.cc 752 sample->state = isolate->current_vm_state();
platform-win32.cc     [all...]
  /external/chromium_org/v8/src/
vm-state-inl.h 64 : isolate_(isolate), previous_tag_(isolate->current_vm_state()) {
cpu-profiler.cc 68 sample->state = isolate->current_vm_state();
sampler.cc 617 state = isolate->current_vm_state();
log.cc 890 ASSERT(isolate->current_vm_state() == JS);
897 ASSERT(isolate->current_vm_state() == EXTERNAL);
    [all...]
isolate.h 1047 StateTag current_vm_state() { function in class:v8::internal::Isolate
    [all...]
api.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 888 CHECK_EQ(i::EXTERNAL, isolate->current_vm_state());
    [all...]

Completed in 310 milliseconds