Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dserializer-for-background-compilation.cc490 bool* walk_prototypes);
492 bool* walk_prototypes);
2581 bool walk_prototypes = false; in ProcessHintsForOrdinaryHasInstance() local
2586 HeapObjectRef(broker(), constructor), &walk_prototypes); in ProcessHintsForOrdinaryHasInstance()
2590 if (walk_prototypes) ProcessHintsForHasInPrototypeChain(instance_hints); in ProcessHintsForOrdinaryHasInstance()
3386 HeapObjectRef const& constructor, bool* walk_prototypes) { in ProcessConstantForOrdinaryHasInstance() argument
3391 walk_prototypes); in ProcessConstantForOrdinaryHasInstance()
3394 *walk_prototypes = in ProcessConstantForOrdinaryHasInstance()
3395 *walk_prototypes || in ProcessConstantForOrdinaryHasInstance()
3403 ObjectRef const& constructor, bool* walk_prototypes) { in ProcessConstantForInstanceOf() argument
[all …]