Home
last modified time | relevance | path

Searched defs:meth (Results 1 – 25 of 45) sorted by relevance

12

/dalvik/vm/analysis/
DDexVerify.c118 static bool verifyMethod(Method* meth) in verifyMethod()
230 static bool checkArrayData(const Method* meth, int curOffset) in checkArrayData()
285 static void decodeInstruction(const Method* meth, int insnIdx, in decodeInstruction()
298 static bool checkNewInstance(const Method* meth, int insnIdx) in checkNewInstance()
328 static bool checkNewArray(const Method* meth, int insnIdx) in checkNewArray()
369 static bool checkTypeIndex(const Method* meth, int insnIdx, bool useB) in checkTypeIndex()
393 static bool checkFieldIndex(const Method* meth, int insnIdx, bool useB) in checkFieldIndex()
418 static bool checkMethodIndex(const Method* meth, int insnIdx) in checkMethodIndex()
437 static bool checkStringIndex(const Method* meth, int insnIdx) in checkStringIndex()
493 const Method* meth = vdata->method; in verifyInstructions() local
DVerifySubs.c43 bool dvmComputeCodeWidths(const Method* meth, InsnFlags* insnFlags, in dvmComputeCodeWidths()
96 bool dvmSetTryFlags(const Method* meth, InsnFlags* insnFlags) in dvmSetTryFlags()
176 bool dvmCheckSwitchTargets(const Method* meth, InsnFlags* insnFlags, in dvmCheckSwitchTargets()
293 bool dvmCheckBranchTarget(const Method* meth, InsnFlags* insnFlags, in dvmCheckBranchTarget()
340 void dvmLogVerifyFailure(const Method* meth, const char* format, ...) in dvmLogVerifyFailure()
370 const Method* meth) in dvmLogUnableToResolveClass()
392 bool dvmGetBranchTarget(const Method* meth, InsnFlags* insnFlags, in dvmGetBranchTarget()
DCodeVerify.c73 static inline bool doVerboseLogging(const Method* meth) { in doVerboseLogging()
369 UninitInstanceMap* dvmCreateUninitInstanceMap(const Method* meth, in dvmCreateUninitInstanceMap()
537 static bool isInitMethod(const Method* meth) in isInitMethod()
557 static ClassObject* lookupClassByDescriptor(const Method* meth, in lookupClassByDescriptor()
644 static ClassObject* lookupSignatureClass(const Method* meth, const char** pSig, in lookupSignatureClass()
679 static ClassObject* lookupSignatureArrayClass(const Method* meth, in lookupSignatureArrayClass()
719 static bool setTypesFromSignature(const Method* meth, RegType* regTypes, in setTypesFromSignature()
901 static RegType getMethodReturnType(const Method* meth) in getMethodReturnType()
1044 static Method* verifyInvocationArgs(const Method* meth, const RegType* insnRegs, in verifyInvocationArgs()
1334 static ClassObject* getFieldClass(const Method* meth, const Field* field) in getFieldClass()
[all …]
/dalvik/vm/native/
Djava_lang_reflect_Method.c36 Method* meth; in Dalvik_java_lang_reflect_Method_getMethodModifiers() local
59 const Method* meth; in Dalvik_java_lang_reflect_Method_invokeNative() local
127 Method* meth; in Dalvik_java_lang_reflect_Method_getDeclaredAnnotations() local
148 Method* meth; in Dalvik_java_lang_reflect_Method_getParameterAnnotations() local
170 Method* meth; in Dalvik_java_lang_reflect_Method_getDefaultValue() local
195 Method* meth; in Dalvik_java_lang_reflect_Method_getSignatureAnnotation() local
Djava_lang_reflect_Constructor.c33 Method* meth; in Dalvik_java_lang_reflect_Constructor_getConstructorModifiers() local
59 Method* meth; in Dalvik_java_lang_reflect_Constructor_constructNative() local
100 Method* meth; in Dalvik_java_lang_reflect_Constructor_getDeclaredAnnotations() local
121 Method* meth; in Dalvik_java_lang_reflect_Constructor_getParameterAnnotations() local
142 Method* meth; in Dalvik_java_lang_reflect_Constructor_getSignatureAnnotation() local
Djava_security_AccessController.c78 const Method* meth = methods[idx]; in Dalvik_java_security_AccessController_getStackDomains() local
Ddalvik_system_VMStack.c114 const Method* meth = methods[idx]; in Dalvik_dalvik_system_VMStack_getClasses() local
/dalvik/tests/032-concrete-sub/src/
DConcreteSub.java41 Method meth; in main() local
/dalvik/dx/src/com/android/dx/ssa/
DDomFront.java37 private final SsaMethod meth; field in DomFront
62 public DomFront(SsaMethod meth) { in DomFront()
DDominators.java48 private final SsaMethod meth; field in Dominators
68 private Dominators(SsaMethod meth, DomFront.DomInfo[] domInfos, in Dominators()
86 public static Dominators make(SsaMethod meth, DomFront.DomInfo[] domInfos, in make()
/dalvik/tests/084-old-style-inner-class/src/
DMain.java37 private static String nameOf(Method meth) { in nameOf()
/dalvik/vm/reflect/
DReflect.c467 static int methodToSlot(const Method* meth) in methodToSlot()
509 static Object* createConstructorObject(Method* meth) in createConstructorObject()
578 Method* meth; in dvmGetDeclaredConstructors() local
652 Object* dvmCreateReflectMethodObject(const Method* meth) in dvmCreateReflectMethodObject()
742 Method* meth; in dvmGetDeclaredMethods() local
1134 ClassObject* dvmGetBoxedReturnType(const Method* meth) in dvmGetBoxedReturnType()
/dalvik/dx/src/com/android/dx/command/dump/
DBlockDumper.java193 ConcreteMethod meth = new ConcreteMethod((Method) member, classFile, in endParsingMember() local
208 private void regularDump(ConcreteMethod meth) { in regularDump()
283 private void ropDump(ConcreteMethod meth) { in ropDump()
DSsaDumper.java93 ConcreteMethod meth = in endParsingMember() local
DDotDumper.java113 ConcreteMethod meth = new ConcreteMethod((Method) member, classFile, in endParsingMember() local
/dalvik/dx/src/com/android/dx/cf/direct/
DMethodListParser.java80 StdMethod meth = in set() local
/dalvik/tests/068-classloader/src/
DFancyLoader.java111 Method meth; in findClassDalvik() local
/dalvik/dx/src/com/android/dx/rop/code/
DRops.java1208 Prototype meth = cstMeth.getPrototype(); in ropFor() local
1215 Prototype meth = cstMeth.getPrototype(); in ropFor() local
1222 Prototype meth = cstMeth.getPrototype(); in ropFor() local
1229 Prototype meth = cstMeth.getPrototype(); in ropFor() local
1979 public static Rop opInvokeStatic(Prototype meth) { in opInvokeStatic()
1993 public static Rop opInvokeVirtual(Prototype meth) { in opInvokeVirtual()
2007 public static Rop opInvokeSuper(Prototype meth) { in opInvokeSuper()
2021 public static Rop opInvokeDirect(Prototype meth) { in opInvokeDirect()
2035 public static Rop opInvokeInterface(Prototype meth) { in opInvokeInterface()
/dalvik/tests/087-gc-after-link/src/
DMain.java83 Method meth = mDexClass. in findDexClass() local
/dalvik/tests/086-null-super/src/
DMain.java83 Method meth = mDexClass. in findDexClass() local
/dalvik/tests/004-annotations/src/android/test/anno/
DTestAnnotations.java120 Method meth; in testArrayProblem() local
/dalvik/tests/031-class-attributes/src/
DClassAttrs.java52 Method meth; in main() local
/dalvik/tests/046-reflect/src/
DMain.java11 void printMethodInfo(Method meth) { in printMethodInfo()
60 Method meth = null; in run() local
/dalvik/vm/
DException.c137 Method* meth; in dvmExceptionStartup() local
1148 Method* meth; in dvmGetStackTraceRaw() local
1216 Method* meth; in dvmLogRawStackTrace() local
/dalvik/vm/oo/
DClass.c2020 static void freeMethodInnards(Method* meth) in freeMethodInnards()
2068 Method* meth) in loadMethodFromDex()
2296 Method *meth; in precacheReferenceOffsets() local
3260 Method* meth; in createIftable() local
3312 Method* meth = newVirtualMethods; in createIftable() local
3428 Method* meth; in insertMethodStubs() local
4002 static bool checkMethodDescriptorClasses(const Method* meth, in checkMethodDescriptorClasses()
4093 const Method* meth; in validateSuperDescriptors() local
4129 const Method* meth; in validateSuperDescriptors() local

12