/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug441.go | 8 // in inlined functions. Issue 3593.
|
issue4323.go | 8 // forgets to typecheck the declarations in the inlined copy.
|
/prebuilts/go/linux-x86/src/math/ |
abs.go | 15 // But for now, this generates better code and can also be inlined:
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug441.go | 8 // in inlined functions. Issue 3593.
|
issue4323.go | 8 // forgets to typecheck the declarations in the inlined copy.
|
/art/runtime/arch/ |
memcmp16.h | 29 // inlined, and a static version that assembly stubs can link against. 40 // This is the generic inlined version.
|
/external/clang/test/Analysis/inlining/ |
retain-count-self-init.m | 47 [self init]; // The call [self init] is inlined. We will warn inside the inlined body.
|
/external/llvm/test/Transforms/Inline/ |
alloca_test.ll | 2 ; This test ensures that alloca instructions in the entry block for an inlined 3 ; function are moved to the top of the function they are inlined into.
|
delete-call.ll | 3 ; CHECK: Number of functions inlined 6 ; CHECK-FUNCTIONATTRS: Number of call sites deleted, not inlined
|
inline-cold-callee.ll | 4 ; Cold hint and does not get inlined because the cost exceeds the inlinecold-threshold. 5 ; A callee with identical body does gets inlined because cost fits within the
|
inline-hot-callee.ll | 4 ; inline hints and gets inlined because the cost is less than inlinehint-threshold. 5 ; A cold callee with identical body does not get inlined because cost exceeds the
|
inline-hot-callsite.ll | 4 ; without inline hints and gets inlined because the cost is less than 5 ; inlinehint-threshold. A cold callee with identical body does not get inlined because
|
inline-optsize.ll | 28 ; @inner() should be inlined for -O2 and -Os but not for -Oz. 37 ; @inner() should not be inlined for -O2, -Os and -Oz.
|
basictest.ll | 71 ; The call to @f cannot be inlined as there is another callsite 74 ; The call to @g cannot be inlined as it has external linkage. 76 ; The call to @h *can* be inlined.
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
BasicInliner.cpp | 51 /// neverInlineFunction - Sometimes a function is never to be inlined 59 /// inlined functions. 72 /// inlined functions. 145 // Remove completely inlined functions from module. 169 /// neverInlineFunction - Sometimes a function is never to be inlined because 177 /// inlined functions.
|
/external/proguard/src/proguard/optimize/peephole/ |
MethodInliner.java | 51 private static final int MAXIMUM_INLINED_CODE_LENGTH = Integer.parseInt(System.getProperty("maximum.inlined.code.length", "8")); 82 private boolean inlined; field in class:MethodInliner 94 * should be inlined, or, alternatively, 116 * should be inlined, or, alternatively, 119 * inlined invocation instructions. 154 System.err.println(" Inlined class = ["+clazz.getName()+"]"); 155 System.err.println(" Inlined method = ["+method.getName(clazz)+method.getDescriptor(clazz)+"]"); 202 // Update the code attribute if any code has been inlined. 233 // the modification of a few inlined instructions. 242 inlined = true [all...] |
/external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/ |
union_serialization_definition.tmpl | 9 bool inlined, 11 size_t size = inlined ? 0 : sizeof({{data_type}}); 43 bool inlined, 47 if (!inlined) 106 } else if (inlined) {
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
DWARFDebugInfoEntry.h | 54 /// Returns true if DIE represents a subprogram (not inlined). 56 /// Returns true if DIE represents a subprogram or an inlined 124 /// If a DIE represents a subprogram (or inlined subroutine), 140 /// Get inlined chain for a given address, rooted at the current DIE. 149 /// in some concrete inlined instance tree. Address range for each DIE
|
/external/r8/src/test/examples/throwing/ |
Throwing.java | 123 // This throws after another inlined function. 144 // Small method that throws and can be inlined. 163 // Small method that throws and can be inlined. 188 // This will be inlined above but does not throw 205 // This will also be inlined. Not used in test but for generating interesting mapping files.
|
/external/libmojo/mojo/public/cpp/bindings/lib/ |
validation_util.cc | 60 bool inlined, 68 // If the union is inlined in another structure its memory was already 72 if (!inlined && !validation_context->ClaimMemory(data, kUnionDataSize)) {
|
/external/v8/src/ic/arm/ |
ic-arm.cc | 41 // was inlined. 53 // was inlined. 64 // nothing was inlined.
|
/external/v8/src/ic/mips/ |
ic-mips.cc | 41 // was inlined. 54 // was inlined. 66 // signals that nothing was inlined.
|
/external/v8/src/ic/mips64/ |
ic-mips64.cc | 41 // was inlined. 54 // was inlined. 66 // signals that nothing was inlined.
|
/external/v8/src/ic/ppc/ |
ic-ppc.cc | 41 // was inlined. 56 // was inlined. 67 // nothing was inlined.
|
/external/v8/src/ic/s390/ |
ic-s390.cc | 40 // was inlined. 53 // was inlined. 67 // nothing was inlined.
|