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

1 2 34 5

  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 953 void RegExpMacroAssemblerIA32::CallCheckStackGuardState(Register scratch) {
955 FrameAlign(num_arguments, scratch);
    [all...]
full-codegen-ia32.cc 625 MemOperand FullCodeGenerator::EmitSlotSearch(Slot* slot, Register scratch) {
633 __ LoadContext(scratch, context_chain_length);
634 return CodeGenerator::ContextOperand(scratch, slot->index());
    [all...]
  /external/v8/src/arm/
codegen-arm.cc 587 void CodeGenerator::LoadGlobalReceiver(Register scratch) {
589 __ ldr(scratch, ContextOperand(cp, Context::GLOBAL_INDEX));
590 __ ldr(scratch,
591 FieldMemOperand(scratch, GlobalObject::kGlobalReceiverOffset));
592 frame_->EmitPush(scratch);
    [all...]
full-codegen-arm.cc 510 MemOperand FullCodeGenerator::EmitSlotSearch(Slot* slot, Register scratch) {
518 __ LoadContext(scratch, context_chain_length);
519 return CodeGenerator::ContextOperand(scratch, slot->index());
530 // Use destination as scratch.
896 // Update the write barrier for the array store with r0 as the scratch
    [all...]
  /external/chromium/third_party/icu/source/i18n/
rbt_pars.cpp 397 UnicodeString scratch; local
468 scratch.truncate(0);
469 rule.extractBetween(pos, iq, scratch);
470 buf.append(scratch);
    [all...]
  /external/icu4c/i18n/
rbt_pars.cpp 397 UnicodeString scratch; local
468 scratch.truncate(0);
469 rule.extractBetween(pos, iq, scratch);
470 buf.append(scratch);
    [all...]
  /external/libffi/src/sparc/
v8.S 116 .register %g2, #scratch
  /external/qemu/target-arm/
cpu.h 179 /* scratch space when Tn are not sufficient. */
180 uint32_t scratch[8]; member in struct:CPUARMState::__anon6585
translate.c     [all...]
  /external/v8/src/
codegen.h 342 Register scratch);
full-codegen.h 276 // May emit code to traverse the context chain, destroying the scratch
278 MemOperand EmitSlotSearch(Slot* slot, Register scratch);
  /external/chromium/third_party/icu/source/common/
uniset_props.cpp 471 UnicodeSetPointer scratch; local
583 if (!scratch.allocate()) {
587 nested = scratch.pointer();
    [all...]
  /external/icu4c/common/
uniset_props.cpp 536 UnicodeSetPointer scratch; local
648 if (!scratch.allocate()) {
652 nested = scratch.pointer();
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 1055 string scratch; local
    [all...]
generated_message_reflection.cc 766 const FieldDescriptor* field, string* scratch) const {
    [all...]
  /external/v8/src/x64/
codegen-x64.cc 199 static void LoadFloatOperand(MacroAssembler* masm, Register scratch);
383 Result scratch = allocator_->Allocate(); local
384 ASSERT(scratch.is_valid());
387 __ RecordWrite(context.reg(), offset, value.reg(), scratch.reg());
2555 Result scratch = allocator_->Allocate(); local
4137 Result scratch = allocator_->Allocate(); local
6597 Register scratch = rbx; local
    [all...]
full-codegen-x64.cc 627 MemOperand FullCodeGenerator::EmitSlotSearch(Slot* slot, Register scratch) {
635 __ LoadContext(scratch, context_chain_length);
636 return CodeGenerator::ContextOperand(scratch, slot->index());
    [all...]
  /frameworks/base/libs/surfaceflinger_client/
Surface.cpp 946 Region scratch(boundsRegion);
947 Region& newDirtyRegion(dirtyIn ? *dirtyIn : scratch);
    [all...]
  /external/openssl/crypto/bn/asm/
sparcv8plus.S 149 .register %g2,#scratch
150 .register %g3,#scratch
154 .register %g2,#scratch
155 .register %g3,#scratch
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
sbr_dec.cpp 185 scratch_mem = pVars->scratch.scratch_mem;
  /external/webkit/JavaScriptCore/jit/
JIT.h 574 void compileGetDirectOffset(RegisterID base, RegisterID result, RegisterID structure, RegisterID offset, RegisterID scratch);
    [all...]
  /external/zlib/contrib/masm686/
match.asm 105 ; Since this code uses EBP for a scratch register, the stack frame must
  /external/zlib/contrib/masmx64/
inffasx64.asm 29 ; rax, rcx, rdx, r8, r-9, r10, and r11, which are scratch.
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdstd.c 1982 uint32 scratch, regdata; local
    [all...]
  /external/webkit/JavaScriptCore/bytecompiler/
NodesCodegen.cpp 675 RefPtr<RegisterID> scratch = generator.emitResolveBase(generator.tempDestination(dst), m_ident); local
676 generator.emitGetById(scratch.get(), scratch.get(), m_ident);
679 return generator.emitTypeOf(generator.finalDestination(dst, scratch.get()), scratch.get());
    [all...]

Completed in 7661 milliseconds

1 2 34 5