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

1 2 3 4 5 6 7 8

  /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/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]]
  /prebuilts/go/darwin-x86/test/fixedbugs/issue15071.dir/exp/
exp.go 8 return inlined(x)
11 func inlined(x int) int { func
  /prebuilts/go/linux-x86/test/fixedbugs/issue15071.dir/exp/
exp.go 8 return inlined(x)
11 func inlined(x int) int { func
  /external/tensorflow/tensorflow/core/kernels/
cuda_device_array.h 50 if (inlined()) {
74 if (inlined()) {
98 DCHECK(inlined() || out_of_line_values_on_gpu_.IsInitialized());
103 bool inlined() const { return data_.size <= MaxInlineValues; } function in class:tensorflow::CudaDeviceArrayOnHost
  /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/mesa3d/src/compiler/nir/
nir_inline_functions.c 28 static bool inline_function_impl(nir_function_impl *impl, struct set *inlined);
149 struct set *inlined)
168 inline_function_impl(call->callee->impl, inlined);
244 inline_function_impl(nir_function_impl *impl, struct set *inlined)
246 if (_mesa_set_search(inlined, impl))
247 return false; /* Already inlined */
254 progress |= inline_functions_block(block, &b, inlined);
265 _mesa_set_add(inlined, impl);
273 struct set *inlined = _mesa_set_create(NULL, _mesa_hash_pointer, local
279 progress = inline_function_impl(function->impl, inlined) || progress
    [all...]
  /external/kotlinc/lib/
kotlin-stdlib-jdk8.jar 
kotlin-stdlib-jre8.jar 
  /external/v8/src/
codegen.cc 146 // Outermost function has source id -1 and inlined functions take
192 // Print information for the given inlining: which function was inlined and
212 // compilation. For inlined functions print source position of their inlining.
221 const auto& inlined = info->inlined_functions(); local
222 for (unsigned id = 0; id < inlined.size(); id++) {
224 PrintFunctionSource(info, &printed, id, inlined[id].shared_info);
225 PrintInlinedFunctionInfo(info, source_id, id, inlined[id]);
  /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/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha6/
compiler-2.2.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.4/
compiler-2.2.4.jar 
  /prebuilts/tools/common/offline-m2/com/android/databinding/compiler/2.2.0/
compiler-2.2.0.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 

Completed in 192 milliseconds

1 2 3 4 5 6 7 8