Searched defs:GetEntry (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/
H A Didentity-map.cc157 IdentityMapBase::RawEntry IdentityMapBase::GetEntry(Object* key) { function in class:v8::internal::IdentityMapBase
H A Dunicode.cc35 static inline uchar GetEntry(int32_t entry) { function in namespace:unibrow
62 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid));
67 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > value)) {
80 uchar entry = GetEntry(field);
118 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid));
123 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > key)) {
136 uchar entry = GetEntry(field);
/external/v8/src/profiler/
H A Dstrings-storage.cc35 base::HashMap::Entry* entry = GetEntry(src, len);
57 base::HashMap::Entry* entry = GetEntry(str, len);
120 base::HashMap::Entry* StringsStorage::GetEntry(const char* str, int len) { function in class:v8::internal::StringsStorage
H A Dheap-snapshot-generator.cc1676 HeapEntry* V8HeapExplorer::GetEntry(Object* obj) { function in class:v8::internal::V8HeapExplorer
1804 HeapEntry* heap_entry = GetEntry(obj);
1857 DCHECK(parent_entry == GetEntry(parent_obj)->index());
1858 HeapEntry* child_entry = GetEntry(child_obj);
1881 DCHECK(parent_entry == GetEntry(parent_obj)->index());
1882 HeapEntry* child_entry = GetEntry(child_obj);
1896 DCHECK(parent_entry == GetEntry(parent_obj)->index());
1897 HeapEntry* child_entry = GetEntry(child_obj);
1912 DCHECK(parent_entry == GetEntry(parent_obj)->index());
1913 HeapEntry* child_entry = GetEntry(child_ob
[all...]
/external/webrtc/webrtc/base/
H A Ddiskcache.h79 const Entry* GetEntry(const std::string& id) const { function in class:rtc::DiskCache
/external/webrtc/webrtc/examples/peerconnection/server/
H A Dpeer_channel.cc91 other.GetEntry());
96 std::string ChannelMember::GetEntry() const { function in class:ChannelMember
355 std::string response(member.GetEntry());
359 response += (*i)->GetEntry();
/external/vboot_reference/cgpt/
H A Dcgpt_common.c705 GptEntry *GetEntry(GptData *gpt, int secondary, uint32_t entry_index) { function
733 entry = GetEntry(&drive->gpt, secondary, entry_index);
739 entry = GetEntry(&drive->gpt, secondary, entry_index);
747 entry = GetEntry(&drive->gpt, secondary, entry_index);
753 entry = GetEntry(&drive->gpt, secondary, entry_index);
761 entry = GetEntry(&drive->gpt, secondary, entry_index);
767 entry = GetEntry(&drive->gpt, secondary, entry_index);
774 entry = GetEntry(&drive->gpt, secondary, entry_index);
789 entry = GetEntry(&drive->gpt, secondary, index);
795 entry = GetEntry(
[all...]
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.cc1606 const SeekHead::Entry* SeekHead::GetEntry(int idx) const { function in class:mkvparser::SeekHead
2176 return pCluster->GetEntry(cp, tp);
2196 return pCluster->GetEntry(cp, tp);
4878 pResult = pCluster->GetEntry(this);
5472 pResult = pCluster->GetEntry(this, time_ns);
5482 pResult = pCluster->GetEntry(this, time_ns);
6721 long Cluster::GetEntry(long index, const mkvparser::BlockEntry*& pEntry) const { function in class:Cluster
7381 const BlockEntry* Cluster::GetEntry(const Track* pTrack,
7443 const BlockEntry* Cluster::GetEntry(const CuePoint& cp,
/external/libvpx/libwebm/mkvparser/
H A Dmkvparser.cc1594 const SeekHead::Entry* SeekHead::GetEntry(int idx) const { function in class:mkvparser::SeekHead
2175 return pCluster->GetEntry(cp, tp);
2195 return pCluster->GetEntry(cp, tp);
4875 pResult = pCluster->GetEntry(this);
5383 pResult = pCluster->GetEntry(this, time_ns);
5393 pResult = pCluster->GetEntry(this, time_ns);
6630 long Cluster::GetEntry(long index, const mkvparser::BlockEntry*& pEntry) const { function in class:Cluster
7288 const BlockEntry* Cluster::GetEntry(const Track* pTrack,
7350 const BlockEntry* Cluster::GetEntry(const CuePoint& cp,

Completed in 232 milliseconds