Searched refs:method (Results 1 - 25 of 353) sorted by relevance

1234567891011>>

/dalvik/dx/tests/098-dex-jsr-ret-throw/
H A Drun17 dx --debug --dump --method=run --rop-blocks 'ViewDebug$ViewServer.class'
/dalvik/dx/tests/115-merge/testdata/
H A DBasic.java7 String method() { method in class:Basic
8 return "this is a method result";
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DMethodAnnotationStruct.java26 * Association of a method and its annotations.
30 /** {@code non-null;} the method in question */
31 private final CstMethodRef method; field in class:MethodAnnotationStruct
39 * @param method {@code non-null;} the method in question
42 public MethodAnnotationStruct(CstMethodRef method, argument
44 if (method == null) {
45 throw new NullPointerException("method == null");
52 this.method = method;
[all...]
H A DParameterAnnotationStruct.java29 * Association of a method and its parameter annotations.
33 /** {@code non-null;} the method in question */
34 private final CstMethodRef method; field in class:ParameterAnnotationStruct
45 * @param method {@code non-null;} the method in question
48 public ParameterAnnotationStruct(CstMethodRef method, argument
50 if (method == null) {
51 throw new NullPointerException("method == null");
58 this.method = method;
[all...]
/dalvik/dx/src/com/android/dx/dex/file/
H A DMethodAnnotationStruct.java26 * Association of a method and its annotations.
30 /** {@code non-null;} the method in question */
31 private final CstMethodRef method; field in class:MethodAnnotationStruct
39 * @param method {@code non-null;} the method in question
42 public MethodAnnotationStruct(CstMethodRef method, argument
44 if (method == null) {
45 throw new NullPointerException("method == null");
52 this.method = method;
[all...]
H A DParameterAnnotationStruct.java29 * Association of a method and its parameter annotations.
33 /** {@code non-null;} the method in question */
34 private final CstMethodRef method; field in class:ParameterAnnotationStruct
45 * @param method {@code non-null;} the method in question
48 public ParameterAnnotationStruct(CstMethodRef method, argument
50 if (method == null) {
51 throw new NullPointerException("method == null");
58 this.method = method;
[all...]
/dalvik/dx/src/com/android/dx/cf/attrib/
H A DAttEnclosingMethod.java33 /** {@code null-ok;} the name-and-type of the innermost enclosing method, if any */
34 private final CstNat method; field in class:AttEnclosingMethod
40 * @param method {@code null-ok;} the name-and-type of the innermost enclosing
41 * method, if any
43 public AttEnclosingMethod(CstType type, CstNat method) { argument
51 this.method = method;
69 * Gets the name-and-type of the innermost enclosing method, if
73 * method, if any
76 return method;
[all...]
/dalvik/dx/tests/121-sccp/
H A Drun18 dx --debug --dex --dump-method=Blort.test'*' Blort.class
20 dx --debug --dex --dump-method=Blort.test'*' Blort.class
/dalvik/dx/tests/122-switch-with-high-register/
H A Drun18 dx --debug --dex --dump-method=Blort.switchWithHighRegister Blort.class
20 dx --debug --dex --dump-method=Blort.switchWithHighRegister Blort.class
/dalvik/vm/mterp/
H A DMterp.h46 extern "C" void dvmMterpPrintMethod(Method* method);
H A DMterp.cpp81 self->interpSave.methodClassDex = self->interpSave.method->clazz->pDvmDex;
85 &self->interpSave.method->prototype);
88 self->interpSave.method->clazz->descriptor,
89 self->interpSave.method->name,
101 TRACE_METHOD_ENTER(self, self->interpSave.method);
/dalvik/vm/native/
H A DInternalNative.h27 DalvikNativeFunc dvmLookupInternalNativeMethod(const Method* method);
/dalvik/vm/interp/
H A DStack.cpp18 * Stacks and their uses (e.g. native --> interpreted method calls).
48 * We're calling an interpreted method from an internal VM function or
51 * Push a frame for an interpreted method onto the stack. This is only
63 static bool dvmPushInterpFrame(Thread* self, const Method* method) argument
70 assert(!dvmIsNativeMethod(method));
71 assert(!dvmIsAbstractMethod(method));
73 stackReq = method->registersSize * 4 // params + locals
75 + method->outsSize * 4; // args to other methods
87 self->interpStackSize, method->clazz->descriptor, method
139 dvmPushJNIFrame(Thread* self, const Method* method) argument
215 dvmPushLocalFrame(Thread* self, const Method* method) argument
355 callPrep(Thread* self, const Method* method, Object* obj, bool checkAccess) argument
424 dvmCallMethod(Thread* self, const Method* method, Object* obj, JValue* pResult, ...) argument
442 dvmCallMethodV(Thread* self, const Method* method, Object* obj, bool fromJni, JValue* pResult, va_list args) argument
548 dvmCallMethodA(Thread* self, const Method* method, Object* obj, bool fromJni, JValue* pResult, const jvalue* args) argument
656 dvmInvokeMethod(Object* obj, const Method* method, ArrayObject* argList, ArrayObject* params, ClassObject* returnType, bool noAccessCheck) argument
810 dvmLineNumFromPC(const Method* method, u4 relPc) argument
[all...]
/dalvik/dx/src/com/android/dx/cf/iface/
H A DStdMethodList.java41 * Sets the method at the given index.
43 * @param n {@code >= 0, < size();} which method
44 * @param method {@code null-ok;} the method object
46 public void set(int n, Method method) { argument
47 set0(n, method);
/dalvik/dx/tests/048-dex-new-array/
H A Drun18 dx --debug --dex --positions=none --no-locals --dump-method=Blort.test *.class
/dalvik/dx/tests/054-dex-high16/
H A Drun19 --dump-method=Blort.test'*' *.class
/dalvik/dx/tests/060-dex-call-static/
H A Drun19 --dump-method=Blort.test Blort.class
/dalvik/dx/tests/068-dex-infinite-loop/
H A Drun19 --dump-method=Blort.test'*' Blort.class
/dalvik/dx/tests/078-dex-local-variable-table/
H A Drun18 dx --debug --dex --no-optimize --positions=none --dump-method=Blort.test'*' \
/dalvik/dx/tests/079-dex-local-variable-renumbering/
H A Drun18 dx --debug --dex --no-optimize --positions=none --dump-method=Blort.test'*' \
/dalvik/dx/tests/094-scala-locals/
H A Drun18 dx --debug --dump --ssa-blocks --method=scalalocals Blort.class
/dalvik/dx/tests/109-int-branch/
H A Drun18 dx --debug --dex --no-optimize --dump-method="blort.test*" blort.class
/dalvik/vm/mterp/armv5te/
H A Ddebug.cpp32 //const Method* method = self->method;
35 // method->clazz->descriptor, method->name, method->shorty);
51 saveArea->method, saveArea->xtra.currentPc);
55 saveArea->method, saveArea->xtra.currentPc,
63 void dvmMterpPrintMethod(Method* method) argument
66 * It is a direct (non-virtual) method if it is static, private,
70 ((method
[all...]
/dalvik/vm/mterp/common/
H A DFindInterface.h30 u4 methodIdx, const Method* method, DvmDex* methodClassDex)
33 dvmInterpFindInterfaceMethod(thisClass, methodIdx, method, methodClassDex)
29 dvmFindInterfaceMethodInCache(ClassObject* thisClass, u4 methodIdx, const Method* method, DvmDex* methodClassDex) argument
/dalvik/vm/mterp/mips/
H A Ddebug.cpp42 //const Method* method = self->method;
45 // method->clazz->descriptor, method->name, method->signature);
61 saveArea->method, saveArea->xtra.currentPc);
65 saveArea->method, saveArea->xtra.currentPc,
73 void dvmMterpPrintMethod(Method* method) argument
76 * It is a direct (non-virtual) method if it is static, private,
80 ((method
[all...]

Completed in 1978 milliseconds

1234567891011>>