Lines Matching refs:isolate_

46 StubCache::StubCache(Isolate* isolate) : isolate_(isolate) {
84 if (old_code != isolate_->builtins()->builtin(Builtins::kIllegal)) {
125 LoadStubCompiler compiler(isolate_);
128 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *cache_name));
144 LoadStubCompiler compiler(isolate_);
147 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name));
164 LoadStubCompiler compiler(isolate_);
167 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name));
184 LoadStubCompiler compiler(isolate_);
187 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name));
202 LoadStubCompiler compiler(isolate_);
205 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name));
213 return isolate_->builtins()->LoadIC_Normal();
227 LoadStubCompiler compiler(isolate_);
230 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name));
246 KeyedLoadStubCompiler compiler(isolate_);
249 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name));
266 KeyedLoadStubCompiler compiler(isolate_);
269 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name));
285 KeyedLoadStubCompiler compiler(isolate_);
287 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name));
305 KeyedLoadStubCompiler compiler(isolate_);
308 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name));
322 KeyedLoadStubCompiler compiler(isolate_);
324 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name));
339 KeyedLoadStubCompiler compiler(isolate_);
341 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name));
356 KeyedLoadStubCompiler compiler(isolate_);
358 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name));
376 StoreStubCompiler compiler(isolate_, strict_mode);
379 PROFILE(isolate_, CodeCreateEvent(Logger::STORE_IC_TAG, *code, *name));
422 KeyedLoadStubCompiler compiler(isolate_);
427 KeyedStoreStubCompiler compiler(isolate_, strict_mode,
433 KeyedStoreStubCompiler compiler(isolate_, strict_mode,
446 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, 0));
448 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_STORE_IC_TAG, *code, 0));
457 ? isolate_->builtins()->Builtins::StoreIC_Normal_Strict()
458 : isolate_->builtins()->Builtins::StoreIC_Normal();
471 StoreStubCompiler compiler(isolate_, strict_mode);
473 PROFILE(isolate_, CodeCreateEvent(Logger::STORE_IC_TAG, *code, *name));
490 StoreStubCompiler compiler(isolate_, strict_mode);
492 PROFILE(isolate_, CodeCreateEvent(Logger::STORE_IC_TAG, *code, *name));
507 StoreStubCompiler compiler(isolate_, strict_mode);
509 PROFILE(isolate_, CodeCreateEvent(Logger::STORE_IC_TAG, *code, *name));
530 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_STORE_IC_TAG, *code, *name));
568 CallStubCompiler compiler(isolate_, argc, kind, extra_state, cache_holder);
573 PROFILE(isolate_,
606 CallStubCompiler compiler(isolate_, argc, kind, extra_state, cache_holder);
611 PROFILE(isolate_,
724 isolate_->factory()->non_monomorphic_cache();
725 int entry = cache->FindEntry(isolate_, flags);
728 StubCompiler compiler(isolate_);
730 FillCache(isolate_, code);
753 isolate_->factory()->non_monomorphic_cache();
754 int entry = cache->FindEntry(isolate_, flags);
757 StubCompiler compiler(isolate_);
759 FillCache(isolate_, code);
770 isolate_->factory()->non_monomorphic_cache();
771 int entry = cache->FindEntry(isolate_, flags);
774 StubCompiler compiler(isolate_);
776 FillCache(isolate_, code);
787 isolate_->factory()->non_monomorphic_cache();
788 int entry = cache->FindEntry(isolate_, flags);
791 StubCompiler compiler(isolate_);
793 FillCache(isolate_, code);
806 isolate_->factory()->non_monomorphic_cache();
807 int entry = cache->FindEntry(isolate_, flags);
810 StubCompiler compiler(isolate_);
812 FillCache(isolate_, code);
826 isolate_->factory()->non_monomorphic_cache();
827 int entry = cache->FindEntry(isolate_, flags);
830 StubCompiler compiler(isolate_);
832 FillCache(isolate_, code);
846 isolate_->factory()->non_monomorphic_cache();
847 int entry = cache->FindEntry(isolate_, flags);
850 StubCompiler compiler(isolate_);
852 FillCache(isolate_, code);
865 isolate_->factory()->non_monomorphic_cache();
866 int entry = cache->FindEntry(isolate_, flags);
869 StubCompiler compiler(isolate_);
871 FillCache(isolate_, code);
878 Code* empty = isolate_->builtins()->builtin(Builtins::kIllegal);