Lines Matching full:isolate
300 Isolate* isolate() { return isolate_; }
301 Heap* heap() { return isolate()->heap(); }
302 Factory* factory() { return isolate()->factory(); }
305 explicit StubCache(Isolate* isolate);
377 Isolate* isolate_;
379 friend class Isolate;
406 explicit StubCompiler(Isolate* isolate)
407 : isolate_(isolate), masm_(isolate
567 Isolate* isolate() { return isolate_; }
568 Heap* heap() { return isolate()->heap(); }
569 Factory* factory() { return isolate()->factory(); }
572 Isolate* isolate_;
580 explicit LoadStubCompiler(Isolate* isolate) : StubCompiler(isolate) { }
618 explicit KeyedLoadStubCompiler(Isolate* isolate) : StubCompiler(isolate) { }
668 StoreStubCompiler(Isolate* isolate, StrictModeFlag strict_mode)
669 : StubCompiler(isolate), strict_mode_(strict_mode) { }
697 KeyedStoreStubCompiler(Isolate* isolate,
700 : StubCompiler(isolate),
755 CallStubCompiler(Isolate* isolate,
840 explicit ConstructStubCompiler(Isolate* isolate) : StubCompiler(isolate) { }