Home | History | Annotate | Download | only in oo

Lines Matching full:meth

480  * hit (e.g. "meth->insns" becomes "baseAddr + meth->insnsOffset") we
628 * Find the implementation of "meth" in "clazz".
633 const Method* meth);
638 const char* dvmGetMethodSourceFile(const Method* meth);
895 INLINE const DexCode* dvmGetMethodCode(const Method* meth) {
896 if (dvmIsBytecodeMethod(meth)) {
903 (((const u1*) meth->insns) - offsetof(DexCode, insns));
913 INLINE u4 dvmGetMethodInsnsSize(const Method* meth) {
914 const DexCode* pCode = dvmGetMethodCode(meth);