Home
last modified time | relevance | path

Searched refs:mnewtarget (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dnode-properties.cc414 HeapObjectMatcher mnewtarget(GetValueInput(effect, 1)); in InferReceiverMaps() local
415 if (mtarget.HasValue() && mnewtarget.HasValue() && in InferReceiverMaps()
416 mnewtarget.Value()->IsJSFunction()) { in InferReceiverMaps()
418 Handle<JSFunction>::cast(mnewtarget.Value()); in InferReceiverMaps()
Djs-native-context-specialization.cc2928 HeapObjectMatcher mnewtarget(m.InputAt(1)); in InferReceiverRootMap() local
2929 if (mtarget.HasValue() && mnewtarget.HasValue()) { in InferReceiverRootMap()
2934 if (initial_map->constructor_or_backpointer() == *mnewtarget.Value()) { in InferReceiverRootMap()