Searched refs:first_word (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/heap/
H A Dscavenger-inl.h20 MapWord first_word = object->map_word(); local
24 if (first_word.IsForwardingAddress()) {
25 HeapObject* dest = first_word.ToForwardingAddress();
H A Dscavenger.cc323 MapWord first_word = first->map_word(); local
324 if (first_word.IsForwardingAddress()) {
325 HeapObject* target = first_word.ToForwardingAddress();
381 MapWord first_word = object->map_word(); local
382 SLOW_DCHECK(!first_word.IsForwardingAddress());
383 Map* map = first_word.ToMap();
H A Dheap.cc1738 MapWord first_word = HeapObject::cast(*p)->map_word(); local
1740 if (!first_word.IsForwardingAddress()) {
1747 return String::cast(first_word.ToForwardingAddress());
/external/toolchain-utils/crosperf/
H A Dresults_report_templates.py50 first_word = table_name.strip().split()[0]
51 short_name = first_word.lower()
/external/protobuf/src/google/protobuf/util/internal/
H A Dutility.cc207 bool first_word = true; local
215 if (!result.empty()) first_word = false;
217 } else if (first_word) {
224 first_word = false;

Completed in 203 milliseconds