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

1 2

  /external/v8/src/arm/
macro-assembler-arm.h 202 Register scratch2,
208 Register scratch2,
222 Register scratch2,
228 Register scratch2,
234 Register scratch2,
239 Register scratch2,
371 Register scratch1, Register scratch2);
373 Register scratch1, Register scratch2);
375 Register scratch1, Register scratch2);
413 Register scratch2,
    [all...]
macro-assembler-arm.cc 840 Register scratch2,
844 ASSERT(!scratch1.is(scratch2));
854 // Assert that result actually contains top on entry. scratch2 is used
855 // immediately below so this use of scratch2 does not cause difference with
857 ldr(scratch2, MemOperand(scratch1));
858 cmp(result, scratch2);
866 mov(scratch2, Operand(new_space_allocation_limit));
867 ldr(scratch2, MemOperand(scratch2));
869 cmp(result, Operand(scratch2));
    [all...]
stub-cache-arm.cc 194 // If this is not needed, scratch1 and scratch2 may be the same register.
198 Register scratch2,
208 __ and_(scratch2, scratch1, Operand(kIsNotStringMask));
210 __ cmp(scratch2, Operand(static_cast<int32_t>(kStringTag)));
222 Register scratch2,
228 GenerateStringCheck(masm, receiver, scratch1, scratch2, miss, &check_wrapper);
242 GenerateStringCheck(masm, scratch1, scratch2, scratch2, miss, miss);
252 Register scratch2,
254 __ TryGetFunctionPrototype(receiver, scratch1, scratch2, miss_label)
    [all...]
codegen-arm.h 556 Register scratch2,
611 Register scratch2,
builtins-arm.cc 98 Register scratch2,
112 scratch2,
121 // scratch2: start of next object
132 // scratch2: start of next object
143 // scratch2: start of next object
176 Register scratch2,
214 scratch2,
    [all...]
codegen-arm.cc     [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.h 264 // register scratch2 can be passed as no_reg; the others must be
269 Register scratch2,
277 Register scratch2,
283 Register scratch2,
291 Register scratch2,
295 Register scratch2,
450 Register scratch2,
stub-cache-ia32.cc 214 Register scratch2,
234 __ mov(scratch2, FieldOperand(receiver, JSValue::kValueOffset));
235 GenerateStringCheck(masm, scratch2, scratch1, miss, miss);
236 __ mov(eax, FieldOperand(scratch2, String::kLengthOffset));
245 Register scratch2,
247 __ TryGetFunctionPrototype(receiver, scratch1, scratch2, miss_label);
312 Register scratch2,
324 scratch1, scratch2, name, miss);
332 scratch2,
341 scratch2,
    [all...]
macro-assembler-ia32.cc 880 Register scratch2,
886 scratch2,
899 Register scratch2,
    [all...]
codegen-ia32.h 814 Register scratch2,
880 Register scratch2,
    [all...]
builtins-ia32.cc 704 Register scratch2,
722 scratch2,
731 // scratch2: start of next object
749 // scratch2: start of next object
757 // scratch2: start of next object
783 __ cmp(scratch1, Operand(scratch2));
    [all...]
codegen-ia32.cc 8361 Register scratch2 = edi; local
    [all...]
  /external/v8/src/mips/
stub-cache-mips.cc 82 Register scratch2,
92 Register scratch2,
139 Register scratch2,
151 Register scratch2,
164 Register scratch2,
181 Register scratch2,
macro-assembler-mips.h 315 Register scratch1, Register scratch2);
317 Register scratch1, Register scratch2);
319 Register scratch1, Register scratch2);
full-codegen-mips.cc 103 Register scratch2) {
macro-assembler-mips.cc 860 Register scratch1, Register scratch2) {
866 Register scratch1, Register scratch2) {
872 Register scratch1, Register scratch2) {
  /external/v8/src/x64/
stub-cache-x64.cc 322 Register scratch2,
342 __ movq(scratch2, FieldOperand(receiver, JSValue::kValueOffset));
343 GenerateStringCheck(masm, scratch2, scratch1, miss, miss);
344 __ movl(rax, FieldOperand(scratch2, String::kLengthOffset));
389 Register scratch2,
400 scratch1, scratch2, name, miss);
408 scratch2,
417 scratch2,
433 Register scratch2,
454 CompileRegular(masm, receiver, holder, scratch2, holder_obj, miss_label)
    [all...]
macro-assembler-x64.h 426 Register scratch2,
581 Register scratch2,
587 Register scratch2,
595 Register scratch2,
599 Register scratch2,
    [all...]
macro-assembler-x64.cc     [all...]
builtins-x64.cc 476 Register scratch2,
494 scratch2,
503 // scratch2: start of next object
521 // scratch2: start of next object
529 // scratch2: start of next object
555 __ cmpq(scratch1, scratch2);
    [all...]
codegen-x64.cc 6598 Register scratch2 = rdi; local
    [all...]
  /external/v8/src/
stub-cache.h 363 Register scratch2,
369 Register scratch2,
417 Register scratch2,
427 Register scratch2,
437 Register scratch2,
448 Register scratch2,
full-codegen.h 272 void Move(Slot* dst, Register source, Register scratch1, Register scratch2);
  /external/webkit/JavaScriptCore/jit/
JITInlineMethods.h 595 ALWAYS_INLINE void JIT::emitPutJITStubArgFromVirtualRegister(unsigned src, unsigned argumentNumber, RegisterID scratch1, RegisterID scratch2)
603 emitLoad(src, scratch1, scratch2);
604 poke(scratch2, argumentStackOffset);
  /external/quake/quake/src/WinQuake/
pr_edict.cpp 44 cvar_t scratch2 = CVAR2("scratch2", "0"); variable
1077 Cvar_RegisterVariable (&scratch2);

Completed in 234 milliseconds

1 2