HomeSort by relevance Sort by last modified time
    Searched refs:first_word (Results 1 - 12 of 12) sorted by null

  /external/v8/src/heap/
scavenger-inl.h 20 MapWord first_word = object->map_word(); local
24 if (first_word.IsForwardingAddress()) {
25 HeapObject* dest = first_word.ToForwardingAddress();
scavenger.cc 330 MapWord first_word = first->map_word(); local
331 if (first_word.IsForwardingAddress()) {
332 HeapObject* target = first_word.ToForwardingAddress();
404 MapWord first_word = object->map_word(); local
405 SLOW_DCHECK(!first_word.IsForwardingAddress());
406 Map* map = first_word.ToMap();
heap.cc 1801 MapWord first_word = HeapObject::cast(*p)->map_word(); local
    [all...]
  /external/toolchain-utils/crosperf/
results_report_templates.py 53 first_word = table_name.strip().split()[0]
54 short_name = first_word.lower()
  /external/pdfium/core/fpdfapi/parser/
cpdf_cross_ref_avail.cpp 88 const ByteString first_word = parser_->PeekNextWord(nullptr); local
92 const bool result = (first_word == kCrossRefKeyword) ? CheckCrossRefV4()
  /external/protobuf/src/google/protobuf/util/internal/
utility.cc 207 bool first_word = true; local
215 if (!result.empty()) first_word = false;
217 } else if (first_word) {
224 first_word = false;
  /frameworks/compile/libbcc/bcinfo/Wrap/
bitcode_wrapperer.cpp 273 uint32_t first_word; local
274 if ((!ReadWord(first_word)) ||
275 (kWrapperMagicNumber != first_word)) return false;
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
binary.cpp 275 const uint32_t first_word = peek();
281 _.endian_converted_words.push_back(first_word);
290 spvOpcodeSplit(first_word, &inst_word_count, &inst.opcode);
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
ns32k-dis.c 741 unsigned short first_word;
771 first_word = read_memory_integer(buffer, 2);
774 if ((first_word
735 unsigned short first_word; local
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/util/
bit_stream.cpp 317 const uint64_t first_word = bits << offset; local
318 buffer_.back() |= first_word;
  /toolchain/binutils/binutils-2.27/bfd/
elf32-tic6x.c 4215 unsigned long first_word = bfd_get_32 (output_bfd, from); local
    [all...]
elf32-arm.c 12030 unsigned int first_word = bfd_get_32 (ibfd, contents); local
16540 unsigned long first_word = bfd_get_32 (output_bfd, from); local
18019 bfd_vma first_word; local
    [all...]

Completed in 1135 milliseconds