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

  /dalvik/vm/oo/
Resolve.h 30 enum MethodType {
53 * Can cause the method's class to be initialized if methodType is
59 MethodType methodType);
96 const char* dvmMethodTypeStr(MethodType methodType);
Resolve.cpp 177 MethodType methodType)
184 assert(methodType != METHOD_INTERFACE);
213 if (methodType == METHOD_DIRECT) {
215 } else if (methodType == METHOD_STATIC) {
239 if (methodType == METHOD_STATIC) {
265 if (methodType == METHOD_STATIC && !dvmIsClassInitialized(resMethod->clazz))
559 * For debugging: return a string representing the methodType.
561 const char* dvmMethodTypeStr(MethodType methodType)
    [all...]
  /dalvik/vm/analysis/
Optimize.h 40 MethodType methodType, VerifyError* pFailure);
Optimize.cpp 52 MethodType methodType);
54 MethodType methodType);
873 MethodType methodType, VerifyError* pFailure)
878 assert(methodType == METHOD_DIRECT ||
879 methodType == METHOD_VIRTUAL ||
880 methodType == METHOD_STATIC);
919 if (methodType == METHOD_DIRECT)
    [all...]
CodeVerify.cpp     [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)
  /external/proguard/src/proguard/classfile/util/
DynamicClassReferenceInitializer.java 335 String methodType = methodrefConstant.getType(clazz);
338 if (methodType.equals(ClassConstants.INTERNAL_METHOD_TYPE_DOT_CLASS_JAVAC) ||
339 methodType.equals(ClassConstants.INTERNAL_METHOD_TYPE_DOT_CLASS_JIKES))
364 methodType,
  /external/webkit/Source/WebCore/bindings/scripts/
IDLParser.pm 301 my $methodType = (defined($2) ? $2 : die("Parsing error!\nSource:\n$line\n)"));
314 $newDataNode->signature->type($methodType);
317 print " | |- Method; TYPE \"$methodType\" NAME \"$methodName\" EXCEPTION? \"$methodException\"" .
  /external/webkit/Source/WebCore/bridge/qt/
qt_instance.cpp 278 && m.methodType() != QMetaMethod::Signal
qt_runtime.cpp     [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 611 tok::TokenKind methodType = Tok.getKind();
613 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind,
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S     [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 692 milliseconds