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

  /dalvik/dx/src/com/android/dx/cf/code/
OneLocalsArray.java 91 Type initializedType = type.getInitializedType();
95 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 280 private Type initializedType;
447 this.initializedType = null;
766 if (initializedType == null) {
771 return initializedType;
839 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;
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 532 milliseconds