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

1 2

  /external/v8/src/mips/
lithium-codegen-mips.h 157 Register scratch1() { return kLithiumScratchReg2; } function in class:v8::internal::BASE_EMBEDDED
code-stubs-mips.h 226 Register scratch1,
270 Register scratch1,
288 Register scratch1,
338 Register scratch1,
368 Register scratch1,
378 Register scratch1,
391 Register scratch1,
457 Register scratch1,
606 inline Register scratch1() { return scratch1_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
724 Register scratch1,
    [all...]
stub-cache-mips.cc 130 Register scratch1) {
133 __ IncrementCounter(counters->negative_lookups(), 1, scratch0, scratch1);
134 __ IncrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
142 Register map = scratch1;
171 scratch1);
173 __ DecrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
349 // heap object, its map's instance type is left in the scratch1 register.
350 // If this is not needed, scratch1 and scratch2 may be the same register.
353 Register scratch1,
361 __ lw(scratch1, FieldMemOperand(receiver, HeapObject::kMapOffset))
1082 scratch1, scratch2); local
1133 GenerateCheckPropertyCells(masm(), object, holder, name, scratch1, miss); local
4395 Register scratch1 = t0; local
    [all...]
full-codegen-mips.cc 760 Register scratch1) {
763 ASSERT(!scratch0.is(scratch1));
764 ASSERT(!scratch1.is(src));
772 scratch1,
1844 Register scratch1 = a2; local
3061 Register scratch1 = a1; local
3548 Register scratch1 = t3; local
    [all...]
code-stubs-mips.cc 61 Register scratch1, Register scratch2,
63 __ lw(scratch1, FieldMemOperand(operand, HeapObject::kMapOffset));
65 __ Branch(not_a_heap_number, ne, scratch1, Operand(scratch2));
520 Register scratch1,
524 __ sra(scratch1, a0, kSmiTagSize);
525 __ mtc1(scratch1, f14);
527 __ sra(scratch1, a1, kSmiTagSize);
528 __ mtc1(scratch1, f12);
537 __ mov(scratch1, a0);
538 ConvertToDoubleStub stub1(a3, a2, scratch1, scratch2)
2381 Register scratch1 = t0; local
2537 Register scratch1 = t3; local
2756 Register scratch1 = t3; local
2844 Register scratch1 = t3; local
3342 const Register scratch1 = t3; local
    [all...]
lithium-codegen-mips.cc 3010 Register scratch1 = scratch0(); local
3999 Register scratch1 = scratch0(); local
4123 Register scratch1 = scratch0(); local
    [all...]
  /external/quake/quake/src/WinQuake/
pr_edict.cpp 43 cvar_t scratch1 = CVAR2("scratch1", "0"); variable
1076 Cvar_RegisterVariable (&scratch1);
  /external/v8/src/arm/
code-stubs-arm.h 225 Register scratch1,
269 Register scratch1,
287 Register scratch1,
337 Register scratch1,
368 Register scratch1,
378 Register scratch1,
391 Register scratch1,
446 Register scratch1,
605 inline Register scratch1() { return scratch1_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
724 Register scratch1,
    [all...]
stub-cache-arm.cc 139 Register scratch1) {
142 __ IncrementCounter(counters->negative_lookups(), 1, scratch0, scratch1);
143 __ IncrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
151 Register map = scratch1;
182 scratch1);
184 __ DecrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
362 // heap object, its map's instance type is left in the scratch1 register.
363 // If this is not needed, scratch1 and scratch2 may be the same register.
366 Register scratch1,
374 __ ldr(scratch1, FieldMemOperand(receiver, HeapObject::kMapOffset))
1079 scratch1, scratch2); local
1131 GenerateCheckPropertyCells(masm(), object, holder, name, scratch1, miss); local
4340 Register scratch1 = r4; local
    [all...]
