HomeSort by relevance Sort by last modified time
    Searched defs:rsi (Results 1 - 13 of 13) sorted by null

  /bionic/libc/kernel/arch-x86/asm/
ptrace.h 59 unsigned long rsi; member in struct:pt_regs
sigcontext.h 109 unsigned long rsi; member in struct:sigcontext
  /external/v8/src/x64/
virtual-frame-x64.cc 61 // rsi: context of this function call.
82 // Store the context in the frame. The context is kept in rsi and a
83 // copy is stored in the frame. The external reference to rsi
85 EmitPush(rsi);
162 __ movq(Operand(rbp, fp_relative(context_index())), rsi); local
168 __ movq(rsi, Operand(rbp, fp_relative(context_index())));
    [all...]
full-codegen-x64.cc 48 // o rsi: our context
62 __ push(rsi); // Callee's context.
86 // Context is returned in both rax and rsi. It replaces the context
87 // passed to us. It's saved in the stack and kept live in rsi.
88 __ movq(Operand(rbp, StandardFrameConstants::kContextOffset), rsi); local
101 __ movq(Operand(rsi, context_offset), rax);
104 // clobbering rsi.
105 __ movq(rcx, rsi);
697 CodeGenerator::ContextOperand(rsi, Context::FCONTEXT_INDEX));
698 __ cmpq(rbx, rsi);
    [all...]
assembler-x64.h 127 const Register rsi = { 6 }; member in namespace:v8::internal
    [all...]
codegen-x64.cc 272 frame_->EmitPush(rsi); // The context is the first argument.
316 // rsi: callee's context
343 // Verify that the runtime call result and rsi agree.
345 __ cmpq(context.reg(), rsi);
346 __ Assert(equal, "Runtime::NewContext should end up in rsi");
405 // When used as the secondary compiler for splitting, rbp, rsi,
6330 __ movq(FieldOperand(rax, offset), rsi); local
    [all...]
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
ptrace.h 59 unsigned long rsi; member in struct:pt_regs
sigcontext.h 109 unsigned long rsi; member in struct:sigcontext
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
ptrace.h 59 unsigned long rsi; member in struct:pt_regs
sigcontext.h 109 unsigned long rsi; member in struct:sigcontext
  /external/kernel-headers/original/asm-x86/
ptrace.h 86 unsigned long rsi; member in struct:pt_regs
sigcontext.h 115 unsigned long rsi; member in struct:sigcontext
  /frameworks/base/services/java/com/android/server/
WallpaperManagerService.java 521 ServiceInfo rsi = ris.get(i).serviceInfo; local
522 if (rsi.name.equals(si.name) &&
523 rsi.packageName.equals(si.packageName)) {
    [all...]

Completed in 240 milliseconds