Lines Matching refs:if_handler
65 Node* slot, Node* vector, Node* receiver_map, Label* if_handler, in TryMonomorphicCase() argument
91 Goto(if_handler); in TryMonomorphicCase()
96 Node* receiver_map, TNode<WeakFixedArray> feedback, Label* if_handler, in HandlePolymorphicCase() argument
138 Goto(if_handler); in HandlePolymorphicCase()
150 [this, receiver_map, feedback, if_handler, var_handler](Node* index) { in HandlePolymorphicCase()
162 Goto(if_handler); in HandlePolymorphicCase()
2288 Node* name, Node* map, Label* if_handler, in TryProbeStubCacheTable() argument
2327 Goto(if_handler); in TryProbeStubCacheTable()
2331 Node* name, Label* if_handler, in TryProbeStubCache() argument
2347 receiver_map, if_handler, var_handler, &try_secondary); in TryProbeStubCache()
2354 receiver_map, if_handler, var_handler, &miss); in TryProbeStubCache()
2387 Label try_polymorphic(this), if_handler(this, &var_handler); in LoadIC_BytecodeHandler() local
2390 TryMonomorphicCase(p->slot, p->vector, recv_map, &if_handler, in LoadIC_BytecodeHandler()
2393 BIND(&if_handler); in LoadIC_BytecodeHandler()
2400 HandlePolymorphicCase(recv_map, CAST(strong_feedback), &if_handler, in LoadIC_BytecodeHandler()
2432 Label if_handler(this, &var_handler), non_inlined(this, Label::kDeferred), in LoadIC() local
2440 TryMonomorphicCase(p->slot, p->vector, receiver_map, &if_handler, in LoadIC()
2442 BIND(&if_handler); in LoadIC()
2451 HandlePolymorphicCase(receiver_map, CAST(strong_feedback), &if_handler, in LoadIC()
2458 &if_handler, &miss, &direct_exit); in LoadIC()
2470 Label* if_handler, Label* miss, in LoadIC_Noninlined() argument
2487 if_handler, var_handler, miss); in LoadIC_Noninlined()
2643 Label if_handler(this, &var_handler), try_polymorphic(this, Label::kDeferred), in KeyedLoadIC() local
2653 TryMonomorphicCase(p->slot, p->vector, receiver_map, &if_handler, in KeyedLoadIC()
2655 BIND(&if_handler); in KeyedLoadIC()
2668 HandlePolymorphicCase(receiver_map, CAST(strong_feedback), &if_handler, in KeyedLoadIC()
2806 Label if_handler(this, &var_handler), miss(this, Label::kDeferred); in KeyedLoadICPolymorphicName() local
2827 HandlePolymorphicCase(receiver_map, array, &if_handler, &var_handler, &miss, in KeyedLoadICPolymorphicName()
2830 BIND(&if_handler); in KeyedLoadICPolymorphicName()
2850 Label if_handler(this, &var_handler), in StoreIC() local
2861 TryMonomorphicCase(p->slot, p->vector, receiver_map, &if_handler, in StoreIC()
2863 BIND(&if_handler); in StoreIC()
2876 HandlePolymorphicCase(receiver_map, CAST(strong_feedback), &if_handler, in StoreIC()
2888 &if_handler, &var_handler, &miss); in StoreIC()
3032 Label if_handler(this, &var_handler), in KeyedStoreIC() local
3042 TryMonomorphicCase(p->slot, p->vector, receiver_map, &if_handler, in KeyedStoreIC()
3044 BIND(&if_handler); in KeyedStoreIC()
3058 HandlePolymorphicCase(receiver_map, CAST(strong_feedback), &if_handler, in KeyedStoreIC()
3083 HandlePolymorphicCase(receiver_map, array, &if_handler, &var_handler, in KeyedStoreIC()
3100 Label if_handler(this, &var_handler), in StoreInArrayLiteralIC() local
3107 TryMonomorphicCase(p->slot, p->vector, array_map, &if_handler, in StoreInArrayLiteralIC()
3110 BIND(&if_handler); in StoreInArrayLiteralIC()
3141 HandlePolymorphicCase(array_map, CAST(strong_feedback), &if_handler, in StoreInArrayLiteralIC()
3197 Label if_handler(this, &var_handler), miss(this, Label::kDeferred); in GenerateLoadIC_Noninlined() local
3205 LoadIC_Noninlined(&p, receiver_map, feedback, &var_handler, &if_handler, in GenerateLoadIC_Noninlined()
3208 BIND(&if_handler); in GenerateLoadIC_Noninlined()
3425 Label if_handler(this, &var_handler); in GenerateCloneObjectIC() local
3433 slot, vector, source_map, &if_handler, &var_handler, &try_polymorphic); in GenerateCloneObjectIC()
3435 BIND(&if_handler); in GenerateCloneObjectIC()
3509 HandlePolymorphicCase(source_map, CAST(strong_feedback), &if_handler, in GenerateCloneObjectIC()
3534 GotoIf(IsMap(map_or_result), &if_handler); in GenerateCloneObjectIC()