Home
last modified time | relevance | path

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

/art/test/117-nopatchoat/src/
DMain.java25 boolean executable_correct = (needsRelocation() ? in main()
52 private native static boolean needsRelocation(); in needsRelocation() method in Main
/art/test/117-nopatchoat/
Dnopatchoat.cc50 static bool needsRelocation(jclass cls) { in needsRelocation() function in art::NoPatchoatTest
72 return NoPatchoatTest::needsRelocation(cls); in Java_Main_needsRelocation()