/external/chromium_org/v8/test/mjsunit/ |
constant-compare-nil-value.js | 30 function inlined() { function 35 if ((inlined() + 0.5) == null) return "null";
|
/external/clang/test/Analysis/ |
crash-trace.c | 6 void inlined() { function 11 inlined(); 17 // CHECK-NEXT: #0 void inlined()
|
/external/compiler-rt/lib/asan/lit_tests/TestCases/ |
use-after-scope-inlined.cc | 10 void inlined(int arg) { function 17 inlined(argc); 22 // 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/chromium_org/v8/src/ |
objects-visiting-inl.h | 676 // of its code and non-optimized version of all inlined functions. 677 // This is required to support bailing out from inlined code. 684 JSFunction* inlined = JSFunction::cast(literals->get(i)); local 685 StaticVisitor::MarkObject(heap, inlined->shared()->code()); [all...] |
liveedit.cc | 1242 JSFunction* inlined = JSFunction::cast(literals->get(i)); local [all...] |
/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 | |
/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/ |
proguard-base-4.9.jar | |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
compiler.jar | |