HomeSort by relevance Sort by last modified time
    Searched refs:scratch (Results 26 - 50 of 107) sorted by null

12 3 4 5

  /external/v8/src/x64/
macro-assembler-x64.cc 78 Register scratch) {
102 // Load the array length into 'scratch'.
103 masm->movl(scratch,
106 Register array_length = scratch;
130 RecordWriteStub(Register object, Register addr, Register scratch)
131 : object_(object), addr_(addr), scratch_(scratch) { }
142 PrintF("RecordWriteStub (object reg %d), (addr reg %d), (scratch reg %d)\n",
148 // scratch) OOOOAAAASSSS.
174 // scratch register.
209 Register scratch,
244 bts(Operand(object, Page::kRSetOffset), scratch); local
1783 movq(Operand(kScratchRegister, 0), scratch); local
    [all...]
stub-cache-x64.cc 157 Register scratch,
169 ASSERT(!scratch.is(receiver));
170 ASSERT(!scratch.is(name));
176 __ movl(scratch, FieldOperand(name, String::kHashFieldOffset));
178 __ addl(scratch, FieldOperand(receiver, HeapObject::kMapOffset));
179 __ xor_(scratch, Immediate(flags));
180 __ and_(scratch, Immediate((kPrimaryTableSize - 1) << kHeapObjectTagSize));
183 ProbeTable(masm, flags, kPrimary, name, scratch);
186 __ movl(scratch, FieldOperand(name, String::kHashFieldOffset));
187 __ addl(scratch, FieldOperand(receiver, HeapObject::kMapOffset))
    [all...]
macro-assembler-x64.h 36 // Default scratch register used by MacroAssembler (and other code that needs
70 // If offset is zero, then the scratch register contains the array index into
76 Register scratch);
81 // If offset is zero, then the scratch register contains the array index into
87 Register scratch);
99 Register scratch,
509 // in case of global object holders. The scratch and holder
516 Register scratch, Label* miss);
520 // is left untouched, but the scratch register and kScratchRegister,
523 Register scratch,
    [all...]
  /external/skia/src/core/
SkWriter32.cpp 132 char scratch[1024]; local
133 const size_t MAX = sizeof(scratch);
141 size_t bytes = stream->read(scratch, n);
142 this->writePad(scratch, bytes);
SkMemory_stdlib.cpp 89 char scratch[256]; local
90 char* pos = scratch;
113 SkDebugf("%s\n", scratch);
  /external/v8/src/mips/
macro-assembler-mips.h 85 const Operand& rt = Operand(zero_reg), Register scratch = at);
87 const Operand& rt = Operand(zero_reg), Register scratch = at);
91 Register scratch = at);
94 Register scratch = at);
120 // of an allocated page. The 'scratch' register is used in the
123 void RecordWrite(Register object, Register offset, Register scratch);
244 Register scratch = at) {
246 andi(scratch, value, kSmiTagMask);
247 Branch(eq, smi_label, scratch, Operand(zero_reg));
252 Register scratch = at)
    [all...]
stub-cache-mips.cc 44 Register scratch,
69 Register scratch,
108 Register scratch,
127 Register scratch,
  /external/blktrace/btt/
trace.c 59 char scratch[15]; local
69 make_dev_hdr(scratch, 15, iop->dip, 1),
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xinerama/
Xinerama.c 296 xXineramaScreenInfo scratch; local
300 _XRead(dpy, (char*)(&scratch), sz_XineramaScreenInfo);
302 scrnInfo[i].x_org = scratch.x_org;
303 scrnInfo[i].y_org = scratch.y_org;
304 scrnInfo[i].width = scratch.width;
305 scrnInfo[i].height = scratch.height;
  /external/v8/src/arm/
macro-assembler-arm.h 84 // of an allocated page. The 'scratch' register is used in the
87 void RecordWrite(Register object, Register offset, Register scratch);
151 Register scratch,
175 // in case of global object holders. The scratch and holder
182 Register scratch, Label* miss);
186 // is left untouched, whereas both scratch registers are clobbered.
188 Register scratch,
216 void UndoAllocationInNewSpace(Register object, Register scratch);
253 Register scratch,
282 Register scratch,
    [all...]
regexp-macro-assembler-arm.h 162 void CallCheckStackGuardState(Register scratch);
215 // Needs a scratch register to do some arithmetic. This register will be
217 inline void FrameAlign(int num_arguments, Register scratch);
  /frameworks/base/media/libstagefright/codecs/aacdec/
