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

  /external/chromium_org/v8/src/ic/
ic-compiler.h 97 InlineCacheState state = MONOMORPHIC);
101 return code->ic_state() == MONOMORPHIC ? Logger::LOAD_IC_TAG
104 return code->ic_state() == MONOMORPHIC
108 return code->ic_state() == MONOMORPHIC ? Logger::STORE_IC_TAG
112 return code->ic_state() == MONOMORPHIC
ic-inl.h 219 state = MONOMORPHIC;
ic-state.h 85 return ::v8::internal::MONOMORPHIC;
ic.cc 31 case MONOMORPHIC:
257 // The current map wasn't handled yet. There's no reason to stay monomorphic,
283 if (state() == MONOMORPHIC) {
318 if (state() != MONOMORPHIC && state() != POLYMORPHIC) return;
332 // caches for the builtins object monomorphic. Therefore, if we get
335 // force the inline cache back to monomorphic state.
362 if (new_state == MONOMORPHIC || new_state == POLYMORPHIC) {
368 case MONOMORPHIC:
370 if (new_state == MONOMORPHIC || new_state == POLYMORPHIC) break;
380 if (new_state == MONOMORPHIC || new_state == POLYMORPHIC)
    [all...]
ic.h 238 if (state_ == MONOMORPHIC) {
  /external/chromium_org/v8/test/mjsunit/
elements-transition-hoisting.js 51 // optimistically MONOMORPHIC
77 // optimistically MONOMORPHIC
108 // optimistically MONOMORPHIC
138 // optimistically MONOMORPHIC
162 // optimistically MONOMORPHIC
186 // not optimistically MONOMORPHIC
  /external/chromium_org/v8/src/
builtins.h 86 V(LoadIC_Getter_ForDeopt, LOAD_IC, MONOMORPHIC, kNoExtraICState) \
93 V(StoreIC_Setter_ForDeopt, STORE_IC, MONOMORPHIC, StoreIC::kStrictModeState) \
106 V(KeyedStoreIC_SloppyArguments, KEYED_STORE_IC, MONOMORPHIC, \
disassembler.cc 224 if (ic_state == MONOMORPHIC) {
globals.h 450 MONOMORPHIC,
code-stubs.h 836 return MONOMORPHIC;
880 virtual InlineCacheState GetICState() const { return MONOMORPHIC; }
    [all...]
type-info.cc 363 if (code->ic_state() == MONOMORPHIC) {
code-stubs.cc 345 return MONOMORPHIC;
objects-inl.h     [all...]
objects.h     [all...]
objects.cc     [all...]
  /external/chromium_org/v8/src/ic/arm/
ic-compiler-arm.cc 91 number_of_handled_maps > 1 ? POLYMORPHIC : MONOMORPHIC;
  /external/chromium_org/v8/src/ic/arm64/
ic-compiler-arm64.cc 92 (number_of_handled_maps > 1) ? POLYMORPHIC : MONOMORPHIC;
  /external/chromium_org/v8/src/ic/ia32/
ic-compiler-ia32.cc 93 number_of_handled_maps > 1 ? POLYMORPHIC : MONOMORPHIC;
  /external/chromium_org/v8/src/ic/mips/
ic-compiler-mips.cc 76 number_of_handled_maps > 1 ? POLYMORPHIC : MONOMORPHIC;
  /external/chromium_org/v8/src/ic/mips64/
ic-compiler-mips64.cc 76 number_of_handled_maps > 1 ? POLYMORPHIC : MONOMORPHIC;
  /external/chromium_org/v8/src/ic/x64/
ic-compiler-x64.cc 128 number_of_handled_maps > 1 ? POLYMORPHIC : MONOMORPHIC;
  /external/chromium_org/v8/src/ic/x87/
ic-compiler-x87.cc 93 number_of_handled_maps > 1 ? POLYMORPHIC : MONOMORPHIC;
  /external/chromium_org/v8/test/cctest/
test-heap.cc     [all...]

Completed in 306 milliseconds