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

  /external/clang/test/Index/
annotate-attribute.cpp 12 void inlineMethod() {}
29 // CHECK-NEXT: CXXMethod=inlineMethod:12:8 (Definition) Extent=[12:3 - 12:25]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
CustomInlineMethodResolver.java 44 private DeodexUtil.InlineMethod[] inlineMethods;
72 inlineMethods = new DeodexUtil.InlineMethod[lines.size()];
80 public DeodexUtil.InlineMethod resolveExecuteInline(AnalyzedInstruction analyzedInstruction) {
94 private DeodexUtil.InlineMethod parseAndResolveInlineMethod(String inlineMethod) {
95 Matcher m = longMethodPattern.matcher(inlineMethod);
98 throw new RuntimeException("Invalid method descriptor: " + inlineMethod);
110 throw new RuntimeException("Cannot resolve inline method: " + inlineMethod);
113 return new DeodexUtil.InlineMethod(methodType, className, methodName, methodParams, methodRet);
MethodAnalyzer.java     [all...]

Completed in 93 milliseconds