Searched refs:walk_prototypes (Results 1 – 1 of 1) sorted by relevance
490 bool* walk_prototypes);492 bool* walk_prototypes);2581 bool walk_prototypes = false; in ProcessHintsForOrdinaryHasInstance() local2586 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() argument3391 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 …]