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

  /external/v8/src/
disassembler.cc 208 InlineCacheState ic_state = IC::StateFromCode(code); local
209 out.AddFormatted(" %s", Code::ICState2String(ic_state));
type-info.cc 446 nexus->ic_state() == MEGAMORPHIC) {
470 if (nexus->ic_state() == MONOMORPHIC) {
473 } else if (nexus->ic_state() == POLYMORPHIC) {
feedback-vector.h 443 InlineCacheState ic_state() const { return StateFromFeedback(); }
objects.cc 14483 InlineCacheState ic_state = IC::StateFromCode(this); local
    [all...]
  /external/v8/src/compiler/
js-native-context-specialization.cc     [all...]
  /external/v8/src/runtime/
runtime-object.cc 647 if (nexus.ic_state() == UNINITIALIZED) {
653 } else if (nexus.ic_state() == MONOMORPHIC) {
    [all...]

Completed in 2131 milliseconds