Lines Matching refs:entry
16 void Untrack(CodeEntry* entry) {
18 entry->heap_object_location_address()) {
26 void WeakCodeRegistry::Track(CodeEntry* entry, Handle<AbstractCode> code) {
27 DCHECK(!*entry->heap_object_location_address());
32 entry->heap_object_location_address();
36 entries_.push_back(entry);
41 for (CodeEntry* entry : entries_) {
44 if (!*entry->heap_object_location_address()) {
46 listener->OnHeapObjectDeletion(entry);
49 alive_entries.push_back(entry);
56 for (CodeEntry* entry : entries_) {
57 Untrack(entry);