Searched refs:first_call (Results 1 – 2 of 2) sorted by relevance
32 public static void doTopCall(boolean first_call) { in doTopCall() argument33 if (first_call) { in doTopCall()
1414 uint16_t first_call = GetDexPcOfCallTo(inline_polymorhic, secret_klass); in TEST_F() local1416 first_call, in TEST_F()1421 uint16_t second_call = GetDexPcOfCallTo(inline_polymorhic, secret_klass, first_call); in TEST_F()1422 ASSERT_LT(first_call, second_call); in TEST_F()