Searched defs:GetEntries (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/base/
H A Dcapturing_net_log.cc28 void CapturingNetLog::GetEntries(EntryList* entry_list) const { function in class:net::CapturingNetLog
73 void CapturingBoundNetLog::GetEntries( function in class:net::CapturingBoundNetLog
75 capturing_net_log_->GetEntries(entry_list);
/external/v8/src/
H A Dgdb-jit.cc1949 static HashMap* GetEntries() { function in namespace:v8
2052 HashMap::Entry* e = GetEntries()->Lookup(code, HashForCodeObject(code), true);
2066 GetEntries()->Remove(code, HashForCodeObject(code));
2131 HashMap::Entry* e = GetEntries()->Lookup(code,
2144 GetEntries()->Remove(code, HashForCodeObject(code));
2152 HashMap::Entry* e = GetEntries()->Lookup(code, HashForCodeObject(code), true);

Completed in 55 milliseconds