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

1 2

  /external/v8/src/mips/
code-stubs-mips.cc 130 Register scratch1,
143 Register scratch1,
153 Register scratch1,
165 Register scratch1,
173 Register scratch1,
183 Register scratch1,
197 Register scratch1,
208 Register scratch1,
230 Register scratch1,
400 Register scratch1,
    [all...]
stub-cache-mips.cc 90 Register scratch1,
100 Register scratch1,
142 Register scratch1,
153 Register scratch1,
167 Register scratch1,
199 Register scratch1,
212 Register scratch1,
225 Register scratch1,
239 Register scratch1,
255 Register scratch1,
    [all...]
macro-assembler-mips.cc 205 // Will clobber 4 registers: object, scratch0, scratch1, at. The
211 Register scratch1) {
215 ASSERT(!object.is(cp) && !scratch0.is(cp) && !scratch1.is(cp));
227 RecordWriteHelper(object, scratch0, scratch1);
236 li(scratch1, Operand(BitCast<int32_t>(kZapValue)));
    [all...]
macro-assembler-mips.h 252 Register scratch1);
320 Register scratch1,
326 Register scratch1,
340 Register scratch1,
346 Register scratch1,
352 Register scratch1,
357 Register scratch1,
365 Register scratch1,
371 Register scratch1,
701 Register scratch1,
    [all...]
code-stubs-mips.h 312 Register scratch1,
379 Register scratch1,
447 Register scratch1,
501 Register scratch1,
codegen-mips.cc 742 Register scratch1,
748 scratch1,
803 Register scratch1,
807 scratch1_(scratch1),
  /external/v8/src/arm/
code-stubs-arm.cc 383 Register scratch1,
396 Register scratch1,
407 Register scratch1,
425 Register scratch1,
440 Register scratch1,
491 Register scratch1,
499 Register scratch1,
503 __ mov(scratch1, Operand(r0, ASR, kSmiTagSize));
504 __ vmov(d7.high(), scratch1);
506 __ mov(scratch1, Operand(r1, ASR, kSmiTagSize))
1860 Register scratch1 = r7; local
1988 Register scratch1 = r7; local
2204 Register scratch1 = r7; local
2265 Register scratch1 = r7; local
2752 const Register scratch1 = r7; local
    [all...]
macro-assembler-arm.cc 479 Register scratch1) {
483 ASSERT(!object.is(cp) && !scratch0.is(cp) && !scratch1.is(cp));
495 RecordWriteHelper(object, scratch0, scratch1);
504 mov(scratch1, Operand(BitCast<int32_t>(kZapValue)));
780 Register scratch1,
782 mov(scratch1, Operand(length, LSL, kSmiTagSize));
784 str(scratch1, FieldMemOperand(string, String::kLengthOffset));
785 mov(scratch1, Operand(String::kEmptyHashField));
787 str(scratch1, FieldMemOperand(string, String::kHashFieldOffset));
    [all...]
macro-assembler-arm.h 185 Register scratch1);
470 Register scratch1,
476 Register scratch1,
490 Register scratch1,
496 Register scratch1,
502 Register scratch1,
507 Register scratch1,
515 Register scratch1,
521 Register scratch1,
632 Register scratch1,
    [all...]
