Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.cc920 HeapEntry* child_entry) { in SetIndexedReference() argument
922 parent_entry->SetIndexedReference(type, index, child_entry); in SetIndexedReference()
926 HeapEntry* child_entry) { in SetIndexedAutoIndexReference() argument
929 parent_entry->SetIndexedReference(type, index, child_entry); in SetIndexedAutoIndexReference()
934 HeapEntry* child_entry) { in SetNamedReference() argument
936 parent_entry->SetNamedReference(type, reference_name, child_entry); in SetNamedReference()
940 HeapEntry* child_entry) { in SetNamedAutoIndexReference() argument
946 child_entry); in SetNamedAutoIndexReference()
1894 HeapEntry* child_entry = GetEntry(child_obj); in SetContextReference() local
1895 if (child_entry != NULL) { in SetContextReference()
[all …]
/external/autotest/scheduler/
Dscheduler_models.py1235 for child_entry in entries_to_stop:
1236 assert not child_entry.complete, (
1238 (child_entry.id, child_entry.status, child_entry.active,
1239 child_entry.complete))
1240 if child_entry.status == models.HostQueueEntry.Status.PENDING:
1241 child_entry.host.status = models.Host.Status.READY
1242 child_entry.host.save()
1243 child_entry.status = models.HostQueueEntry.Status.STOPPED
1244 child_entry.save()
/external/regex-re2/re2/
Dprefilter_tree.cc259 Entry* child_entry = &entries_[child_id]; in AssignUniqueIds() local
260 if (!child_entry->parents->has_index(prefilter->unique_id())) in AssignUniqueIds()
261 child_entry->parents->set_new(prefilter->unique_id(), 1); in AssignUniqueIds()