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

  /external/v8/src/
vm-state-inl.h 62 : isolate_(isolate), previous_tag_(isolate->current_vm_state()) {
65 LOG(isolate, UncheckedStringEvent("From", StateToString(previous_tag_)));
78 UncheckedStringEvent("To", StateToString(previous_tag_)));
81 isolate_->SetCurrentVMState(previous_tag_);
vm-state.h 44 StateTag previous_tag_; member in class:v8::internal::BASE_EMBEDDED

Completed in 864 milliseconds