Searched defs:if_handler (Results 1 – 1 of 1) sorted by relevance
| /external/v8/src/ic/ |
| D | accessor-assembler.cc | 69 TNode<Map> lookup_start_object_map, Label* if_handler, in TryMonomorphicCase() 101 Label* if_handler, TVariable<MaybeObject>* var_handler, Label* if_miss) { in HandlePolymorphicCase() 2596 TNode<Object> name, TNode<Map> map, Label* if_handler, in TryProbeStubCacheTable() 2632 TNode<Name> name, Label* if_handler, in TryProbeStubCache() 2696 Label try_polymorphic(this), if_handler(this, &var_handler); in LoadIC_BytecodeHandler() local 2754 Label if_handler(this, &var_handler), non_inlined(this, Label::kDeferred), in LoadIC() local 2798 Label if_handler(this, &var_handler), no_feedback(this), in LoadSuperIC() local 2851 Label* if_handler, Label* miss, in LoadIC_Noninlined() 3119 Label if_handler(this, &var_handler), try_polymorphic(this, Label::kDeferred), in KeyedLoadIC() local 3326 Label if_handler(this, &var_handler), miss(this, Label::kDeferred); in KeyedLoadICPolymorphicName() local [all …]
|