HomeSort by relevance Sort by last modified time
    Searched refs:ic_state (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
disassembler.cc 211 InlineCacheState ic_state = IC::StateFromCode(code); local
212 out.AddFormatted(" %s", Code::ICState2String(ic_state));
type-info.cc 343 nexus->ic_state() == MEGAMORPHIC) {
369 if (nexus->ic_state() == MONOMORPHIC) {
372 } else if (nexus->ic_state() == POLYMORPHIC) {
type-feedback-vector.h 401 InlineCacheState ic_state() const { return StateFromFeedback(); }
objects.cc 14279 InlineCacheState ic_state = IC::StateFromCode(this); local
    [all...]

Completed in 710 milliseconds