/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/test/mjsunit/regress/ |
regress-502.js | 30 // Test that we do not generate an inlined version of the constructor
|
/external/webkit/WebCore/bindings/scripts/ |
CodeGeneratorJS.pm | 273 my ($dataNode, $interfaceName, $className, $implClassName, $hasAttributes, $inlined) = @_; 275 my $namespaceMaybe = ($inlined ? "JSC::" : ""); 325 if ($inlined) { 342 if ($inlined) { 357 my ($dataNode, $interfaceName, $className, $implClassName, $hasAttributes, $inlined) = @_; 359 my $namespaceMaybe = ($inlined ? "JSC::" : ""); 426 if ($inlined) { 443 if ($inlined) { [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
cgraph.h | 79 /* True when function should be inlined independently on its size. */ 104 /* Expected offset of the stack frame of inlined function. */ 108 inlined into. */ 117 /* Set iff the function has been inlined at least once. */ 118 bool inlined; local 198 inlined later. This pointer points to the clone. */ 213 why function was not inlined. */
|
/external/proguard/lib/ |
proguard.jar | |
/external/v8/test/mjsunit/ |
unicode-test.js | [all...] |