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

  /external/google-breakpad/src/client/ios/handler/
ios_exception_minidump_generator.mm 79 MDLocationDescriptor *register_location) {
81 return WriteCrashingContextARM(register_location);
83 return WriteCrashingContextARM64(register_location);
92 MDLocationDescriptor *register_location) {
96 *register_location = context.location();
110 MDLocationDescriptor *register_location) {
114 *register_location = context.location();
ios_exception_minidump_generator.h 60 bool WriteCrashingContext(MDLocationDescriptor *register_location);
63 bool WriteCrashingContextARM(MDLocationDescriptor *register_location);
66 bool WriteCrashingContextARM64(MDLocationDescriptor *register_location);
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.h 144 MDLocationDescriptor *register_location);
156 MDLocationDescriptor *register_location);
163 MDLocationDescriptor *register_location);
170 MDLocationDescriptor *register_location);
175 MDLocationDescriptor *register_location);
182 MDLocationDescriptor *register_location);
187 MDLocationDescriptor *register_location);
minidump_generator.cc 394 MDLocationDescriptor *register_location) {
398 return WriteContextARM(state, register_location);
402 return WriteContextARM64(state, register_location);
406 return WriteContextPPC(state, register_location);
408 return WriteContextPPC64(state, register_location);
412 return WriteContextX86(state, register_location);
414 return WriteContextX86_64(state, register_location);
468 MDLocationDescriptor *register_location)
477 *register_location = context.location();
526 MDLocationDescriptor *register_location)
    [all...]
  /external/v8/src/arm/
regexp-macro-assembler-arm.cc 149 __ ldr(r0, register_location(reg));
151 __ str(r0, register_location(reg));
229 __ ldr(r0, register_location(start_reg)); // Index of start of capture
230 __ ldr(r1, register_location(start_reg + 1)); // Index of end of capture
340 __ ldr(r0, register_location(start_reg));
341 __ ldr(r1, register_location(start_reg + 1));
685 __ str(r0, register_location(i));
718 __ ldr(r2, register_location(i));
719 __ ldr(r3, register_location(i + 1));
865 __ ldr(r0, register_location(reg))
1143 MemOperand RegExpMacroAssemblerARM::register_location(int register_index) { function in class:v8::internal::RegExpMacroAssemblerARM
    [all...]
regexp-macro-assembler-arm.h 145 MemOperand register_location(int register_index);
  /external/v8/src/mips/
regexp-macro-assembler-mips.cc 155 __ lw(a0, register_location(reg));
157 __ sw(a0, register_location(reg));
232 __ lw(a0, register_location(start_reg)); // Index of start of capture.
233 __ lw(a1, register_location(start_reg + 1)); // Index of end of capture.
351 __ lw(a0, register_location(start_reg));
352 __ lw(a1, register_location(start_reg + 1));
680 __ sw(a0, register_location(i));
714 __ lw(a2, register_location(i));
715 __ lw(a3, register_location(i + 1));
881 __ lw(a0, register_location(reg))
1202 MemOperand RegExpMacroAssemblerMIPS::register_location(int register_index) { function in class:RegExpMacroAssemblerMIPS
    [all...]
regexp-macro-assembler-mips.h 146 MemOperand register_location(int register_index);
  /external/v8/src/mips64/
regexp-macro-assembler-mips64.cc 191 __ ld(a0, register_location(reg));
193 __ sd(a0, register_location(reg));
268 __ ld(a0, register_location(start_reg)); // Index of start of capture.
269 __ ld(a1, register_location(start_reg + 1)); // Index of end of capture.
387 __ ld(a0, register_location(start_reg));
388 __ ld(a1, register_location(start_reg + 1));
725 __ sd(a0, register_location(i));
759 __ ld(a2, register_location(i));
760 __ ld(a3, register_location(i + 1));
1248 MemOperand RegExpMacroAssemblerMIPS::register_location(int register_index) { function in class:RegExpMacroAssemblerMIPS
    [all...]
regexp-macro-assembler-mips64.h 189 MemOperand register_location(int register_index);
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 130 __ add(register_location(reg), Immediate(by));
205 __ mov(edx, register_location(start_reg)); // Index of start of capture
206 __ mov(ebx, register_location(start_reg + 1)); // Index of end of capture
346 __ mov(edx, register_location(start_reg));
347 __ mov(eax, register_location(start_reg + 1));
700 __ mov(register_location(i), eax); // One write every page.
732 __ mov(register_location(i), eax);
758 __ mov(eax, register_location(i));
920 __ cmp(register_location(reg), Immediate(comparand));
928 __ cmp(register_location(reg), Immediate(comparand))
1175 Operand RegExpMacroAssemblerIA32::register_location(int register_index) { function in class:v8::RegExpMacroAssemblerIA32
    [all...]
regexp-macro-assembler-ia32.h 139 Operand register_location(int register_index);
  /external/v8/src/x87/
regexp-macro-assembler-x87.cc 129 __ add(register_location(reg), Immediate(by));
204 __ mov(edx, register_location(start_reg)); // Index of start of capture
205 __ mov(ebx, register_location(start_reg + 1)); // Index of end of capture
345 __ mov(edx, register_location(start_reg));
346 __ mov(eax, register_location(start_reg + 1));
699 __ mov(register_location(i), eax); // One write every page.
731 __ mov(register_location(i), eax);
757 __ mov(eax, register_location(i));
919 __ cmp(register_location(reg), Immediate(comparand));
927 __ cmp(register_location(reg), Immediate(comparand))
1174 Operand RegExpMacroAssemblerX87::register_location(int register_index) { function in class:v8::RegExpMacroAssemblerX87
    [all...]
regexp-macro-assembler-x87.h 139 Operand register_location(int register_index);
  /external/v8/src/x64/
regexp-macro-assembler-x64.cc 146 __ addp(register_location(reg), Immediate(by));
749 __ movp(register_location(i), rax); // One write every page.
785 __ movp(register_location(i), rax);
811 __ movp(rax, register_location(i));
1281 Operand RegExpMacroAssemblerX64::register_location(int register_index) { function in class:v8::internal::RegExpMacroAssemblerX64
    [all...]
regexp-macro-assembler-x64.h 196 Operand register_location(int register_index);
  /external/lldb/source/Symbol/
UnwindPlan.cpp 199 UnwindPlan::Row::GetRegisterInfo (uint32_t reg_num, UnwindPlan::Row::RegisterLocation& register_location) const
204 register_location = pos->second;
211 UnwindPlan::Row::SetRegisterInfo (uint32_t reg_num, const UnwindPlan::Row::RegisterLocation register_location)
213 m_register_locations[reg_num] = register_location;
  /external/lldb/include/lldb/Symbol/
UnwindPlan.h 255 GetRegisterInfo (uint32_t reg_num, RegisterLocation& register_location) const;
258 SetRegisterInfo (uint32_t reg_num, const RegisterLocation register_location);
  /external/v8/src/arm64/
regexp-macro-assembler-arm64.cc 170 __ Ldr(w10, register_location(reg));
172 __ Str(w10, register_location(reg));
1620 MemOperand RegExpMacroAssemblerARM64::register_location(int register_index) { function in class:v8::RegExpMacroAssemblerARM64
    [all...]
regexp-macro-assembler-arm64.h 155 MemOperand register_location(int register_index);

Completed in 420 milliseconds