stub-cache-arm.cc 103 Register scratch1) {
106 __ IncrementCounter(counters->negative_lookups(), 1, scratch0, scratch1);
107 __ IncrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
115 Register map = scratch1;
159 Register index = scratch1;
170 Register entity_name = scratch1;
203 __ DecrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
348 // heap object, its map's instance type is left in the scratch1 register.
349 // If this is not needed, scratch1 and scratch2 may be the same register.
352 Register scratch1,
1109 scratch1, local
1919 Register scratch1 = r1; local
    [all...]
code-stubs-arm.h 168 Register scratch1,
216 Register scratch1,
248 Register scratch1,
313 Register scratch1,
ic-arm.cc 116 Register scratch1,
124 __ ldr(scratch1, FieldMemOperand(elements, kCapacityOffset));
125 __ mov(scratch1, Operand(scratch1, ASR, kSmiTagSize)); // convert smi to int
126 __ sub(scratch1, scratch1, Operand(1));
147 __ and_(scratch2, scratch1, Operand(scratch2, LSR, String::kHashShift));
185 Register scratch1,
188 // scratch1: Used as temporary and to hold the capacity of the property
199 scratch1,
1328 Register scratch1 = r2; local
    [all...]
full-codegen-arm.cc 642 Register scratch1,
645 ASSERT(!scratch1.is(src) && !scratch2.is(src));
646 MemOperand location = EmitSlotSearch(dst, scratch1);
650 __ RecordWrite(scratch1,
1715 Register scratch1 = r2; local
3054 Register scratch1 = r2; local
3202 Register scratch1 = r4; local
3420 Register scratch1 = r7; local
    [all...]
builtins-arm.cc 101 Register scratch1,
108 __ ldr(scratch1, FieldMemOperand(array_function,
124 // scratch1: initial map
126 __ str(scratch1, FieldMemOperand(result, JSObject::kMapOffset));
127 __ LoadRoot(scratch1, Heap::kEmptyFixedArrayRootIndex);
128 __ str(scratch1, FieldMemOperand(result, JSArray::kPropertiesOffset));
137 __ add(scratch1, result, Operand(JSArray::kSize));
138 __ str(scratch1, FieldMemOperand(result, JSArray::kElementsOffset));
142 __ sub(scratch1, scratch1, Operand(kHeapObjectTag))
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.h 213 Register scratch1,
263 Register scratch1,
294 Register scratch1,
318 Register scratch1,
macro-assembler-ia32.cc 863 Register scratch1,
869 scratch1,
882 Register scratch1,
890 // scratch1 = length * 2 + kObjectAlignmentMask.
891 lea(scratch1, Operand(length, length, times_1, kObjectAlignmentMask));
892 and_(Operand(scratch1), Immediate(~kObjectAlignmentMask));
897 scratch1,
907 mov(scratch1, length);
908 SmiTag(scratch1);
909 mov(FieldOperand(result, String::kLengthOffset), scratch1); local
944 mov(FieldOperand(result, String::kLengthOffset), scratch1); local
960 scratch1, local
    [all...]
stub-cache-ia32.cc 332 Register scratch1,
340 GenerateStringCheck(masm, receiver, scratch1, miss,
350 __ cmp(scratch1, JS_VALUE_TYPE);
356 GenerateStringCheck(masm, scratch2, scratch1, miss, miss);
365 Register scratch1,
368 __ TryGetFunctionPrototype(receiver, scratch1, scratch2, miss_label);
369 __ mov(eax, Operand(scratch1));
547 Register scratch1,
564 scratch1,
576 scratch1,
958 scratch1, local
1793 Register scratch1 = ebx; local
    [all...]
macro-assembler-ia32.h 382 Register scratch1,
390 Register scratch1,
396 Register scratch1,
402 Register scratch1,
409 Register scratch1,
413 Register scratch1,
639 Register scratch1,
    [all...]
builtins-ia32.cc 845 Register scratch1,
853 __ mov(scratch1, FieldOperand(array_function,
872 // scratch1: initial map
874 __ mov(FieldOperand(result, JSObject::kMapOffset), scratch1); local
893 __ lea(scratch1, Operand(result, JSArray::kSize));
894 __ mov(FieldOperand(result, JSArray::kElementsOffset), scratch1); local
899 // scratch1: elements array
901 __ mov(FieldOperand(scratch1, FixedArray::kMapOffset),
903 __ mov(FieldOperand(scratch1, FixedArray::kLengthOffset),
    [all...]
  /external/v8/src/x64/
code-stubs-x64.h 206 Register scratch1,
256 Register scratch1,
286 Register scratch1,
311 Register scratch1,
macro-assembler-x64.h 642 Register scratch1,
659 Register scratch1,
    [all...]
stub-cache-x64.cc 313 Register scratch1,
321 GenerateStringCheck(masm, receiver, scratch1, miss,
331 __ cmpl(scratch1, Immediate(JS_VALUE_TYPE));
337 GenerateStringCheck(masm, scratch2, scratch1, miss, miss);
536 Register scratch1,
552 scratch1,
564 scratch1,
578 Register scratch1,
611 ReserveSpaceForFastApiCall(masm, scratch1);
620 interceptor_holder, scratch1,
914 scratch1, local
1759 Register scratch1 = rbx; local
    [all...]
builtins-x64.cc 909 Register scratch1,
917 __ movq(scratch1, FieldOperand(array_function,
938 __ movq(FieldOperand(result, JSObject::kMapOffset), scratch1); local
957 __ movq(FieldOperand(result, JSArray::kElementsOffset), scratch1); local
    [all...]
macro-assembler-x64.cc 2629 movq(FieldOperand(result, String::kLengthOffset), scratch1); local
2667 movq(FieldOperand(result, String::kLengthOffset), scratch1); local
    [all...]
  /external/v8/src/
stub-cache.h 451 Register scratch1,
458 Register scratch1,
493 Register scratch1,
497 return CheckPrototypes(object, object_reg, holder, holder_reg, scratch1,
505 Register scratch1,
521 Register scratch1,
532 Register scratch1,
542 Register scratch1,
554 Register scratch1,
    [all...]

Completed in 1164 milliseconds

1 2