HomeSort by relevance Sort by last modified time
    Searched full:register_location (Results 1 - 22 of 22) 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/regexp/ia32/
regexp-macro-assembler-ia32.cc 128 __ add(register_location(reg), Immediate(by));
193 __ mov(edx, register_location(start_reg)); // Index of start of capture
194 __ mov(ebx, register_location(start_reg + 1)); // Index of end of capture
280 __ add(edi, register_location(start_reg));
281 __ sub(edi, register_location(start_reg + 1));
359 __ mov(edx, register_location(start_reg));
360 __ mov(eax, register_location(start_reg + 1));
421 __ add(edi, register_location(start_reg));
422 __ sub(edi, register_location(start_reg + 1));
730 __ mov(register_location(i), eax); // One write every page
    [all...]
regexp-macro-assembler-ia32.h 142 Operand register_location(int register_index);
  /external/v8/src/regexp/x87/
regexp-macro-assembler-x87.cc 128 __ add(register_location(reg), Immediate(by));
192 __ mov(edx, register_location(start_reg)); // Index of start of capture
193 __ mov(ebx, register_location(start_reg + 1)); // Index of end of capture
279 __ add(edi, register_location(start_reg));
280 __ sub(edi, register_location(start_reg + 1));
358 __ mov(edx, register_location(start_reg));
359 __ mov(eax, register_location(start_reg + 1));
420 __ add(edi, register_location(start_reg));
421 __ sub(edi, register_location(start_reg + 1));
729 __ mov(register_location(i), eax); // One write every page
    [all...]
regexp-macro-assembler-x87.h 142 Operand register_location(int register_index);
  /external/v8/src/regexp/s390/
regexp-macro-assembler-s390.cc 154 __ AddMI(register_location(reg), Operand(by));
156 __ LoadP(r2, register_location(reg), r0);
159 __ StoreP(r2, register_location(reg));
218 __ LoadP(r2, register_location(start_reg)); // Index of start of
220 __ LoadP(r3, register_location(start_reg + 1)); // Index of end
293 __ LoadP(r2, register_location(start_reg)); // Index of start of capture
295 register_location(start_reg + 1)); // Index of end of capture
365 __ LoadP(r2, register_location(start_reg));
366 __ LoadP(r3, register_location(start_reg + 1));
413 __ LoadP(r2, register_location(start_reg)); // Index of start of captur
1117 MemOperand RegExpMacroAssemblerS390::register_location(int register_index) { function in class:v8::RegExpMacroAssemblerS390
    [all...]
regexp-macro-assembler-s390.h 138 MemOperand register_location(int register_index);
  /external/v8/src/regexp/arm/
regexp-macro-assembler-arm.cc 146 __ ldr(r0, register_location(reg));
148 __ str(r0, register_location(reg));
214 __ ldr(r0, register_location(start_reg)); // Index of start of capture
215 __ ldr(r1, register_location(start_reg + 1)); // Index of end of capture
286 __ ldr(r0, register_location(start_reg)); // Index of start of capture
287 __ ldr(r1, register_location(start_reg + 1)); // Index of end of capture
357 __ ldr(r0, register_location(start_reg));
358 __ ldr(r1, register_location(start_reg + 1));
404 __ ldr(r0, register_location(start_reg)); // Index of start of capture
405 __ ldr(r1, register_location(start_reg + 1)); // Index of end of captur
    [all...]
regexp-macro-assembler-arm.h 147 MemOperand register_location(int register_index);
  /external/v8/src/regexp/mips/
regexp-macro-assembler-mips.cc 153 __ lw(a0, register_location(reg));
155 __ sw(a0, register_location(reg));
220 __ lw(a0, register_location(start_reg)); // Index of start of capture.
221 __ lw(a1, register_location(start_reg + 1)); // Index of end of capture.
290 __ lw(t0, register_location(start_reg)); // Index of start of capture.
291 __ lw(t5, register_location(start_reg + 1)); // Index of end of capture.
369 __ lw(a0, register_location(start_reg));
370 __ lw(a1, register_location(start_reg + 1));
422 __ lw(t0, register_location(start_reg)); // Index of start of capture.
423 __ lw(t5, register_location(start_reg + 1)); // Index of end of capture
    [all...]
regexp-macro-assembler-mips.h 147 MemOperand register_location(int register_index);
  /external/v8/src/regexp/mips64/
regexp-macro-assembler-mips64.cc 189 __ ld(a0, register_location(reg));
191 __ sd(a0, register_location(reg));
256 __ ld(a0, register_location(start_reg)); // Index of start of capture.
257 __ ld(a1, register_location(start_reg + 1)); // Index of end of capture.
326 __ ld(t1, register_location(start_reg)); // Index of start of capture.
327 __ ld(a2, register_location(start_reg + 1)); // Index of end of capture.
405 __ ld(a0, register_location(start_reg));
406 __ ld(a1, register_location(start_reg + 1));
452 __ ld(t1, register_location(start_reg)); // Index of start of capture.
453 __ ld(a2, register_location(start_reg + 1)); // Index of end of capture
    [all...]
regexp-macro-assembler-mips64.h 151 MemOperand register_location(int register_index);
  /external/v8/src/regexp/ppc/
regexp-macro-assembler-ppc.cc 159 __ LoadP(r3, register_location(reg), r0);
162 __ StoreP(r3, register_location(reg), r0);
230 __ LoadP(r3, register_location(start_reg), r0); // Index of start of capture
231 __ LoadP(r4, register_location(start_reg + 1), r0); // Index of end
304 __ LoadP(r3, register_location(start_reg)); // Index of start of capture
306 register_location(start_reg + 1)); // Index of end of capture
376 __ LoadP(r3, register_location(start_reg), r0);
377 __ LoadP(r4, register_location(start_reg + 1), r0);
427 __ LoadP(r3, register_location(start_reg)); // Index of start of capture
428 __ LoadP(r4, register_location(start_reg + 1)); // Index of end of captur
1171 MemOperand RegExpMacroAssemblerPPC::register_location(int register_index) { function in class:v8::RegExpMacroAssemblerPPC
    [all...]
regexp-macro-assembler-ppc.h 138 MemOperand register_location(int register_index);
  /external/v8/src/regexp/x64/
regexp-macro-assembler-x64.cc 144 __ addp(register_location(reg), Immediate(by));
292 __ addq(rdi, register_location(start_reg));
293 __ subq(rdi, register_location(start_reg + 1));
447 __ addq(rdi, register_location(start_reg));
448 __ subq(rdi, register_location(start_reg + 1));
776 __ movp(register_location(i), rax); // One write every page.
812 __ movp(register_location(i), rax);
838 __ movp(rax, register_location(i));
    [all...]
regexp-macro-assembler-x64.h 198 Operand register_location(int register_index);
  /external/v8/src/regexp/arm64/
regexp-macro-assembler-arm64.cc 167 __ Ldr(w10, register_location(reg));
169 __ Str(w10, register_location(reg));
1581 MemOperand RegExpMacroAssemblerARM64::register_location(int register_index) { function in class:v8::RegExpMacroAssemblerARM64
    [all...]
regexp-macro-assembler-arm64.h 157 MemOperand register_location(int register_index);

Completed in 258 milliseconds