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

  /external/v8/src/heap/
scavenger-inl.h 24 if (first_word.IsForwardingAddress()) {
scavenger.cc 238 DCHECK(map_word.IsForwardingAddress());
323 if (first_word.IsForwardingAddress()) {
383 SLOW_DCHECK(!first_word.IsForwardingAddress());
array-buffer-tracker.cc 114 if (map_word.IsForwardingAddress()) {
mark-compact.cc     [all...]
heap-inl.h 482 if (current->IsFiller() && !map_word.IsForwardingAddress()) {
incremental-marking.cc 798 if (map_word.IsForwardingAddress()) {
    [all...]
heap.cc 511 if (map_word.IsForwardingAddress()) {
    [all...]
  /external/v8/src/
layout-descriptor-inl.h 143 if (map_word.IsForwardingAddress()) {
frames.cc     [all...]
objects-inl.h     [all...]
objects.h     [all...]
  /external/v8/test/cctest/
test-unboxed-doubles.cc 593 CHECK(!map_word.IsForwardingAddress());
596 CHECK(layout_desc->map_word().IsForwardingAddress());
    [all...]

Completed in 267 milliseconds