Searched refs:needsRelocation (Results 1 – 2 of 2) sorted by relevance
25 boolean executable_correct = (needsRelocation() ? in main()52 private native static boolean needsRelocation(); in needsRelocation() method in Main
50 static bool needsRelocation(jclass cls) { in needsRelocation() function in art::NoPatchoatTest72 return NoPatchoatTest::needsRelocation(cls); in Java_Main_needsRelocation()