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

  /external/v8/src/ic/
ic-compiler.h 21 static Handle<Code> ComputeStore(Isolate* isolate, InlineCacheState ic_state,
81 return code->ic_state() == MONOMORPHIC ? Logger::LOAD_IC_TAG
84 return code->ic_state() == MONOMORPHIC
88 return code->ic_state() == MONOMORPHIC ? Logger::STORE_IC_TAG
92 return code->ic_state() == MONOMORPHIC
ic-compiler.cc 109 InlineCacheState ic_state,
111 Code::Flags flags = Code::ComputeFlags(Code::STORE_IC, ic_state, extra_state);
119 if (ic_state == UNINITIALIZED) {
121 } else if (ic_state == PREMONOMORPHIC) {
123 } else if (ic_state == GENERIC) {
125 } else if (ic_state == MEGAMORPHIC) {
ic.h 69 InlineCacheState state = code->ic_state();
ic.cc 94 UseVector() ? nexus()->StateFromFeedback() : raw_target()->ic_state();
185 state_ = UseVector() ? nexus->StateFromFeedback() : target_->ic_state();
441 old_state = old_target->ic_state();
442 new_state = target->ic_state();
    [all...]
  /external/v8/src/
disassembler.cc 203 InlineCacheState ic_state = code->ic_state(); local
205 Code::ICState2String(ic_state));
206 if (ic_state == MONOMORPHIC) {
type-info.cc 348 obj->ic_state() == MEGAMORPHIC) {
375 if (obj->ic_state() == MONOMORPHIC) {
378 } else if (obj->ic_state() == POLYMORPHIC) {
type-feedback-vector.h 345 InlineCacheState ic_state() const { return StateFromFeedback(); }
objects-inl.h     [all...]
code-stubs.h     [all...]
objects.h     [all...]
  /external/v8/test/cctest/heap/
test-heap.cc     [all...]

Completed in 479 milliseconds