Lines Matching full:isolate
40 #include "isolate.h"
474 Isolate* isolate = Isolate::UncheckedCurrent();
475 if (isolate == NULL) {
476 // When no isolate is available, work as if we're running in
480 uint64_t enabled = isolate->enabled_cpu_features();
495 isolate_ = Isolate::UncheckedCurrent();
503 ASSERT_EQ(Isolate::UncheckedCurrent(), isolate_);
510 Isolate* isolate_;
537 // when there's only a single isolate, which is guaranteed when
583 // TODO(vitalyr): the assembler does not need an isolate.
584 Assembler(Isolate* isolate, void* buffer, int buffer_size);