HomeSort by relevance Sort by last modified time
    Searched refs:scratch3 (Results 1 - 25 of 33) sorted by null

1 2

  /external/v8/src/mips/
code-stubs-mips.h 272 Register scratch3,
290 Register scratch3,
340 Register scratch3,
370 Register scratch3,
380 Register scratch3);
393 Register scratch3,
459 Register scratch3,
750 Register scratch3,
789 // scratch3 is not used when FPU is supported.
796 Register scratch3,
    [all...]
ic-mips.cc 758 Register scratch3,
790 __ li(scratch3, Operand(kPointerSize >> 1));
791 __ Mul(scratch3, key, scratch3);
792 __ Addu(scratch3, scratch3, Operand(kOffset));
794 __ Addu(scratch2, scratch1, scratch3);
796 __ LoadRoot(scratch3, Heap::kTheHoleValueRootIndex);
797 __ Branch(unmapped_case, eq, scratch2, Operand(scratch3));
803 __ li(scratch3, Operand(kPointerSize >> 1))
    [all...]
builtins-mips.cc 117 Register scratch3,
132 scratch3,
144 __ mov(scratch3, zero_reg);
145 __ sw(scratch3, FieldMemOperand(result, JSArray::kLengthOffset));
167 __ LoadRoot(scratch3, Heap::kFixedArrayMapRootIndex);
169 __ sw(scratch3, MemOperand(scratch1));
171 __ li(scratch3, Operand(Smi::FromInt(initial_capacity)));
173 __ sw(scratch3, MemOperand(scratch1));
178 __ LoadRoot(scratch3, Heap::kTheHoleValueRootIndex);
182 __ sw(scratch3, MemOperand(scratch1, i * kPointerSize))
    [all...]
stub-cache-mips.cc 702 Register scratch3,
711 CompileCacheable(masm, object, receiver, scratch1, scratch2, scratch3,
714 CompileRegular(masm, object, receiver, scratch1, scratch2, scratch3,
725 Register scratch3,
764 scratch1, scratch2, scratch3,
781 scratch1, scratch2, scratch3,
821 Register scratch3,
827 scratch1, scratch2, scratch3,
4156 Register scratch3 = t2; local
4397 Register scratch3 = t2; local
    [all...]
macro-assembler-mips.h 356 Register scratch3,
503 Register scratch3,
509 Register scratch3,
786 Register scratch3);
    [all...]
code-stubs-mips.cc 641 Register scratch3,
670 scratch3);
842 Register scratch3,
846 ASSERT(!scratch1.is(object) && !scratch2.is(object) && !scratch3.is(object));
848 !scratch1.is(scratch3) &&
849 !scratch2.is(scratch3));
2539 Register scratch3 = t0; local
3024 Register scratch3 = t1; local
    [all...]
  /external/v8/src/arm/
ic-arm.cc 763 Register scratch3,
796 __ mov(scratch3, Operand(kPointerSize >> 1));
797 __ mul(scratch3, key, scratch3);
798 __ add(scratch3, scratch3, Operand(kOffset));
800 __ ldr(scratch2, MemOperand(scratch1, scratch3));
801 __ LoadRoot(scratch3, Heap::kTheHoleValueRootIndex);
802 __ cmp(scratch2, scratch3);
809 __ mov(scratch3, Operand(kPointerSize >> 1))
    [all...]
code-stubs-arm.h 271 Register scratch3,
289 Register scratch3,
339 Register scratch3,
370 Register scratch3,
380 Register scratch3);
448 Register scratch3,
750 Register scratch3,
789 // scratch3 is not used when VFP3 is supported.
796 Register scratch3,
    [all...]
builtins-arm.cc 113 Register scratch3,
128 scratch3,
141 __ mov(scratch3, Operand(0, RelocInfo::NONE));
142 __ str(scratch3, FieldMemOperand(result, JSArray::kLengthOffset));
164 __ LoadRoot(scratch3, Heap::kFixedArrayMapRootIndex);
166 __ str(scratch3, MemOperand(scratch1, kPointerSize, PostIndex));
167 __ mov(scratch3, Operand(Smi::FromInt(initial_capacity)));
169 __ str(scratch3, MemOperand(scratch1, kPointerSize, PostIndex));
173 __ LoadRoot(scratch3, Heap::kTheHoleValueRootIndex);
177 __ str(scratch3, MemOperand(scratch1, kPointerSize, PostIndex))
    [all...]
stub-cache-arm.cc 712 Register scratch3,
721 CompileCacheable(masm, object, receiver, scratch1, scratch2, scratch3,
724 CompileRegular(masm, object, receiver, scratch1, scratch2, scratch3,
735 Register scratch3,
774 scratch1, scratch2, scratch3,
791 scratch1, scratch2, scratch3,
831 Register scratch3,
837 scratch1, scratch2, scratch3,
4099 Register scratch3 = r6; local
4342 Register scratch3 = r6; local
    [all...]
macro-assembler-arm.h 243 Register scratch3,
688 Register scratch3,
694 Register scratch3,
805 // case scratch2, scratch3 and scratch4 are unmodified.
812 Register scratch3,
    [all...]
code-stubs-arm.cc 636 Register scratch3,
666 scratch3);
828 Register scratch3,
832 ASSERT(!scratch1.is(object) && !scratch2.is(object) && !scratch3.is(object));
834 !scratch1.is(scratch3) &&
835 !scratch2.is(scratch3));
2425 Register scratch3 = r4; local
2911 Register scratch3 = r5; local
    [all...]
macro-assembler-arm.cc     [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc 545 Register scratch3,
555 CompileCacheable(masm, object, receiver, scratch1, scratch2, scratch3,
558 CompileRegular(masm, object, receiver, scratch1, scratch2, scratch3,
569 Register scratch3,
607 scratch1, scratch2, scratch3,
624 scratch1, scratch2, scratch3,
664 Register scratch3,
670 scratch1, scratch2, scratch3,
    [all...]
code-stubs-ia32.h 283 Register scratch3,
333 Register scratch3,
362 Register scratch3);
macro-assembler-ia32.h 583 Register scratch3,
589 Register scratch3,
    [all...]
builtins-ia32.cc 897 Register scratch3,
964 scratch3); local
    [all...]
  /external/v8/src/x64/
code-stubs-x64.h 280 Register scratch3,
330 Register scratch3,
359 Register scratch3,
stub-cache-x64.cc 529 Register scratch3,
539 CompileCacheable(masm, object, receiver, scratch1, scratch2, scratch3,
542 CompileRegular(masm, object, receiver, scratch1, scratch2, scratch3,
553 Register scratch3,
591 scratch1, scratch2, scratch3,
608 scratch1, scratch2, scratch3,
648 Register scratch3,
654 scratch1, scratch2, scratch3,
    [all...]
builtins-x64.cc 1042 scratch3); local
1053 scratch3); local
    [all...]
ic-x64.cc     [all...]
macro-assembler-x64.h     [all...]
  /external/v8/src/
stub-cache.h 526 Register scratch3,
537 Register scratch3,
547 Register scratch3,
559 Register scratch3,
    [all...]
  /external/quake/quake/src/WinQuake/
pr_edict.cpp 45 cvar_t scratch3 = CVAR2("scratch3", "0"); variable
1078 Cvar_RegisterVariable (&scratch3);
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.cpp 719 int scratch3 = 0; local
720 TreeExpression varDecls = parseVarDeclarationList(context, scratch, scratch1, scratch2, scratch3, scratch3, scratch3);
    [all...]

Completed in 906 milliseconds

1 2