HomeSort by relevance Sort by last modified time
    Searched refs:MethodType (Results 1 - 14 of 14) sorted by null

  /dalvik/vm/oo/
Resolve.h 30 typedef enum MethodType {
36 } MethodType;
52 * Can cause the method's class to be initialized if methodType is
58 MethodType methodType);
93 const char* dvmMethodTypeStr(MethodType methodType);
Resolve.c 177 MethodType methodType)
184 assert(methodType != METHOD_INTERFACE);
214 if (methodType == METHOD_DIRECT) {
216 } else if (methodType == METHOD_STATIC) {
240 if (methodType == METHOD_STATIC) {
266 if (methodType == METHOD_STATIC && !dvmIsClassInitialized(resMethod->clazz))
575 * For debugging: return a string representing the methodType.
577 const char* dvmMethodTypeStr(MethodType methodType)
    [all...]
Object.c 426 MethodType wantedType, bool isHier, const char* name, const DexProto* proto)
  /dalvik/vm/analysis/
Optimize.h 41 MethodType methodType, VerifyError* pFailure);
Optimize.c 46 MethodType methodType);
48 MethodType methodType);
719 MethodType methodType, VerifyError* pFailure)
724 assert(methodType == METHOD_DIRECT ||
725 methodType == METHOD_VIRTUAL ||
726 methodType == METHOD_STATIC);
765 if (methodType == METHOD_DIRECT)
    [all...]
RegisterMap.c     [all...]
CodeVerify.c 1005 * See if the method matches the MethodType.
1007 static bool isCorrectInvokeKind(MethodType methodType, Method* resMethod)
1009 switch (methodType) {
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.h 840 typedef void (Class::*MethodType)();
842 MethodClosure0(Class* object, MethodType method, bool self_deleting)
853 MethodType method_;
882 typedef void (Class::*MethodType)(Arg1 arg1);
884 MethodClosure1(Class* object, MethodType method, bool self_deleting,
897 MethodType method_;
928 typedef void (Class::*MethodType)(Arg1 arg1, Arg2 arg2);
930 MethodClosure2(Class* object, MethodType method, bool self_deleting,
943 MethodType method_;
    [all...]
  /dalvik/vm/mterp/x86-atom/
OP_INVOKE_STATIC.S 64 # u4 methodIdx, MethodType methodType)
OP_INVOKE_DIRECT.S 82 # u4 methodIdx, MethodType methodType)
OP_INVOKE_SUPER.S 89 # u4 methodIdx, MethodType methodType)
OP_INVOKE_VIRTUAL.S 71 # u4 methodIdx, MethodType methodType)
  /dalvik/vm/mterp/common/
asm-constants.h 305 /* MethodType enumeration */
306 MTERP_SIZEOF(sizeofMethodType, MethodType, MTERP_SMALL_ENUM)
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S     [all...]

Completed in 1113 milliseconds