Searched refs:monomorphic (Results 1 – 10 of 10) sorted by relevance
548 bool monomorphic = in VisitCallNew() local550 expr->set_is_monomorphic(monomorphic); in VisitCallNew()551 if (monomorphic) { in VisitCallNew()
6340 bool monomorphic = expr->IsMonomorphic(); in ComputeReceiverTypes() local6345 monomorphic = maps->length() == 1; in ComputeReceiverTypes()6370 monomorphic = true; in ComputeReceiverTypes()6376 return monomorphic && CanInlinePropertyAccess(maps->first()); in ComputeReceiverTypes()7303 bool monomorphic = ComputeReceiverTypes(expr, obj, &maps, this); in HandleKeyedElementAccess() local7311 monomorphic = false; in HandleKeyedElementAccess()7313 (monomorphic || (maps != NULL && !maps->is_empty()))) { in HandleKeyedElementAccess()7322 monomorphic = false; in HandleKeyedElementAccess()7326 } else if (access_type == LOAD && !monomorphic && in HandleKeyedElementAccess()7341 if (monomorphic) { in HandleKeyedElementAccess()
295 [monomorphic](http://code.google.com/p/googlemock/wiki/CookBook#Writing_New_Monomorphic_Matchers),
1992 void set_is_monomorphic(bool monomorphic) { in set_is_monomorphic() argument1993 bit_field_ = IsMonomorphicField::update(bit_field_, monomorphic); in set_is_monomorphic()
199 [two](CookBook.md#writing-new-monomorphic-matchers)
3230 Like in a monomorphic matcher, you may explain the match result by
2746 Like in a monomorphic matcher, you may explain the match result by
2897 Like in a monomorphic matcher, you may explain the match result by
2987 Like in a monomorphic matcher, you may explain the match result by
17338 Do not clear weak monomorphic IC after context disposal (Chromium issue18364 Make maps in monomorphic IC stubs weak (issue 2073).21498 Simplify invocation sequence at monomorphic function invocation sites.