HomeSort by relevance Sort by last modified time
    Searched refs:scratch (Results 201 - 225 of 289) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.cc 2945 Register scratch = ToRegister(instr->temp()); local
2992 Register scratch = kScratchRegister; local
3213 Register scratch = kScratchRegister; local
3539 Register scratch = rbx; local
3695 XMMRegister scratch = double_scratch0(); local
4159 Register scratch = kScratchRegister; local
4404 Register scratch = kScratchRegister; local
4959 XMMRegister scratch = ToDoubleRegister(instr->temp()); local
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
version_set.cc 937 std::string scratch; local
938 while (reader.ReadRecord(&record, &scratch) && s.ok()) {
    [all...]
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64-inl.h 1242 // TODO(jbramley): Several callers rely on this not using scratch
1246 // instruction are accepted.) Once we implement our flexible scratch
    [all...]
regexp-macro-assembler-arm64.cc     [all...]
code-stubs-arm64.cc 208 Register scratch,
212 DCHECK(!AreAliased(left, right, scratch));
224 __ JumpIfObjectType(right, scratch, scratch, FIRST_SPEC_OBJECT_TYPE, slow,
229 Register right_type = scratch;
299 Register scratch) {
300 DCHECK(!AreAliased(left, right, left_type, right_type, scratch));
341 __ Orr(scratch, left_type, right_type);
343 scratch, kIsNotStringMask | kIsNotInternalizedMask, &return_not_equal);
659 // We don't care if MacroAssembler scratch registers are corrupted
2949 Register scratch = x4; local
    [all...]
  /art/compiler/utils/mips/
assembler_mips.h 286 explicit MipsExceptionSlowPath(MipsManagedRegister scratch, size_t stack_adjust)
287 : scratch_(scratch), stack_adjust_(stack_adjust) {}
  /external/chromium_org/third_party/libwebp/enc/
analysis.c 402 uint8_t* const scratch = (uint8_t*)DO_ALIGN(tmp); local
405 VP8IteratorImport(it, scratch);
  /external/libunwind/doc/
unw_resume.tex 45 purpose). These registers are normally treated like ``scratch''
  /external/openssl/crypto/
sparccpuid.S 8 .register %g2,#scratch
9 .register %g3,#scratch
  /bionic/libc/arch-arm/bionic/
strcmp.S 143 @ r3 is scratch
  /bionic/libc/arch-arm/generic/bionic/
strcmp.S 143 @ r3 is scratch
  /external/chromium_org/third_party/icu/source/i18n/
rbt_pars.cpp 403 UnicodeString scratch; local
474 scratch.truncate(0);
475 rule.extractBetween(pos, iq, scratch);
476 buf.append(scratch);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_filter_armv6.S 68 @ r4, r5, r7, r10, r11: scratch
  /external/icu/icu4c/source/i18n/
rbt_pars.cpp 403 UnicodeString scratch; local
474 scratch.truncate(0);
475 rule.extractBetween(pos, iq, scratch);
476 buf.append(scratch);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uniset_props.cpp 461 UnicodeSetPointer scratch; local
574 if (!scratch.allocate()) {
578 nested = scratch.pointer();
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/table/
table_test.cc 121 char* scratch) const {
128 memcpy(scratch, &contents_[offset], n);
129 *result = Slice(scratch, n);
  /external/icu/icu4c/source/common/
uniset_props.cpp 461 UnicodeSetPointer scratch; local
574 if (!scratch.allocate()) {
578 nested = scratch.pointer();
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.cc 2041 Register scratch = ToRegister(instr->temp()); local
3566 Register scratch = ToRegister(instr->temp()); local
3738 Register scratch = ebx; local
5564 Register scratch = ToRegister(instr->scratch()); local
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc 1335 string scratch; local
    [all...]
  /external/chromium_org/v8/src/mips/
regexp-macro-assembler-mips.cc     [all...]
  /external/chromium_org/v8/src/mips64/
regexp-macro-assembler-mips64.cc     [all...]
  /bionic/libc/arch-arm/cortex-a9/bionic/
strcmp.S 376 @ r3 is scratch
  /bionic/libc/arch-arm/krait/bionic/
strcmp.S 389 @ r3 is scratch
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.h 70 // LOperand is loaded into scratch, unless already a register.
71 Register EmitLoadRegister(LOperand* op, Register scratch);
  /external/chromium_org/v8/src/ia32/
codegen-ia32.cc 532 Register scratch = edi; local
533 DCHECK(!AreAliased(receiver, key, value, target_map, scratch));
538 receiver, scratch, allocation_memento_found);
546 scratch,
    [all...]

Completed in 746 milliseconds

1 2 3 4 5 6 7 891011>>