HomeSort by relevance Sort by last modified time
    Searched refs:saves (Results 1 - 20 of 20) sorted by null

  /external/valgrind/gdbserver_tests/
mssnapshot.stderrB.exp 21 and saves it in <filename>
24 saves all snapshot(s) taken so far in <filename>
  /art/runtime/arch/mips/
quick_entrypoints_mips.S 283 SETUP_SAVE_ALL_CALLEE_SAVE_FRAME # save callee saves for throw
381 * Called by managed code, saves most registers (forms basis of long jump context) and passes
466 SETUP_REFS_AND_ARGS_CALLEE_SAVE_FRAME # save callee saves in case allocation triggers GC
566 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case exception allocation triggers GC
579 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case we block
592 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case exception allocation triggers GC
712 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
723 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
735 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
746 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of G
    [all...]
  /build/core/clang/
arm.mk 31 -fno-caller-saves \
  /art/runtime/arch/mips64/
quick_entrypoints_mips64.S 79 // FP callee-saves
326 SETUP_SAVE_ALL_CALLEE_SAVE_FRAME # save callee saves for throw
442 * Called by managed code, saves most registers (forms basis of long jump
531 SETUP_REFS_AND_ARGS_CALLEE_SAVE_FRAME # save callee saves in case allocation triggers GC
824 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case exception allocation triggers GC
838 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case we block
851 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case exception allocation triggers GC
    [all...]
  /art/runtime/arch/arm/
quick_entrypoints_arm.S 31 push {r4-r11, lr} @ 9 words (36 bytes) of callee saves.
63 push {r5-r8, r10-r11, lr} @ 7 words of callee saves
89 pop {r5-r8, r10-r11, lr} @ 7 words of callee saves
110 push {r1-r3, r5-r8, r10-r11, lr} @ 10 words of callee saves and args.
153 pop {r1-r3, r5-r8, r10-r11, lr} @ 10 words of callee saves
187 SETUP_SAVE_ALL_CALLEE_SAVE_FRAME r0, r1 @ save callee saves for throw
245 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME r1, r2 @ save callee saves in case of GC
257 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME r2, r3 @ save callee saves in case of GC
269 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME r3, r12 @ save callee saves in case of GC
282 * Called by managed code, saves callee saves and then calls artThrowExceptio
    [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc 625 const RegList saves = descriptor->CalleeSavedRegisters(); local
626 if (saves != 0 || saved_pp) {
630 if (!((1 << i) & saves)) continue;
634 __ stm(db_w, sp, saves);
681 const RegList saves = descriptor->CalleeSavedRegisters(); local
682 if (saves != 0) {
683 __ ldm(ia_w, sp, saves);
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc 713 const RegList saves = descriptor->CalleeSavedRegisters(); local
714 if (saves != 0) { // Save callee-saved registers.
717 if (!((1 << i) & saves)) continue;
760 const RegList saves = descriptor->CalleeSavedRegisters(); local
768 if (saves != 0) {
770 if (!((1 << i) & saves)) continue;
    [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc 794 const RegList saves = descriptor->CalleeSavedRegisters(); local
795 if (saves != 0) { // Save callee-saved registers.
798 if (!((1 << i) & saves)) continue;
846 const RegList saves = descriptor->CalleeSavedRegisters(); local
848 if (saves != 0) {
850 if (!((1 << i) & saves)) continue;
  /external/valgrind/exp-bbv/tests/ppc32-linux/
ll.S 52 # saves one instruction on any future load from memory
  /external/libxml2/
xmlcatalog.c 323 \t used with --add or --del, it saves the catalog changes\n\
  /external/libcxxabi/src/Unwind/
UnwindRegistersSave.S 295 @ Per EHABI #4.7 this only saves the core integer registers.
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindRegistersSave.S 291 @ Per EHABI #4.7 this only saves the core integer registers.
  /external/mksh/src/
funcs.c 2224 struct source *s, *saves = source; local
    [all...]
  /external/libunwind/doc/
libunwind-dynamic.tex 333 \item[\Const{UNW\_DYN\_SAVE\_REG}] Marks an instruction which saves
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 1043 ; a byte costs 1 pack and 2 unpacks, but saves a register.
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 1043 ; a byte costs 1 pack and 2 unpacks, but saves a register.
    [all...]
  /external/bison/
maint.mk 151 # Doing it here saves us from having to set LC_ALL elsewhere in this file.
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ssvnc.tcl     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]

Completed in 1664 milliseconds