OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initializedType
(Results
1 - 6
of
6
) sorted by null
/dalvik/dexgen/src/com/android/dexgen/rop/type/
Type.java
295
private Type
initializedType
;
513
this.
initializedType
= null;
832
if (
initializedType
== null) {
837
return
initializedType
;
905
result.
initializedType
= this;
/dalvik/dx/src/com/android/dx/rop/type/
Type.java
328
private Type
initializedType
;
493
this.
initializedType
= null;
819
if (
initializedType
== null) {
824
return
initializedType
;
892
result.
initializedType
= this;
/dalvik/dx/src/com/android/dx/cf/code/
ExecutionStack.java
106
Type
initializedType
= type.getInitializedType();
110
stack[i] =
initializedType
;
OneLocalsArray.java
94
Type
initializedType
= type.getInitializedType();
98
locals[i] =
initializedType
;
/external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar
/external/error_prone/javac/
javac-9+181-r4173-1.jar
Completed in 504 milliseconds