OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isRelocationDeltaZero
(Results
1 - 2
of
2
) sorted by null
/art/test/117-nopatchoat/src/
Main.java
26
hasExecutableOat() == (isDex2OatEnabled() ||
isRelocationDeltaZero
()) :
58
private native static boolean
isRelocationDeltaZero
();
/art/test/117-nopatchoat/
nopatchoat.cc
38
static bool
isRelocationDeltaZero
() {
64
return NoPatchoatTest::
isRelocationDeltaZero
();
Completed in 241 milliseconds