Home | History | Annotate | Download | only in ic

Lines Matching defs:host

395   Code* host =
397 if (host->kind() != Code::FUNCTION) return;
401 host->type_feedback_info()->IsTypeFeedbackInfo()) {
406 TypeFeedbackInfo* info = TypeFeedbackInfo::cast(host->type_feedback_info());
410 if (host->type_feedback_info()->IsTypeFeedbackInfo()) {
411 TypeFeedbackInfo* info = TypeFeedbackInfo::cast(host->type_feedback_info());
414 host->set_profiler_ticks(0);