getics.cpp 577 pVars->scratch.huffbook_used);
625 pVars->scratch.tns_decode_coef);
662 pVars->scratch.tmp_spec,
get_adif_header.cpp 39 Description: The ADIF_Header has now been delegated to the "scratch memory"
56 pScratchPCE = pointer to a ProgConfig structure used as scratch in the
303 ADIF_Header *pHeader = &pVars->scratch.adif_header;
get_ga_specific_config.cpp 34 Description: Updated to use scratch memory for the temporary prog config.
366 &pVars->scratch.scratch_prog_config);
s_tdec_int_file.h 29 Description: Added declaration of scratch memory, scratchTnsDecCoefMem,
51 (1) Moved scratch_prog_config into the scratch union.
182 * For eaac+, a scratch matrix is created with the rigth element ( perChan[1] is not used)
219 * by only one function. This is the simplest type of scratch
237 } scratch; member in struct:__anon9272
pvmp4audiodecoderframe.cpp 80 Description: Modified to pass a pointer to scratch memory into
123 (1) Utilize scratch memory for the scratch Prog_Config.
591 &(pVars->scratch.scratch_prog_config));
742 &(pVars->scratch.scratch_prog_config));
    [all...]
  /development/ndk/tests/prebuilt-library/jni/
Android.mk 3 # Define BUILD_FOO=1 to rebuild libfoo.so from scratch, then
  /external/v8/src/ia32/
stub-cache-ia32.cc 106 Register scratch,
118 ASSERT(!scratch.is(receiver));
119 ASSERT(!scratch.is(name));
122 ASSERT(!extra.is(scratch));
129 __ mov(scratch, FieldOperand(name, String::kHashFieldOffset));
130 __ add(scratch, FieldOperand(receiver, HeapObject::kMapOffset));
131 __ xor_(scratch, flags);
132 __ and_(scratch, (kPrimaryTableSize - 1) << kHeapObjectTagSize);
135 ProbeTable(masm, flags, kPrimary, name, scratch, extra);
138 __ mov(scratch, FieldOperand(name, String::kHashFieldOffset))
    [all...]
regexp-macro-assembler-ia32.h 153 void CallCheckStackGuardState(Register scratch);
195 // Needs a scratch register to do some arithmetic. This register will be
197 inline void FrameAlign(int num_arguments, Register scratch);
  /external/openssl/crypto/bn/asm/
via-mont.pl 97 $scratch=&DWP(20,"esp");
100 # &DWP(32,"esp") # 32 byte scratch area
145 &lea ("edi",&DWP(32,"esp")); # scratch area
146 &mov ($scratch,"edi");
155 &lea ("ecx",&DWP((32+$pad)/4,"ecx"));# padded tp + scratch
226 &mov ("edi","esp"); # zap frame including scratch area
  /external/webkit/WebCore/platform/graphics/skia/
SkiaUtils.cpp 243 static ImageBuffer* scratch = 0; local
244 if (!scratch)
245 scratch = ImageBuffer::create(IntSize(1, 1)).release();
248 return scratch->context();
  /external/skia/src/animator/
SkDisplayEvent.cpp 165 char scratch[8]; local
167 size_t size = convert > 0 ? SkUTF8_FromUnichar(convert, scratch) : 0;
168 fKeyString.set(scratch, size);
173 size = SkUTF8_FromUnichar(fMax, scratch);
174 value->fOperand.fString->append(scratch, size);
  /external/webkit/WebKit/android/nav/
CachedNode.cpp 377 char scratch[256]; local
378 size_t index = snprintf(scratch, sizeof(scratch), "// char* mExport=\"");
380 while (ch && *ch && index < sizeof(scratch)) {
383 scratch[index++] = c;
385 DUMP_NAV_LOGD("%.*s\"\n", index, scratch);
  /external/webkit/JavaScriptCore/jit/
JITInlineMethods.h 691 ALWAYS_INLINE JIT::Jump JIT::emitJumpIfBothJSCells(RegisterID reg1, RegisterID reg2, RegisterID scratch)
693 move(reg1, scratch);
694 orPtr(reg2, scratch);
695 return emitJumpIfJSCell(scratch);
770 ALWAYS_INLINE JIT::Jump JIT::emitJumpIfNotImmediateIntegers(RegisterID reg1, RegisterID reg2, RegisterID scratch)
772 move(reg1, scratch);
773 andPtr(reg2, scratch);
774 return emitJumpIfNotImmediateInteger(scratch);
782 ALWAYS_INLINE void JIT::emitJumpSlowCaseIfNotImmediateIntegers(RegisterID reg1, RegisterID reg2, RegisterID scratch)
784 addSlowCase(emitJumpIfNotImmediateIntegers(reg1, reg2, scratch));
854 loadPtr(Address(callFrameRegister, src * sizeof(Register)), scratch); local
    [all...]
  /frameworks/base/services/sensorservice/
SensorService.cpp 171 sensors_event_t scratch[numEventMax]; local
220 connection->sendEvents(buffer, count, scratch);
341 sensors_event_t scratch; local
480 sensors_event_t* scratch)
484 if (scratch) {
491 scratch[count++] = buffer[i++];
498 scratch = const_cast<sensors_event_t *>(buffer);
505 ssize_t size = mChannel->write(scratch, count*sizeof(sensors_event_t));

Completed in 3250 milliseconds

12 3 4 5