OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OtherDex
(Results
1 - 2
of
2
) sorted by null
/art/test/462-checker-inlining-dex-files/src/
Main.java
18
// avoid having the
OtherDex
and Main classes share the same cache index.
32
OtherDex
.emptyMethod();
47
return
OtherDex
.returnIntMethod();
59
return
OtherDex
.returnOtherDexStatic();
74
return
OtherDex
.returnMainStatic();
86
return
OtherDex
.recursiveCall();
98
return
OtherDex
.returnString();
110
return
OtherDex
.returnOtherDexClass();
127
return
OtherDex
.returnMainClass();
139
return
OtherDex
.returnOtherDexClassStaticCall()
[
all
...]