Home | History | Annotate | Download | only in src

Lines Matching refs:MONOMORPHIC

70   // the stub cache only contains monomorphic stubs. Make sure that
73 ASSERT(Code::ExtractICStateFromFlags(flags) == MONOMORPHIC);
914 Code::ComputeFlags(kind, MONOMORPHIC, extra_state, Code::NORMAL, argc);
966 // and monomorphic stubs are not mixed up together in the stub cache.
1927 Code::STUB, MONOMORPHIC, Code::kNoExtraICState, type, kind);
1940 Code::STUB, MONOMORPHIC, extra_state(), type, kind);
1978 // Collect MONOMORPHIC stubs for all |receiver_maps|.