• Home
  • Raw
  • Download

Lines Matching refs:direct_exit

942       ExitPoint direct_exit(this);  in HandleStoreICHandlerCase()  local
943 StoreGlobalIC_PropertyCellCase(property_cell, p->value, &direct_exit, in HandleStoreICHandlerCase()
1411 ExitPoint direct_exit(this); in HandleStoreICProtoHandler() local
1412 StoreGlobalIC_PropertyCellCase(holder, p->value, &direct_exit, miss); in HandleStoreICProtoHandler()
2036 ExitPoint direct_exit(this); in GenericElementLoad() local
2054 &direct_exit); in GenericElementLoad()
2098 ExitPoint direct_exit(this); in GenericPropertyLoad() local
2144 &direct_exit); in GenericPropertyLoad()
2239 direct_exit.ReturnCallStub( in GenericPropertyLoad()
2429 ExitPoint direct_exit(this); in LoadIC() local
2443 HandleLoadICHandlerCase(p, CAST(var_handler.value()), &miss, &direct_exit); in LoadIC()
2458 &if_handler, &miss, &direct_exit); in LoadIC()
2462 direct_exit.ReturnCallRuntime(Runtime::kLoadIC_Miss, p->context, p->receiver, in LoadIC()
2640 ExitPoint direct_exit(this); in KeyedLoadIC() local
2657 HandleLoadICHandlerCase(p, CAST(var_handler.value()), &miss, &direct_exit, in KeyedLoadIC()
2832 ExitPoint direct_exit(this); in KeyedLoadICPolymorphicName() local
2833 HandleLoadICHandlerCase(p, CAST(var_handler.value()), &miss, &direct_exit, in KeyedLoadICPolymorphicName()
2919 ExitPoint direct_exit(this); in StoreGlobalIC() local
2920 StoreGlobalIC_PropertyCellCase(property_cell, pp->value, &direct_exit, in StoreGlobalIC()
3195 ExitPoint direct_exit(this); in GenerateLoadIC_Noninlined() local
3206 &miss, &direct_exit); in GenerateLoadIC_Noninlined()
3209 HandleLoadICHandlerCase(&p, CAST(var_handler.value()), &miss, &direct_exit); in GenerateLoadIC_Noninlined()
3212 direct_exit.ReturnCallRuntime(Runtime::kLoadIC_Miss, context, receiver, name, in GenerateLoadIC_Noninlined()
3249 ExitPoint direct_exit(this); in GenerateLoadGlobalIC() local
3254 [=] { return CAST(name); }, typeof_mode, &direct_exit); in GenerateLoadGlobalIC()