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

1 2 3

  /external/clang/test/Analysis/
crash-trace.c 10 void inlined() { function
15 inlined();
21 // CHECK-NEXT: #0 void inlined()
unreachable-code-path.c 143 void inlined(int condition) { function
155 inlined(0);
  /external/v8/test/mjsunit/
constant-compare-nil-value.js 30 function inlined() { function
35 if ((inlined() + 0.5) == null) return "null";
  /external/v8/test/mjsunit/regress/
regress-354357.js 31 function inlined() { function
35 inlined();
regress-crbug-487608.js 7 function inlined(a, i) { function
15 result += inlined(a, index);
  /external/compiler-rt/test/asan/TestCases/
use-after-scope-inlined.cc 11 void inlined(int arg) { function
18 inlined(argc);
23 // CHECK: {{.*}}use-after-scope-inlined.cc:[[@LINE-4]]
  /external/elfutils/libdw/
dwarf_getscopes.c 43 unsigned int inlined, nscopes; member in struct:args
77 a->inlined = depth;
84 concrete inlined instance. */
130 a->nscopes = depth + 1 - a->inlined;
144 if (a->inlined == 0)
150 /* This is the concrete inlined instance itself.
152 Dwarf_Die *const inlinedie = &a->scopes[depth - a->inlined];
165 /* We've recorded the scopes back to one that is a concrete inlined
169 assert (a->inlined);
170 if (depth >= a->inlined)
    [all...]
  /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...]
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-alpha9/
compiler-2.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta2/
compiler-2.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta5/
compiler-2.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.0/
compiler-1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.0-rc5/
compiler-1.0-rc5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.1/
compiler-1.1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-alpha3/
compiler-2.1.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-alpha4/
compiler-2.1.0-alpha4.jar 
  /prebuilts/tools/common/offline-m2/com/android/databinding/compiler/2.2.0-alpha4/
compiler-2.2.0-alpha4.jar 
  /prebuilts/tools/common/offline-m2/com/android/databinding/compiler/2.2.0-beta1/
compiler-2.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0/
compiler-2.0.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta6/
compiler-2.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta7/
compiler-2.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-rc3/
compiler-2.0.0-rc3.jar 
  /prebuilts/tools/common/offline-m2/com/android/databinding/compiler/2.0.0/
compiler-2.0.0.jar 
  /toolchain/binutils/binutils-2.25/include/
hp-symtab.h 353 A DNTT_TYPE_MEMFUNC symbol is emitted for inlined member functions (C++).
396 unsigned int inlined: 1; member in struct:dntt_type_function
1240 unsigned int inlined: 1; member in struct:dntt_type_func_template
1288 unsigned int inlined: 1; member in struct:dntt_type_doc_function
1629 unsigned int inlined: 1; \/* one or more functions have been inlined *\/ member in struct:PXDB_struct
1681 unsigned int inlined: 1; \/* one or more functions have been inlined *\/ member in struct:DOC_info_PXDB_header_struct
1761 unsigned int inlined: 1; \/* function has been inlined *\/ member in struct:quick_procedure
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.2/
kotlin-stdlib-1.0.2.jar 

Completed in 381 milliseconds

1 2 3