Home
last modified time | relevance | path

Searched refs:map_addr (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dheap.cc5743 Address map_addr = map_p->address(); in MarkObjectRecursively() local
5745 obj->set_map_no_write_barrier(reinterpret_cast<Map*>(map_addr + kMarkTag)); in MarkObjectRecursively()
5784 Address map_addr = reinterpret_cast<Address>(map); in UnmarkObjectRecursively() local
5786 map_addr -= kMarkTag; in UnmarkObjectRecursively()
5788 ASSERT_TAG_ALIGNED(map_addr); in UnmarkObjectRecursively()
5790 HeapObject* map_p = HeapObject::FromAddress(map_addr); in UnmarkObjectRecursively()
6511 Address map_addr = map_p->address(); in MarkRecursively() local
6513 obj->set_map_no_write_barrier(reinterpret_cast<Map*>(map_addr + kMarkTag)); in MarkRecursively()
6547 Address map_addr = reinterpret_cast<Address>(map); in UnmarkRecursively() local
6549 map_addr -= kMarkTag; in UnmarkRecursively()
[all …]