Home
last modified time | relevance | path

Searched refs:inline_followup (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/ic/
Dhandler-compiler.cc234 bool inline_followup = false; in CompileLoadInterceptor() local
244 inline_followup = it->property_details().type() == FIELD; in CompileLoadInterceptor()
248 inline_followup = accessors->IsExecutableAccessorInfo(); in CompileLoadInterceptor()
249 if (!inline_followup) break; in CompileLoadInterceptor()
252 inline_followup = info->getter() != NULL && in CompileLoadInterceptor()
259 if (inline_followup) { in CompileLoadInterceptor()