Searched refs:try_polymorphic (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ic/ |
D | accessor-assembler.cc | 2387 Label try_polymorphic(this), if_handler(this, &var_handler); in LoadIC_BytecodeHandler() local 2391 &var_handler, &try_polymorphic); in LoadIC_BytecodeHandler() 2396 BIND(&try_polymorphic); in LoadIC_BytecodeHandler() 2433 try_polymorphic(this), miss(this, Label::kDeferred); in LoadIC() local 2441 &var_handler, &try_polymorphic); in LoadIC() 2445 BIND(&try_polymorphic); in LoadIC() 2643 Label if_handler(this, &var_handler), try_polymorphic(this, Label::kDeferred), in KeyedLoadIC() local 2654 &var_handler, &try_polymorphic); in KeyedLoadIC() 2662 BIND(&try_polymorphic); in KeyedLoadIC() 2852 try_polymorphic(this, Label::kDeferred), in StoreIC() local [all …]
|