Home | History | Annotate | Download | only in ic

Lines Matching defs:extra_state

119     ExtraICState extra_state = new_target->extra_ic_state();
123 KeyedStoreIC::GetKeyedAccessStoreMode(extra_state));
816 ExtraICState extra_state) {
817 return PropertyICCompiler::ComputeLoad(isolate, UNINITIALIZED, extra_state);
833 ExtraICState extra_state) {
834 return PropertyICCompiler::ComputeLoad(isolate, PREMONOMORPHIC, extra_state);
1348 ExtraICState extra_state = ComputeExtraICState(strict_mode);
1350 PropertyICCompiler::ComputeStore(isolate, UNINITIALIZED, extra_state);