HomeSort by relevance Sort by last modified time
    Searched full:initializedtype (Results 1 - 5 of 5) sorted by null

  /dalvik/dx/src/com/android/dx/cf/code/
OneLocalsArray.java 90 Type initializedType = type.getInitializedType();
94 locals[i] = initializedType;
ExecutionStack.java 106 Type initializedType = type.getInitializedType();
110 stack[i] = initializedType;
  /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 279 private Type initializedType;
446 this.initializedType = null;
765 if (initializedType == null) {
770 return initializedType;
838 result.initializedType = this;
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
Type.java 280 private Type initializedType;
447 this.initializedType = null;
766 if (initializedType == null) {
771 return initializedType;
839 result.initializedType = this;

Completed in 371 milliseconds