Home
last modified time | relevance | path

Searched refs:first_call (Results 1 – 2 of 2) sorted by relevance

/art/test/488-checker-inline-recursive-calls/src/
DMain.java32 public static void doTopCall(boolean first_call) { in doTopCall() argument
33 if (first_call) { in doTopCall()
/art/profman/
Dprofile_assistant_test.cc1414 uint16_t first_call = GetDexPcOfCallTo(inline_polymorhic, secret_klass); in TEST_F() local
1416 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()