HomeSort by relevance Sort by last modified time
    Searched defs:scratch0 (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/v8/src/arm/
code-stubs-arm.h 374 Register scratch0)
377 scratch0_(scratch0) {
378 ASSERT(!AreAliased(scratch0, object, address, no_reg));
413 inline Register scratch0() { return scratch0_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
531 Register scratch0);
lithium-codegen-arm.h 202 Register scratch0() { return r9; } function in class:v8::internal::BASE_EMBEDDED
full-codegen-arm.cc 739 Register scratch0,
742 ASSERT(!scratch0.is(src));
743 ASSERT(!scratch0.is(scratch1));
745 MemOperand location = VarOperand(var, scratch0);
750 __ RecordWriteContextSlot(scratch0,
3435 Register scratch0 = r9; local
    [all...]
code-stubs-arm.cc 2299 const Register scratch0 = r9; local
    [all...]
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.h 389 Register scratch0)
392 scratch0_orig_(scratch0),
395 scratch0_(scratch0) {
396 ASSERT(!AreAliased(scratch0, object, address, no_reg));
398 if (scratch0.is(ecx)) {
494 inline Register scratch0() { return scratch0_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
  /external/chromium_org/v8/src/x64/
code-stubs-x64.h 383 Register scratch0)
386 scratch0_orig_(scratch0),
389 scratch0_(scratch0) {
390 ASSERT(!AreAliased(scratch0, object, address, no_reg));
392 if (scratch0.is(rcx)) {
468 inline Register scratch0() { return scratch0_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
  /external/v8/src/arm/
lithium-codegen-arm.h 160 Register scratch0() { return r9; } function in class:v8::internal::BASE_EMBEDDED
code-stubs-arm.h 549 Register scratch0)
552 scratch0_(scratch0) {
553 ASSERT(!AreAliased(scratch0, object, address, no_reg));
604 inline Register scratch0() { return scratch0_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
    [all...]
full-codegen-arm.cc 750 Register scratch0,
753 ASSERT(!scratch0.is(src));
754 ASSERT(!scratch0.is(scratch1));
756 MemOperand location = VarOperand(var, scratch0);
761 __ RecordWriteContextSlot(scratch0,
3040 Register scratch0 = r9; local
    [all...]
code-stubs-arm.cc 3219 const Register scratch0 = r9; local
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.h 156 Register scratch0() { return kLithiumScratchReg; } function in class:v8::internal::BASE_EMBEDDED
code-stubs-mips.h 564 Register scratch0)
567 scratch0_(scratch0) {
568 ASSERT(!AreAliased(scratch0, object, address, no_reg));
605 inline Register scratch0() { return scratch0_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
    [all...]
full-codegen-mips.cc 759 Register scratch0,
762 ASSERT(!scratch0.is(src));
763 ASSERT(!scratch0.is(scratch1));
765 MemOperand location = VarOperand(var, scratch0);
769 __ RecordWriteContextSlot(scratch0,
3060 Register scratch0 = t5; local
    [all...]
code-stubs-mips.cc 3341 const Register scratch0 = t5; local
    [all...]
  /external/chromium_org/v8/src/mips/
code-stubs-mips.h 389 Register scratch0)
392 scratch0_(scratch0) {
393 ASSERT(!AreAliased(scratch0, object, address, no_reg));
428 inline Register scratch0() { return scratch0_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
658 Register scratch0);
lithium-codegen-mips.h 201 Register scratch0() { return kLithiumScratchReg; } function in class:v8::internal::BASE_EMBEDDED
full-codegen-mips.cc 741 Register scratch0,
744 ASSERT(!scratch0.is(src));
745 ASSERT(!scratch0.is(scratch1));
747 MemOperand location = VarOperand(var, scratch0);
751 __ RecordWriteContextSlot(scratch0,
3454 Register scratch0 = t5; local
    [all...]
code-stubs-mips.cc 2594 const Register scratch0 = t5; local
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.h 557 Register scratch0)
560 scratch0_orig_(scratch0),
563 scratch0_(scratch0) {
564 ASSERT(!AreAliased(scratch0, object, address, no_reg));
566 if (scratch0.is(ecx)) {
662 inline Register scratch0() { return scratch0_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
  /external/v8/src/x64/
code-stubs-x64.h 559 Register scratch0)
562 scratch0_orig_(scratch0),
565 scratch0_(scratch0) {
566 ASSERT(!AreAliased(scratch0, object, address, no_reg));
568 if (scratch0.is(rcx)) {
644 inline Register scratch0() { return scratch0_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
  /bionic/libc/kernel/arch-mips/asm/mach-au1x00/
au1000.h 839 u32 scratch0; member in struct:__anon163
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/mach-au1x00/
au1000.h 839 u32 scratch0; member in struct:__anon1355
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/mach-au1x00/
au1000.h 839 u32 scratch0; member in struct:__anon52352
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/mach-au1x00/
au1000.h 839 u32 scratch0; member in struct:__anon55077
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/mach-au1x00/
au1000.h 839 u32 scratch0; member in struct:__anon56819
    [all...]

Completed in 710 milliseconds

1 2