HomeSort by relevance Sort by last modified time
    Searched full:locals (Results 351 - 375 of 722) sorted by null

<<11121314151617181920>>

  /external/v8/src/
frames.cc 578 // Include register-allocated locals in number of expressions.
661 // Visit pointer spill slots and locals.
872 // Positive index means the value is spilled to the locals
    [all...]
  /build/core/
java.mk 379 # then later copy into classes.dex. When emma is on, dx is run with --no-locals
382 $(built_dex_intermediate): PRIVATE_DX_FLAGS += --no-locals
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
main.java 367 Option useLocalsOption = OptionBuilder.withLongOpt("use-locals")
368 .withDescription("output the .locals directive with the number of non-parameter registers, rather" +
  /libcore/luni/src/main/java/java/lang/
ThreadLocal.java 251 * Cleans up after garbage-collected thread locals.
312 // the same thread locals over and over will overwrite tombstones
  /ndk/build/core/
build-binary.mk 18 $(call module-restore-locals,$(LOCAL_MODULE))
31 include $(BUILD_SYSTEM)/import-locals.mk
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
LocalVariableInfo.java 35 * that has no locals; it is empty and immutable but has an appropriate
  /dalvik/dx/src/com/android/dx/rop/code/
LocalVariableInfo.java 35 * that has no locals; it is empty and immutable but has an appropriate
  /dalvik/dx/src/com/android/dx/ssa/
LocalVariableInfo.java 37 * that has no locals; it is empty and immutable but has an appropriate
  /dalvik/tests/074-gc-thrash/src/
Main.java 250 * We pad the stack out with locals, attempting to create a mix of
  /dalvik/vm/mterp/armv5te/
header.S 58 r5 rFP interpreted frame pointer, used for accessing locals and args
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 328 /// Locals: TLocalStorage;
330 /// Locals.Initialize;
333 /// Locals['y'] := x * 2;
335 /// Locals.Finalize;
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t033backtracking.g 55 scope Symbols; // put parameters and locals into same scope for now
  /external/antlr/antlr-3.4/runtime/Python/tests/
t033backtracking.g 71 scope Symbols; // put parameters and locals into same scope for now
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
LocalVariableInfo.java 35 * that has no locals; it is empty and immutable but has an appropriate
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
LocalVariableInfo.java 37 * that has no locals; it is empty and immutable but has an appropriate
  /external/jpeg/
jdhuff.h 125 * The variables get_buffer and bits_left are assumed to be locals,
  /external/libvpx/examples/includes/geshi/geshi/
python.php 74 'hex', 'id', 'input', 'int', 'isinstance', 'issubclass', 'iter', 'len', 'list', 'locals',
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 29 /// the offset to the locals area.
  /external/qemu/distrib/jpeg-6b/
jdhuff.h 125 * The variables get_buffer and bits_left are assumed to be locals,
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
timevar.def 263 DEFTIMEVAR (TV_REMOVE_UNUSED , "remove unused locals")
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
timevar.def 263 DEFTIMEVAR (TV_REMOVE_UNUSED , "remove unused locals")
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
timevar.def 263 DEFTIMEVAR (TV_REMOVE_UNUSED , "remove unused locals")
  /dalvik/vm/analysis/
Liveness.cpp 769 * Mark all debugger-visible locals as live.
771 * The "locals" table describes the positions of the various locals in the
  /external/clang/tools/scan-view/
ScanView.py 343 <a href="/report_crashes">File Bug</a> > """%locals()
398 </html>"""%locals()
637 </html>"""%locals()
  /external/dexmaker/src/main/java/com/google/dexmaker/
DexMaker.java 135 * parameters are exposed as locals using {@link Code#getParameter
496 LocalVariableInfo locals = null; local
498 ropMethod, PositionList.NONE, locals, code.paramSize(), dexOptions);

Completed in 1266 milliseconds

<<11121314151617181920>>