Lines Matching defs:isolate
40 #include "isolate.h"
471 Isolate* isolate = Isolate::UncheckedCurrent();
472 if (isolate == NULL) {
473 // When no isolate is available, work as if we're running in
477 uint64_t enabled = isolate->enabled_cpu_features();
491 isolate_ = Isolate::UncheckedCurrent();
499 ASSERT_EQ(Isolate::UncheckedCurrent(), isolate_);
505 Isolate* isolate_;
531 // when there's only a single isolate, which is guaranteed when
577 // TODO(vitalyr): the assembler does not need an isolate.
578 Assembler(Isolate* isolate, void* buffer, int buffer_size);