Searched defs:if_handler (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ |
D | code-stub-assembler.cc | 5057 Label* if_handler, Variable* var_handler, Label* if_miss) { in TryMonomorphicCase() 5088 compiler::Node* receiver_map, compiler::Node* feedback, Label* if_handler, in HandlePolymorphicCase() 5138 compiler::Node* receiver_map, compiler::Node* feedback, Label* if_handler, in HandleKeyedStorePolymorphicCase() 5218 Label* if_handler, Variable* var_handler, Label* if_miss) { in TryProbeStubCacheTable() 5260 Label* if_handler, Variable* var_handler, Label* if_miss) { in TryProbeStubCache() 5910 Label if_handler(this, &var_handler), try_polymorphic(this), in LoadIC() local 5955 Label if_handler(this, &var_handler), try_polymorphic(this), in KeyedLoadIC() local 6429 Label if_handler(this, &var_handler), try_polymorphic(this), in StoreIC() local 6480 Label if_handler(this, &var_handler), try_polymorphic(this), in KeyedStoreIC() local
|