Home
last modified time | relevance | path

Searched refs:monomorphic (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/crankshaft/
Dtyping.cc548 bool monomorphic = in VisitCallNew() local
550 expr->set_is_monomorphic(monomorphic); in VisitCallNew()
551 if (monomorphic) { in VisitCallNew()
Dhydrogen.cc6340 bool monomorphic = expr->IsMonomorphic(); in ComputeReceiverTypes() local
6345 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() local
7311 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()
/external/googletest/googlemock/
DREADME.md295 [monomorphic](http://code.google.com/p/googlemock/wiki/CookBook#Writing_New_Monomorphic_Matchers),
/external/v8/src/ast/
Dast.h1992 void set_is_monomorphic(bool monomorphic) { in set_is_monomorphic() argument
1993 bit_field_ = IsMonomorphicField::update(bit_field_, monomorphic); in set_is_monomorphic()
/external/googletest/googlemock/docs/
DFrequentlyAskedQuestions.md199 [two](CookBook.md#writing-new-monomorphic-matchers)
DCookBook.md3230 Like in a monomorphic matcher, you may explain the match result by
/external/googletest/googlemock/docs/v1_5/
DCookBook.md2746 Like in a monomorphic matcher, you may explain the match result by
/external/googletest/googlemock/docs/v1_6/
DCookBook.md2897 Like in a monomorphic matcher, you may explain the match result by
/external/googletest/googlemock/docs/v1_7/
DCookBook.md2987 Like in a monomorphic matcher, you may explain the match result by
/external/v8/
DChangeLog17338 Do not clear weak monomorphic IC after context disposal (Chromium issue
18364 Make maps in monomorphic IC stubs weak (issue 2073).
21498 Simplify invocation sequence at monomorphic function invocation sites.