Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-properties.cc359 HeapObjectMatcher mnewtarget(GetValueInput(effect, 1)); in InferReceiverMaps() local
360 if (mtarget.HasValue() && mnewtarget.HasValue()) { in InferReceiverMaps()
362 Handle<JSFunction>::cast(mnewtarget.Value()); in InferReceiverMaps()
Djs-native-context-specialization.cc2287 HeapObjectMatcher mnewtarget(m.InputAt(1)); in InferReceiverRootMap() local
2288 if (mtarget.HasValue() && mnewtarget.HasValue()) { in InferReceiverRootMap()
2293 if (initial_map->constructor_or_backpointer() == *mnewtarget.Value()) { in InferReceiverRootMap()