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

  /external/compiler-rt/lib/asan/lit_tests/
use-after-scope-inlined.cc 13 void inlined(int arg) { function
20 inlined(argc);
25 // CHECK: {{.*}}use-after-scope-inlined.cc:[[@LINE-4]]
  /external/elfutils/libdw/
dwarf_getscopes.c 64 unsigned int inlined, nscopes; member in struct:args
98 a->inlined = depth;
105 concrete inlined instance. */
151 a->nscopes = depth + 1 - a->inlined;
165 if (a->inlined == 0)
171 /* This is the concrete inlined instance itself.
173 Dwarf_Die *const inlinedie = &a->scopes[depth - a->inlined];
186 /* We've recorded the scopes back to one that is a concrete inlined
190 assert (a->inlined);
191 if (depth >= a->inlined)
    [all...]
  /dalvik/vm/compiler/
InlineTransformation.cpp 309 * Analyze the basic block containing an invoke to see if it can be inlined
357 bool inlined = tryInlineSingletonCallsite(cUnit, calleeMethod, local
359 if (!inlined &&
402 bool inlined = tryInlineVirtualCallsite(cUnit, calleeMethod, local
404 if (!inlined &&
  /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...]
  /external/v8/src/
liveedit.cc 1018 // Returns true if an instance of candidate were inlined into function's code.
1033 JSFunction* inlined = JSFunction::cast(literals->get(i)); local
1034 if (inlined->shared() == candidate) return true;
    [all...]
mark-compact.cc 1638 JSFunction* inlined = JSFunction::cast(literals->get(i)); local
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 94 milliseconds