Home | History | Annotate | Download | only in ic

Lines Matching full:handle

55     Handle<ConstantPoolArray> result = raw_constant_pool_;
158 void IC::UpdateTarget() { target_ = handle(raw_target(), isolate_); }
177 Handle<Map> IC::GetHandlerCacheHolder(HeapType* type, bool receiver_is_holder,
179 Handle<Map> receiver_map = TypeToMap(type, isolate);
188 return handle(HeapObject::cast(builtin_ctor->instance_prototype())->map());
194 return handle(JSObject::cast(receiver_map->prototype())->map());
198 Handle<Map> IC::GetICCacheHolder(HeapType* type, Isolate* isolate,
204 return handle(builtin_ctor->initial_map());
211 IC::State CallIC::FeedbackToState(Handle<TypeFeedbackVector> vector,
212 Handle<Smi> slot) const {