Home | History | Annotate | Download | only in interp

Lines Matching refs:method

27 void dvmInterpret(Thread* thread, const Method* method, JValue* pResult);
33 * instruction. "method" is the method currently being executed.
35 void dvmThrowVerificationError(const Method* method, int kind, int ref);
47 void dvmAddBreakAddr(Method* method, unsigned int instrOffset);
48 void dvmClearBreakAddr(Method* method, unsigned int instrOffset);