Searched refs:GetEntry (Results 1 - 25 of 29) sorted by relevance

12

/external/v8/src/profiler/
H A Dstrings-storage.h39 base::CustomMatcherHashMap::Entry* GetEntry(const char* str, int len);
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/v8/src/
H A Didentity-map.h44 RawEntry GetEntry(Object* key);
101 V* Get(Object* key) { return reinterpret_cast<V*>(GetEntry(key)); }
112 void Set(Object* key, V v) { *(reinterpret_cast<V*>(GetEntry(key))) = v; }
H A Dsafepoint-table.cc56 if (GetPcOffset(i) == pc_offset) return GetEntry(i);
65 SafepointEntry entry = GetEntry(index);
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);
H A Dsafepoint-table.h97 SafepointEntry GetEntry(unsigned index) const {
H A Didentity-map.cc157 IdentityMapBase::RawEntry IdentityMapBase::GetEntry(Object* key) { function in class:v8::internal::IdentityMapBase
/external/autotest/client/site_tests/network_BasicProfileProperties/
H A Dnetwork_BasicProfileProperties.py70 entry = profile.GetEntry(ethernet_entry_key)
/external/vboot_reference/cgpt/
H A Dcgpt_boot.c46 GptEntry *entry = GetEntry(&drive.gpt, ANY_VALID, i);
120 GptEntry *entry = GetEntry(&drive.gpt, ANY_VALID, index);
H A Dcgpt_add.c73 entry = GetEntry(&drive->gpt, PRIMARY, index);
236 GptEntry *entry = GetEntry(&drive.gpt, PRIMARY, index);
250 GptEntry *entry = GetEntry(&drive.gpt, PRIMARY, index);
271 entry = GetEntry(&drive->gpt, PRIMARY, index);
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...]
H A Dcgpt_show.c149 entry = GetEntry(&drive->gpt, secondary, i);
174 GptEntry *entry = GetEntry(&drive->gpt, ANY_VALID, index);
227 entry = GetEntry(&drive->gpt, ANY_VALID, i);
H A Dcgpt.h150 GptEntry *GetEntry(GptData *gpt, int secondary, uint32_t entry_index);
H A Dcgpt_find.c122 entry = GetEntry(&drive->gpt, ANY_VALID, i);
/external/webrtc/webrtc/base/
H A Ddiskcache.cc158 const Entry* entry = GetEntry(id);
174 const Entry* entry = GetEntry(id);
179 const Entry* entry = GetEntry(id);
317 const Entry* entry = GetEntry(id);
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();
H A Dpeer_channel.h42 std::string GetEntry() const;
/external/autotest/client/cros/scripts/
H A Dprofile96 pprint.pprint(shill.dbus2primitive(profile.GetEntry(ident)),
/external/autotest/client/cros/networking/
H A Dwifi_proxy.py36 entry = profile.GetEntry(entry_id)
H A Dshill_xmlrpc_server.py221 entry = profile.GetEntry(entry_id)
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.h861 const Entry* GetEntry(int idx) const;
997 const BlockEntry* GetEntry(const Track*, long long ns = -1) const;
998 const BlockEntry* GetEntry(const CuePoint&,
1012 long GetEntry(long index, const mkvparser::BlockEntry*&) const;
/external/libvpx/libwebm/mkvparser/
H A Dmkvparser.h828 const Entry* GetEntry(int idx) const;
964 const BlockEntry* GetEntry(const Track*, long long ns = -1) const;
965 const BlockEntry* GetEntry(const CuePoint&,
979 long GetEntry(long index, const mkvparser::BlockEntry*&) const;
/external/jemalloc/bin/
H A Djeprof.in1218 foreach my $k (sort { GetEntry($s, $b) <=> GetEntry($s, $a) || $a cmp $b }
1220 my $f = GetEntry($flat, $k);
1221 my $c = GetEntry($cumulative, $k);
1725 $c1 += GetEntry($flat, $a);
1726 $c2 += GetEntry($cumulative, $a);
1827 my $n1 = GetEntry($samples1, $l);
1828 my $n2 = GetEntry($samples2, $l);
1931 $c1 += GetEntry($flat, $a);
1932 $c2 += GetEntry(
[all...]

Completed in 544 milliseconds

12