Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-native-context-specialization.h160 MaybeHandle<Map> InferReceiverRootMap(Node* receiver);
Djs-native-context-specialization.cc2244 if (InferReceiverRootMap(receiver).ToHandle(&receiver_map)) { in ExtractReceiverMaps()
2280 MaybeHandle<Map> JSNativeContextSpecialization::InferReceiverRootMap( in InferReceiverRootMap() function in v8::internal::compiler::JSNativeContextSpecialization