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

  /external/v8/src/
feedback-vector.cc 475 return MONOMORPHIC;
488 return MONOMORPHIC;
509 return MONOMORPHIC;
513 return extra_array->length() > 2 ? POLYMORPHIC : MONOMORPHIC;
535 return MONOMORPHIC;
557 return MONOMORPHIC;
561 return extra_array->length() > 2 ? POLYMORPHIC : MONOMORPHIC;
577 return MONOMORPHIC;
    [all...]
type-info.cc 470 if (nexus->ic_state() == MONOMORPHIC) {
globals.h 663 MONOMORPHIC,
    [all...]
code-stubs.h 168 // of the non-monomorphic-cache.
    [all...]
code-stubs.cc 383 return MONOMORPHIC;
    [all...]
objects.cc     [all...]
  /external/v8/src/ic/
ic-state.h 50 return ::v8::internal::MONOMORPHIC;
ic.cc 43 case MONOMORPHIC:
340 // monomorphic.
343 // The current map wasn't handled yet. There's no reason to stay monomorphic,
377 if (state() != MONOMORPHIC && state() != POLYMORPHIC) return;
410 if (new_state == MONOMORPHIC || new_state == POLYMORPHIC) {
416 case MONOMORPHIC:
418 if (new_state == MONOMORPHIC || new_state == POLYMORPHIC) break;
428 if (new_state == MONOMORPHIC || new_state == POLYMORPHIC) {
471 int polymorphic_delta = 0; // "Polymorphic" here includes monomorphic.
713 // Do not install stubs and stay pre-monomorphic fo
    [all...]
  /external/v8/src/runtime/
runtime-object.cc 653 } else if (nexus.ic_state() == MONOMORPHIC) {
    [all...]
  /external/v8/src/compiler/
js-native-context-specialization.cc 208 // Monomorphic property access.
229 // Monomorphic property access.
624 // Check for the monomorphic cases.
633 // Monomorphic number access (we also deal with Smis here).
637 // Monomorphic property access.
    [all...]

Completed in 362 milliseconds