full-codegen-arm.cc 751 Register scratch1) {
754 ASSERT(!scratch0.is(scratch1));
755 ASSERT(!scratch1.is(src));
764 scratch1,
1829 Register scratch1 = r2; local
3041 Register scratch1 = r1; local
3514 Register scratch1 = r7; local
    [all...]
code-stubs-arm.cc 60 Register scratch1, Register scratch2,
62 __ ldr(scratch1, FieldMemOperand(operand, HeapObject::kMapOffset));
64 __ cmp(scratch1, scratch2);
520 Register scratch1,
524 __ mov(scratch1, Operand(r0, ASR, kSmiTagSize));
525 __ vmov(d7.high(), scratch1);
527 __ mov(scratch1, Operand(r1, ASR, kSmiTagSize));
528 __ vmov(d6.high(), scratch1);
537 __ mov(scratch1, Operand(r0));
538 ConvertToDoubleStub stub1(r3, r2, scratch1, scratch2)
2295 Register scratch1 = r7; local
2423 Register scratch1 = r7; local
2640 Register scratch1 = r7; local
2729 Register scratch1 = r7; local
3220 const Register scratch1 = r7; local
    [all...]
lithium-codegen-arm.cc 3127 Register scratch1 = scratch0(); local
4096 Register scratch1 = scratch0(); local
4222 Register scratch1 = scratch0(); local
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.h 281 Register scratch1,
331 Register scratch1,
360 Register scratch1,
369 Register scratch1,
400 Register scratch1,
663 inline Register scratch1() { return scratch1_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
builtins-ia32.cc 895 Register scratch1,
902 __ LoadInitialArrayMap(array_function, scratch2, scratch1);
922 __ mov(FieldOperand(result, JSObject::kMapOffset), scratch1); local
942 __ mov(FieldOperand(result, JSArray::kElementsOffset), scratch1); local
    [all...]
macro-assembler-ia32.cc 421 Register scratch1,
473 mov(scratch1, maybe_number);
474 SmiUntag(scratch1);
477 cvtsi2sd(scratch2, scratch1);
481 push(scratch1);
483 pop(scratch1);
1352 mov(FieldOperand(result, String::kLengthOffset), scratch1); local
1387 mov(FieldOperand(result, String::kLengthOffset), scratch1); local
1403 scratch1, local
    [all...]
stub-cache-ia32.cc 330 Register scratch1,
338 GenerateStringCheck(masm, receiver, scratch1, miss,
348 __ cmp(scratch1, JS_VALUE_TYPE);
354 GenerateStringCheck(masm, scratch2, scratch1, miss, miss);
363 Register scratch1,
366 __ TryGetFunctionPrototype(receiver, scratch1, scratch2, miss_label);
367 __ mov(eax, scratch1);
543 Register scratch1,
555 CompileCacheable(masm, object, receiver, scratch1, scratch2, scratch3,
558 CompileRegular(masm, object, receiver, scratch1, scratch2, scratch3
918 scratch1, scratch2); local
976 GenerateCheckPropertyCells(masm(), object, holder, name, scratch1, miss); local
    [all...]
  /external/v8/src/x64/
builtins-x64.cc 1001 __ movq(FieldOperand(result, JSObject::kMapOffset), scratch1); local
1020 __ movq(FieldOperand(result, JSArray::kElementsOffset), scratch1); local
    [all...]
code-stubs-x64.h 278 Register scratch1,
328 Register scratch1,
357 Register scratch1,
367 Register scratch1,
398 Register scratch1,
645 inline Register scratch1() { return scratch1_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
macro-assembler-x64.cc 3815 movq(FieldOperand(result, String::kLengthOffset), scratch1); local
3853 movq(FieldOperand(result, String::kLengthOffset), scratch1); local
    [all...]
stub-cache-x64.cc 304 Register scratch1,
312 GenerateStringCheck(masm, receiver, scratch1, miss,
322 __ cmpl(scratch1, Immediate(JS_VALUE_TYPE));
328 GenerateStringCheck(masm, scratch2, scratch1, miss, miss);
527 Register scratch1,
539 CompileCacheable(masm, object, receiver, scratch1, scratch2, scratch3,
542 CompileRegular(masm, object, receiver, scratch1, scratch2, scratch3,
551 Register scratch1,
582 ReserveSpaceForFastApiCall(masm, scratch1);
591 scratch1, scratch2, scratch3
892 scratch1, scratch2); local
950 GenerateCheckPropertyCells(masm(), object, holder, name, scratch1, miss); local
    [all...]
  /gdk/samples/quake/jni/
pr_edict.cpp 43 cvar_t scratch1 = CVAR2("scratch1", "0"); variable
1076 Cvar_RegisterVariable (&scratch1);
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.cpp 717 const Identifier* scratch1 = 0; local
720 TreeExpression varDecls = parseVarDeclarationList(context, scratch, scratch1, scratch2, scratch3, scratch3, scratch3);
    [all...]
  /external/quake/quake/src/QW/scitech/include/
mgraph.h 820 m_int scratch1; /* Scratch pad value 1 */ member in struct:__anon11759
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H 820 m_int scratch1; /* Scratch pad value 1 */ member in struct:__anon12058
    [all...]
  /bionic/libc/kernel/arch-mips/asm/mach-au1x00/
au1000.h 840 u32 scratch1; member in struct:__anon79
    [all...]

Completed in 629 milliseconds

1 2