Searched refs:inlineMethod (Results 1 - 3 of 3) 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);
H A DMethodAnalyzer.java3467 DeodexUtil.InlineMethod inlineMethod = deodexUtil.lookupInlineMethod(analyzedInstruction);
3468 MethodIdItem inlineMethodIdItem = inlineMethod.getMethodIdItem(deodexUtil);
3475 switch (inlineMethod.methodType) {
3505 DeodexUtil.InlineMethod inlineMethod = deodexUtil.lookupInlineMethod(analyzedInstruction);
3506 MethodIdItem inlineMethodIdItem = inlineMethod.getMethodIdItem(deodexUtil);
3513 switch (inlineMethod.methodType) {

Completed in 101 milliseconds