HomeSort by relevance Sort by last modified time
    Searched full:inlined (Results 1 - 25 of 379) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bootable/recovery/minzip/
Inlines.c 17 /* Make sure that non-inlined versions of INLINED-marked functions
  /external/qemu/docs/
ANDROID-ELFF.TXT 21 * If routine happens to be inlined, library traces inclusion up to the first
22 routine that is not inlined, providing names and source file location
23 information for all inlined routines in that chain.
  /external/e2fsprogs/lib/ext2fs/
inline.c 2 * inline.c --- Includes the inlined functions defined in the header
gen_bitmap.c 2 * gen_bitmap.c --- Generic bitmap routines that used to be inlined.
  /external/qemu/elff/
elff_api.h 33 * with the previous array entry has been inlined. First element in the array
34 * (at index 0) represents information for the inlined routine, referenced by
42 /* Name of the routine where previous routine is inlined.
47 /* Source file name where routine is inlined.
54 /* Source file directory where routine is inlined.
59 /* Source file line number where routine is inlined.
96 /* If routine that contains the given address has been inlined (or it is part
98 * inline branch rooting to the first routine that has not been inlined. The
100 * the given address has been inlined. The second entry contains information
102 * containing the given address has not been inlined, this field is set to
    [all...]
  /dalvik/dx/src/junit/extensions/
ActiveTestSuite.java 39 // inlined due to limitation in VA/Java
  /libcore/junit/src/main/java/junit/extensions/
ActiveTestSuite.java 39 // inlined due to limitation in VA/Java
  /external/v8/src/
list.h 139 // Inlined implementation of ResizeAdd, shared by inlined and
140 // non-inlined versions of ResizeAdd.
151 // Add() is inlined, ResizeAdd() called by Add() is inlined except for
152 // Lists of FrameElements, and ResizeAddInternal() is inlined in ResizeAdd().
ic.h 240 // The offset from the inlined patch site to the start of the
241 // inlined load instruction. It is architecture-dependent, and not
266 // Clear the use of the inlined version.
299 // Clear the use of the inlined version.
340 // Support for patching the map that is checked in an inlined
405 // Clear the inlined version so the IC is always hit.
408 // Restore the inlined version so the fast case can get hit.
433 // Support for patching the map that is checked in an inlined
438 // The map is the new map that the inlined code should check against.
  /external/proguard/src/proguard/optimize/peephole/
MethodInliner.java 50 private static final int MAXIMUM_INLINED_CODE_LENGTH = Integer.parseInt(System.getProperty("maximum.inlined.code.length", "8"));
83 private boolean inlined; field in class:MethodInliner
95 * should be inlined, or, alternatively,
117 * should be inlined, or, alternatively,
120 * inlined invocation instructions.
165 // Update the code attribute if any code has been inlined.
196 // the modification of a few inlined instructions.
205 inlined = true;
393 inlined = false;
395 // Append a label, in case the invocation will be inlined
    [all...]
  /dalvik/vm/compiler/
CompilerIR.h 98 kMIRInlined, // Invoke is inlined (ie dead)
99 kMIRInlinedPred, // Invoke is inlined via prediction
100 kMIRCallee, // Instruction is inlined from callee
127 // Used by the inlined insn from the callee to find the mother method
129 // Used by the inlined invoke to find the class and method pointers
  /external/libgsm/src/
table.c 9 /* Most of these tables are inlined at their point of use.
15 * (Most of them inlined, so watch out.)
  /external/chromium/net/disk_cache/
file_lock.h 27 // the operations are inlined / optimized, the "locked" operations can happen
  /external/junit/src/junit/extensions/
ActiveTestSuite.java 41 // inlined due to limitation in VA/Java
  /external/kernel-headers/original/asm-generic/
memory_model.h 69 /* this is useful when inlined pfn_to_page is too big */
  /external/openssl/crypto/des/times/
usparc.cc 6 is able to perform when the code is 'inlined'. For 'speed', the DES
  /external/qemu/distrib/sdl-1.2.12/include/
begin_code.h 24 static inlined functions, and structures aligned at 4-byte alignment.
140 inlined functions into static functions (resulting in code bloat
  /prebuilt/darwin-x86/sdl/include/SDL/
begin_code.h 24 static inlined functions, and structures aligned at 4-byte alignment.
140 inlined functions into static functions (resulting in code bloat
  /prebuilt/linux-x86/sdl/include/SDL/
begin_code.h 24 static inlined functions, and structures aligned at 4-byte alignment.
140 inlined functions into static functions (resulting in code bloat
  /prebuilt/windows/sdl/host/include/SDL/
begin_code.h 24 static inlined functions, and structures aligned at 4-byte alignment.
120 inlined functions into static functions (resulting in code bloat
  /prebuilt/windows/sdl/include/SDL/
begin_code.h 24 static inlined functions, and structures aligned at 4-byte alignment.
140 inlined functions into static functions (resulting in code bloat
  /external/elfutils/libdw/
dwarf_formstring.c 33 /* A simple inlined string. */
  /external/v8/test/mjsunit/regress/
regress-502.js 30 // Test that we do not generate an inlined version of the constructor
  /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. */

Completed in 2302 milliseconds

1 2 3 4 5 6 7 8 91011>>