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

1 2

  /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...]
  /external/v8/test/mjsunit/regress/
regress-1229.js 68 // Check that %NewObjectFromBound looks at correct frame for inlined function.
70 return f1(y, z); /* f should be inlined into g, note rotated arguments */
74 return f2(y); /* f should be inlined into g, note argument count mismatch */
78 return f3(x, y, z); /* f should be inlined into g, note argument count mismatch */
81 // Check that %NewObjectFromBound looks at correct frame for inlined function.
88 return f1(local_y, local_z); /* f should be inlined into h */
96 return f2(local_y); /* f should be inlined into h */
106 return f3(local_x, local_y, local_z); /* f should be inlined into h */
126 // Check that %_IsConstructCall returns correct value when inlined
134 var non_construct = baz(0); /* baz should be inlined */
    [all...]
regress-119925.js 28 // Test that the throw is not inlined if object literals cannot be
29 // inlined.
regress-1337.js 30 // Test that the throw is not inlined if object literals cannot be
31 // inlined.
regress-1145.js 35 // A lazily compiled function with a syntax error that is attempted inlined
51 if (x == 0) fail(); // Hope to be inlined during optimization.
regress-502.js 30 // Test that we do not generate an inlined version of the constructor
regress-1118.js 41 // inlined.
regress-124594.js 31 // after we deoptimize from an inlined constructor to a constructor stub
regress-806.js 28 // Test that we do no use r12 as a receiver in inlined NamedStores on x64.
regress-97116.js 30 // Check that we are not flushing code for inlined functions that
regress-crbug-39160.js 30 // To reproduce the bug we need an inlined comparison (i.e. in a loop) where
  /external/v8/test/mjsunit/compiler/
alloc-object.js 30 // Test that inlined object allocation works for different layouts of
43 // Test adding a new property after allocation was inlined.
49 // Test changing the prototype after allocation was inlined.
85 // Test inlined allocation while slack tracking is still in progress.
deopt-inlined-smi.js 30 // Test deoptimization into inlined smi code.
regress-inline-callfunctionstub.js 30 // Test inlined of calls-as-function two levels deep.
inline-throw.js 30 // Test inlined functions contain throw.
regress-3260426.js 29 // (false in a test context). This should happen even when inlined
regress-deopt-call-as-function.js 28 // Test deoptimization after inlined call.
optimized-for-in.js 161 // Test deoptimization from inlined frame (currently it is not inlined).
  /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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
c++config.h 239 # error illegal use of multiple inlined namespaces
242 # error illegal use of multiple inlined namespaces
245 # error illegal use of multiple inlined namespaces
250 # warning currently using inlined namespace mode which may fail \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
c++config.h 239 # error illegal use of multiple inlined namespaces
242 # error illegal use of multiple inlined namespaces
245 # error illegal use of multiple inlined namespaces
250 # warning currently using inlined namespace mode which may fail \
    [all...]
  /external/v8/test/mjsunit/
debug-break-inline.js 31 // inlined functions where the full-code is generated before the
debug-evaluate-locals-optimized-double.js 99 // Evaluate in the inlined frame.
152 // expect an optimized frame for f with g1, g2 and g3 inlined.
debug-evaluate-locals-optimized.js 89 // Evaluate in the inlined frame.
142 // expect an optimized frame for f with g1, g2 and g3 inlined.

Completed in 295 milliseconds

1 2