Searched defs:inlineMethod (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/Index/
H A Dannotate-attribute.cpp12 void inlineMethod() {} function in class:Test
29 // CHECK-NEXT: CXXMethod=inlineMethod:12:8 (Definition) Extent=[12:3 - 12:25]
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DCustomInlineMethodResolver.java94 private DeodexUtil.InlineMethod parseAndResolveInlineMethod(String inlineMethod) { argument
95 Matcher m = longMethodPattern.matcher(inlineMethod);
98 throw new RuntimeException("Invalid method descriptor: " + inlineMethod);
110 throw new RuntimeException("Cannot resolve inline method: " + inlineMethod);

Completed in 196 milliseconds