/dalvik/vm/compiler/ |
InlineTransformation.cpp | 295 * Analyze the basic block containing an invoke to see if it can be inlined 343 bool inlined = tryInlineSingletonCallsite(cUnit, calleeMethod, local 345 if (!inlined && 388 bool inlined = tryInlineVirtualCallsite(cUnit, calleeMethod, local 390 if (!inlined &&
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
cgraph.h | 79 /* True when function should be inlined independently on its size. */ 104 /* Expected offset of the stack frame of inlined function. */ 108 inlined into. */ 117 /* Set iff the function has been inlined at least once. */ 118 bool inlined; local 198 inlined later. This pointer points to the clone. */ 213 why function was not inlined. */
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
cgraph.h | 79 /* True when function should be inlined independently on its size. */ 104 /* Expected offset of the stack frame of inlined function. */ 108 inlined into. */ 117 /* Set iff the function has been inlined at least once. */ 118 bool inlined; local 200 inlined later. This pointer points to the clone. */ 215 why function was not inlined. */
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
cgraph.h | 79 /* True when function should be inlined independently on its size. */ 104 /* Expected offset of the stack frame of inlined function. */ 108 inlined into. */ 118 /* Set iff the function has been inlined at least once. */ 119 bool inlined; local 203 inlined later. This pointer points to the clone. */ 218 why function was not inlined. */
|
/external/llvm/lib/VMCore/ |
DebugLoc.cpp | 23 // Positive ScopeIdx is an index into ScopeRecords, which has no inlined-at 37 // Positive ScopeIdx is an index into ScopeRecords, which has no inlined-at 56 // Positive ScopeIdx is an index into ScopeRecords, which has no inlined-at 87 // If there is no inlined-at location, use the ScopeRecords array. 263 // is the scope or the inlined-at record entry. 317 // is the scope or the inlined-at record entry.
|
/development/scripts/ |
symbol.py | 94 the source function was inlined in the object code of another 99 address was from an inlined function. 118 object_symbol_with_offset if the source function was inlined in the 123 address was from an inlined function.
|
/external/clang/include/clang/Analysis/Visitors/ |
CFGRecStmtVisitor.h | 30 // Do nothing. Everything in a CompoundStmt is inlined
|
/external/clang/test/CodeGen/ |
function-attributes.c | 58 // Ensure that these get inlined: rdar://6853279
|
/external/kernel-headers/original/linux/ |
spinlock_api_up.h | 11 * spinlock API implementation on UP-nondebug (inlined implementation)
|
/external/llvm/test/CodeGen/ARM/ |
2008-11-18-ScavengerAssert.ll | 6 %asmtmp = tail call { i32, i32, i32, i32, i32 } asm "@ Inlined umul_ppmm\0A\09mov\09$2, $5, lsr #16\0A\09mov\09$0, $6, lsr #16\0A\09bic\09$3, $5, $2, lsl #16\0A\09bic\09$4, $6, $0, lsl #16\0A\09mul\09$1, $3, $4\0A\09mul\09$4, $2, $4\0A\09mul\09$3, $0, $3\0A\09mul\09$0, $2, $0\0A\09adds\09$3, $4, $3\0A\09addcs\09$0, $0, #65536\0A\09adds\09$1, $1, $3, lsl #16\0A\09adc\09$0, $0, $3, lsr #16", "=&r,=r,=&r,=&r,=r,r,r,~{cc}"(i32 %0, i32 0) nounwind ; <{ i32, i32, i32, i32, i32 }> [#uses=1]
|
/external/llvm/test/CodeGen/X86/ |
memcpy.ll | 62 ; Large constant memcpy's should be inlined when not optimizing for size.
|
/external/mesa3d/src/glsl/ |
opt_function_inlining.cpp | 135 /* Generate the declarations for the parameters to our inlined code, 147 /* For samplers, we want the inlined sampler references 159 * read-only and the inlined function is inside a loop, the loop 182 /* Generate the inlined body of the function to a new list */
|
/external/protobuf/src/google/protobuf/io/ |
coded_stream_inl.h | 33 // Implements methods of coded_stream.h that need to be inlined for performance
|
/external/v8/test/mjsunit/regress/ |
regress-806.js | 28 // Test that we do no use r12 as a receiver in inlined NamedStores on x64.
|
/external/valgrind/main/ |
exp-ptrcheck.supp | 38 If I had to guess, inlined or nameless strlen etc in ld.so
|
/external/webkit/Source/WebCore/bindings/v8/ |
MainThreadDOMData.cpp | 53 // so that it can be inlined by getCurrentMainThreadStore, which is
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
tlsv1_cred.c | 172 * @cert_blob: cert as inlined data or %NULL if not used 200 * @cert_blob: cert as inlined data or %NULL if not used 230 * @private_key_blob: private_key as inlined data or %NULL if not used 394 * @dh_blob: DH params as inlined data or %NULL if not used
|
/frameworks/base/tools/aapt/tests/ |
MockDirectoryWalker.h | 20 // functions are inlined since they are short and simple
|
/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ |
NativeTestTarget.java | 55 * This method is intended to be "inlined" by the virtual machine
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
ctype_inline.h | 34 // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*)
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
ctype_inline.h | 34 // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*)
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
ctype_inline.h | 34 // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*)
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
ctype_inline.h | 34 // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*)
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
ctype_inline.h | 34 // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*)
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/ |
ctype_inline.h | 34 // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*)
|