HomeSort by relevance Sort by last modified time
    Searched refs:OBJECT (Results 26 - 50 of 113) sorted by null

12 3 4 5

  /dalvik/hit/src/com/android/hit/
ClassInstance.java 54 * Spin through the list of fields, find all object references,
62 if (type == Types.OBJECT) {
114 * Spin through the list of fields, find all object references,
122 if (type == Types.OBJECT) {
176 if (type == Types.OBJECT) {
ClassObj.java 56 * Spin through the list of static fields, find all object references,
65 if (type == Types.OBJECT) {
199 * Spin through the list of static fields, find all object references,
207 if (type == Types.OBJECT) {
234 public final boolean equals(Object o) {
  /external/javassist/src/main/javassist/bytecode/analysis/
Executor.java 126 evalLoad(Type.OBJECT, iter.byteAt(pos + 1), frame, subroutine);
156 evalLoad(Type.OBJECT, opcode - ALOAD_0, frame, subroutine);
171 evalArrayLoad(Type.OBJECT, frame);
191 evalStore(Type.OBJECT, iter.byteAt(pos + 1), frame, subroutine);
221 evalStore(Type.OBJECT, opcode - ASTORE_0, frame, subroutine);
236 evalArrayStore(Type.OBJECT, frame);
520 verifyAssignable(Type.OBJECT, simplePop(frame));
521 verifyAssignable(Type.OBJECT, simplePop(frame));
597 verifyAssignable(Type.OBJECT, simplePop(frame));
601 verifyAssignable(Type.OBJECT, simplePop(frame))
    [all...]
MultiType.java 67 * is not yet known, java.lang.Object will be returned.
73 return Type.OBJECT.getCtClass();
114 if (Type.OBJECT.equals(type))
232 potentialClass = Type.OBJECT.equals(mergePotential) ? null : mergePotential;
276 resolved = OBJECT;
284 public boolean equals(Object o) {
Type.java 34 * be used when examining them. Normal java types must use {@link #equals(Object)} to
68 * It is important not to treat this type as java.lang.Object, since a null can
95 /** Represents the java.lang.Object reference type */
96 public static final Type OBJECT = lookupType("java.lang.Object");
172 * Returns whether or not this type is a normal java reference, i.e. it is or extends java.lang.Object.
366 // then Object is the common type.
368 return Type.OBJECT;
388 return createArray(OBJECT, targetDims);
451 // If its Object, then try and find a common interface(s
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java 53 /** {@code r,x: Object :: r = x;} */
55 new Rop(RegOps.MOVE, Type.OBJECT, StdTypeList.OBJECT, "move-object");
87 /** {@code r,param(x): Object :: r = param(x);} */
89 new Rop(RegOps.MOVE_PARAM, Type.OBJECT, StdTypeList.EMPTY,
90 "move-param-object");
108 /** {@code r, literal: Object :: r = literal;} */
110 new Rop(RegOps.CONST, Type.OBJECT, StdTypeList.EMPTY,
111 Exceptions.LIST_Error, "const-object");
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Rops.java 53 /** {@code r,x: Object :: r = x;} */
55 new Rop(RegOps.MOVE, Type.OBJECT, StdTypeList.OBJECT, "move-object");
87 /** {@code r,param(x): Object :: r = param(x);} */
89 new Rop(RegOps.MOVE_PARAM, Type.OBJECT, StdTypeList.EMPTY,
90 "move-param-object");
108 /** {@code r, literal: Object :: r = literal;} */
110 new Rop(RegOps.CONST, Type.OBJECT, StdTypeList.EMPTY,
111 Exceptions.LIST_Error, "const-object");
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 132 * <p>The interesting cases here have to do with object arrays,
138 * present is an object type. Similarly, due to a quirk of the
167 if ((impliedType == Type.OBJECT)
191 * cross-object field access)
276 if (type == Type.OBJECT) {
278 * For an object return, use the best-known
302 machine.popArgs(frame, Type.OBJECT);
308 machine.popArgs(frame, Type.OBJECT);
553 * "iload" (per se) and "Object" for "aload". So, when
632 machine.popArgs(frame, Type.OBJECT);
    [all...]
ByteCatchList.java 131 * match or the class {@code Object} which represents a catch-all.
143 if ((one == type) || (one == CstType.OBJECT)) {
299 * @return {@code non-null;} the exception class; {@link CstType#OBJECT}
304 exceptionClass : CstType.OBJECT;
BytecodeArray.java 200 * but {@code type} is passed as {@code Type.OBJECT} in
367 Type.OBJECT, 0);
412 Type.OBJECT, 0);
435 Type.OBJECT);
482 Type.OBJECT, 0);
527 Type.OBJECT, 0);
551 Type.OBJECT);
740 Type.OBJECT);
    [all...]
  /external/javassist/src/main/javassist/bytecode/
StackMapTable.java 131 public static final int OBJECT = 7;
244 if (tag == OBJECT || tag == UNINIT) {
261 * if the tag is <code>OBJECT</code>,
286 if (tag == OBJECT || tag == UNINIT) {
346 if (tag == OBJECT || tag == UNINIT) {
410 if (tag == OBJECT)
419 if (tags[i] == OBJECT)
468 return OBJECT;
580 * if the tag is <code>OBJECT</code>,
616 * if the tag is <code>OBJECT</code>
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/
ByteCatchList.java 131 * match or the class {@code Object} which represents a catch-all.
143 if ((one == type) || (one == CstType.OBJECT)) {
299 * @return {@code non-null;} the exception class; {@link CstType#OBJECT}
304 exceptionClass : CstType.OBJECT;
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstType.java 31 /** {@code non-null;} instance corresponding to the class {@code Object} */
32 public static final CstType OBJECT = intern(Type.OBJECT);
140 * @param clazz {@code non-null;} the underlying {@code Class} object
168 public boolean equals(Object other) {
  /dalvik/dx/src/com/android/dx/rop/cst/
CstType.java 31 /** {@code non-null;} instance corresponding to the class {@code Object} */
32 public static final CstType OBJECT = intern(Type.OBJECT);
159 public boolean equals(Object other) {
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLObjectElement02.js 49 docsLoaded += preload(docRef, "doc", "object");
80 Retrieve the code attribute of the second OBJECT element and examine
81 its value. Should be "" since CODE is not a valid attribute for OBJECT.
99 doc = load(docRef, "doc", "object");
100 nodeList = doc.getElementsByTagName("object");
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLObjectElement02.js 49 docsLoaded += preload(docRef, "doc", "object");
80 Retrieve the code attribute of the second OBJECT element and examine
81 its value. Should be "" since CODE is not a valid attribute for OBJECT.
99 doc = load(docRef, "doc", "object");
100 nodeList = doc.getElementsByTagName("object");
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
CatchHandlerList.java 111 return last.getExceptionType().equals(CstType.OBJECT);
201 public boolean equals(Object other) {
  /dalvik/dx/junit-tests/
HelloWorldMaker.java 79 generator.declare(helloWorld, "Generated.java", AccessFlags.ACC_PUBLIC, Type.OBJECT);
  /dalvik/dx/src/com/android/dx/dex/code/
CatchHandlerList.java 111 return last.getExceptionType().equals(CstType.OBJECT);
201 public boolean equals(Object other) {
  /libcore/luni/src/main/java/java/util/
ArrayList.java 62 transient Object[] array;
75 array = (capacity == 0 ? EmptyArray.OBJECT : new Object[capacity]);
82 array = EmptyArray.OBJECT;
93 Object[] a = collection.toArray();
94 if (a.getClass() != Object[].class) {
95 Object[] newArray = new Object[a.length];
104 * Adds the specified object at the end of this {@code ArrayList}.
106 * @param object
    [all...]
  /system/media/wilhelm/src/ut/
OpenSLESUT.c 73 _(OBJECT),
136 /** \brief Convert an object ID to a string or NULL. */
  /cts/tools/dasm/src/dasm/
DasmCatchBuilder.java 85 type = CstType.OBJECT;
204 if (type.equals(CstType.OBJECT)) {
  /dalvik/dx/src/com/android/dx/gen/
Type.java 56 /** The {@code Object} type. */
57 public static final Type<Object> OBJECT = new Type<Object>(com.android.dx.rop.type.Type.OBJECT);
128 @Override public boolean equals(Object o) {
  /dalvik/dx/junit-tests/com/android/dx/gen/
DexGeneratorTest.java 47 private static Type<Object[]> OBJECT_ARRAY = Type.get(Object[].class);
51 private static MethodId<Callable, Object> CALL = CALLABLE.getMethod(Type.OBJECT, "call");
64 generator.declare(GENERATED, "Generated.java", ACC_PUBLIC, Type.OBJECT);
179 Object instance = generatedClass.newInstance();
195 MethodId<Object, Integer> objectHashCode = Type.OBJECT.getMethod(Type.INT, "hashCode");
212 Object instance = generatedClass.newInstance();
224 * public static Object call(Callable c)
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 532 #define OBJECT "Ljava/lang/Object;"
547 {"eglCopyBuffers", "(" DISPLAY SURFACE OBJECT ")Z", (void*)jni_eglCopyBuffers },
548 {"eglWaitNative", "(I" OBJECT ")Z", (void*)jni_eglWaitNative },
551 {"_eglGetDisplay", "(" OBJECT ")I", (void*)jni_eglGetDisplay },
556 {"_eglCreatePixmapSurface", "(" SURFACE DISPLAY CONFIG OBJECT "[I)V", (void*)jni_eglCreatePixmapSurface },
557 {"_eglCreateWindowSurface", "(" DISPLAY CONFIG OBJECT "[I)I", (void*)jni_eglCreateWindowSurface },
558 {"_eglCreateWindowSurfaceTexture", "(" DISPLAY CONFIG OBJECT "[I)I", (void*)jni_eglCreateWindowSurfaceTexture },

Completed in 505 milliseconds

12 3 4 5