Home
last modified time | relevance | path

Searched refs:AllOfInstanceTypesAre (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dmap-inference.h50 V8_WARN_UNUSED_RESULT bool AllOfInstanceTypesAre(InstanceType type) const;
H A Dmap-inference.cc48 bool MapInference::AllOfInstanceTypesAre(InstanceType type) const { in AllOfInstanceTypesAre() function in v8::internal::compiler::MapInference
H A Djs-call-reducer.cc6186 !inference.AllOfInstanceTypesAre(InstanceType::JS_TYPED_ARRAY_TYPE)) {
6774 !inference.AllOfInstanceTypesAre(JS_STRING_ITERATOR_TYPE)) {
7343 if (!inference.HaveMaps() || !inference.AllOfInstanceTypesAre(JS_MAP_TYPE)) {
7390 if (!inference.HaveMaps() || !inference.AllOfInstanceTypesAre(JS_MAP_TYPE)) {
7433 if (!inference.HaveMaps() || !inference.AllOfInstanceTypesAre(type)) {
7453 if (!inference.HaveMaps() || !inference.AllOfInstanceTypesAre(type)) {
7779 !inference.AllOfInstanceTypesAre(instance_type)) {
7856 !inference.AllOfInstanceTypesAre(JS_DATA_VIEW_TYPE)) {
8026 if (!inference.HaveMaps() || !inference.AllOfInstanceTypesAre(JS_DATE_TYPE)) {

Completed in 12 milliseconds