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

  /external/v8/src/
builtins.h 109 V(LoadIC_Normal, LOAD_IC, MONOMORPHIC, \
111 V(LoadIC_ArrayLength, LOAD_IC, MONOMORPHIC, \
113 V(LoadIC_StringLength, LOAD_IC, MONOMORPHIC, \
115 V(LoadIC_StringWrapperLength, LOAD_IC, MONOMORPHIC, \
117 V(LoadIC_FunctionPrototype, LOAD_IC, MONOMORPHIC, \
135 V(StoreIC_ArrayLength, STORE_IC, MONOMORPHIC, \
137 V(StoreIC_Normal, STORE_IC, MONOMORPHIC, \
145 V(StoreIC_ArrayLength_Strict, STORE_IC, MONOMORPHIC, \
147 V(StoreIC_Normal_Strict, STORE_IC, MONOMORPHIC, \
ic.cc 47 case MONOMORPHIC: return '1';
199 if (state != MONOMORPHIC || !name->IsString()) return state;
209 return MONOMORPHIC;
224 // caches for the builtins object monomorphic. Therefore, if we get
227 // force the inline cache back to monomorphic state.
232 return MONOMORPHIC;
644 // call; used for rewriting to monomorphic state and making sure
731 // Set the target to the pre monomorphic stub to delay
732 // setting the monomorphic state.
736 } else if (state == MONOMORPHIC) {
    [all...]
v8globals.h 279 MONOMORPHIC,
280 // Like MONOMORPHIC but check failed due to prototype.
type-info.cc 153 // important monomorphic case the map is obtained directly, so it's
388 } else if (state == MONOMORPHIC) {
441 if (state != MONOMORPHIC && state != MEGAMORPHIC) continue;
disassembler.cc 247 if (ic_state == MONOMORPHIC) {
stub-cache.cc 71 // the stub cache only contains monomorphic stubs. Make sure that
74 ASSERT(Code::ExtractICStateFromFlags(flags) == MONOMORPHIC);
    [all...]
objects-inl.h     [all...]
objects.cc     [all...]
  /external/v8/src/arm/
ic-arm.cc 551 MONOMORPHIC,
811 // Otherwise do the monomorphic cache probe.
835 // - there is hope that the runtime will create a monomorphic call stub
879 MONOMORPHIC);
    [all...]
  /external/v8/src/ia32/
ic-ia32.cc 863 MONOMORPHIC,
    [all...]
  /external/v8/src/x64/
ic-x64.cc 883 MONOMORPHIC,
    [all...]

Completed in 30 milliseconds