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

  /external/v8/src/
builtins.h 111 V(LoadIC_Normal, LOAD_IC, MONOMORPHIC, \
113 V(LoadIC_ArrayLength, LOAD_IC, MONOMORPHIC, \
115 V(LoadIC_StringLength, LOAD_IC, MONOMORPHIC, \
117 V(LoadIC_StringWrapperLength, LOAD_IC, MONOMORPHIC, \
119 V(LoadIC_FunctionPrototype, LOAD_IC, MONOMORPHIC, \
139 V(StoreIC_ArrayLength, STORE_IC, MONOMORPHIC, \
141 V(StoreIC_Normal, STORE_IC, MONOMORPHIC, \
149 V(StoreIC_ArrayLength_Strict, STORE_IC, MONOMORPHIC, \
151 V(StoreIC_Normal_Strict, STORE_IC, MONOMORPHIC, \
ic.cc 47 case MONOMORPHIC: return '1';
230 if (state != MONOMORPHIC || !name->IsString()) return state;
240 return MONOMORPHIC;
255 // caches for the builtins object monomorphic. Therefore, if we get
258 // force the inline cache back to monomorphic state.
263 return MONOMORPHIC;
643 // call; used for rewriting to monomorphic state and making sure
704 // Set the target to the pre monomorphic stub to delay
705 // setting the monomorphic state.
708 } else if (state == MONOMORPHIC) {
1540 bool monomorphic = false; local
    [all...]
type-info.cc 97 code->ic_state() == MONOMORPHIC &&
129 code->ic_state() == MONOMORPHIC &&
650 if (target->ic_state() == MONOMORPHIC) {
670 if (target->ic_state() == MONOMORPHIC ||
v8globals.h 262 MONOMORPHIC,
263 // Like MONOMORPHIC but check failed due to prototype.
disassembler.cc 246 if (ic_state == MONOMORPHIC) {
stub-cache.h 662 InlineCacheState state = MONOMORPHIC);
732 InlineCacheState state = MONOMORPHIC);
    [all...]
stub-cache.cc 68 // the stub cache only contains monomorphic stubs. Make sure that
71 ASSERT(Code::ExtractICStateFromFlags(flags) == MONOMORPHIC);
768 Code::ComputeFlags(kind, MONOMORPHIC, extra_state, NORMAL, argc);
    [all...]
objects-inl.h     [all...]
objects.cc     [all...]
  /external/v8/src/arm/
ic-arm.cc 397 MONOMORPHIC,
638 // Otherwise do the monomorphic cache probe.
665 // - there is hope that the runtime will create a monomorphic call stub
707 Code::ComputeFlags(Code::LOAD_IC, MONOMORPHIC);
    [all...]
  /external/v8/src/ia32/
ic-ia32.cc     [all...]
  /external/v8/src/mips/
ic-mips.cc 399 MONOMORPHIC,
636 // Otherwise do the monomorphic cache probe.
662 // - there is hope that the runtime will create a monomorphic call stub,
703 Code::Flags flags = Code::ComputeFlags(Code::LOAD_IC, MONOMORPHIC);
    [all...]
  /external/v8/src/x64/
ic-x64.cc 824 MONOMORPHIC,
    [all...]

Completed in 194 milliseconds