Home | History | Annotate | Download | only in src

Lines Matching defs:From

14 //       from this software without specific prior written permission.
413 // Remove child from the stack.
653 // Called from VM thread, and only it can mutate the list,
662 // Called from VM thread for a completed profile.
923 HeapEntry* HeapGraphEdge::From() {
1112 // one color, then we paint (or re-paint) all nodes reachable from
1367 void HeapObjectsMap::MoveObject(Address from, Address to) {
1368 if (from == to) return;
1369 HashMap::Entry* entry = entries_map_.Lookup(from, AddressHash(from), false);
1372 entries_map_.Remove(from, AddressHash(from));
1552 void HeapEntriesMap::CountReference(HeapThing from, HeapThing to,
1555 HashMap::Entry* from_cache_entry = entries_.Lookup(from, Hash(from), false);
1804 // We need to reference JS global objects from snapshot's root.
2655 HeapEntry* ret = rets[j]->From();
2663 HeapEntry* ret = rets[j]->From();
2967 // Nodes start from array index 1.