| /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 | 47 MethodType methodType); 49 MethodType methodType); 755 MethodType methodType, VerifyError* pFailure) 760 assert(methodType == METHOD_DIRECT || 761 methodType == METHOD_VIRTUAL || 762 methodType == METHOD_STATIC); 801 if (methodType == METHOD_DIRECT) [all...] |
| CodeVerify.cpp | [all...] |
| /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/ |
| DeodexUtil.java | 250 public final int methodType; 258 InlineMethod(int methodType, String classType, String methodName, String parameters, 260 this.methodType = methodType;
|
| MethodAnalyzer.java | [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/smali/smali/src/main/antlr3/org/jf/smali/ |
| smaliTreeWalker.g | 531 String methodType; 533 methodType = "an abstract"; 535 methodType = "a native"; 540 throw new SemanticException(input, $registers_directive.start, "A .locals directive is not valid in \%s method", methodType); 542 throw new SemanticException(input, $registers_directive.start, "A .registers directive is not valid in \%s method", methodType); 547 throw new SemanticException(input, $I_METHOD, "Labels cannot be present in \%s method", methodType); 551 throw new SemanticException(input, $I_METHOD, "try/catch blocks cannot be present in \%s method", methodType); 555 throw new SemanticException(input, $I_METHOD, "debug directives cannot be present in \%s method", methodType); [all...] |
| /external/littlemock/src/com/google/testing/littlemock/ |
| LittleMock.java | 773 Class<?> methodType = method.getReturnType(); [all...] |
| /external/dexmaker/src/main/java/com/google/dexmaker/stock/ |
| ProxyBuilder.java | 358 TypeId<Method> methodType = TypeId.get(Method.class); 361 "invoke", TypeId.OBJECT, methodType, objectArrayType); 427 Local<Method> thisMethod = code.newLocal(methodType); [all...] |
| /external/webkit/Source/WebCore/bridge/qt/ |
| qt_instance.cpp | 278 && m.methodType() != QMetaMethod::Signal
|
| qt_runtime.cpp | [all...] |
| /external/clang/lib/Parse/ |
| ParseObjc.cpp | 658 tok::TokenKind methodType = Tok.getKind(); 660 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind, [all...] |
| /external/dexmaker/src/test/java/com/google/dexmaker/ |
| DexMakerTest.java | 147 TypeId<Method> methodType = TypeId.get(Method.class); 149 Local<Method> localMethod = code.newLocal(methodType); [all...] |
| /dalvik/vm/mterp/out/ |
| InterpAsm-x86-atom.S | [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
| ant-nodeps.jar | |
| /prebuilt/common/ecj/ |
| ecj.jar | |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.apache.jasper_5.5.17.v201004212143.jar | |
| org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | |