Searched refs:LandingAddrP (Results 1 – 1 of 1) sorted by relevance
406 std::promise<JITTargetAddress> LandingAddrP; in reentry() local407 auto LandingAddrF = LandingAddrP.get_future(); in reentry()410 [&](JITTargetAddress Addr) { LandingAddrP.set_value(Addr); }); in reentry()