Home
last modified time | relevance | path

Searched refs:GetEntry (Results 1 – 25 of 35) sorted by relevance

12

/external/v8/src/profiler/
Dstrings-storage.cc31 base::HashMap::Entry* entry = GetEntry(src, len); in GetCopy()
51 base::HashMap::Entry* entry = GetEntry(str, len); in AddOrDisposeString()
109 base::HashMap::Entry* StringsStorage::GetEntry(const char* str, int len) { in GetEntry() function in v8::internal::StringsStorage
Dheap-snapshot-generator.cc1082 HeapEntry* key_entry = GetEntry(key); in ExtractEphemeronHashTableReferences()
1084 HeapEntry* value_entry = GetEntry(value); in ExtractEphemeronHashTableReferences()
1568 HeapEntry* V8HeapExplorer::GetEntry(Object* obj) { in GetEntry() function in v8::internal::V8HeapExplorer
1633 HeapEntry* heap_entry = GetEntry(obj); in IterateAndExtractReferences()
1692 DCHECK(parent_entry == GetEntry(parent_obj)->index()); in SetContextReference()
1693 HeapEntry* child_entry = GetEntry(child_obj); in SetContextReference()
1712 DCHECK(parent_entry == GetEntry(parent_obj)->index()); in SetNativeBindReference()
1713 HeapEntry* child_entry = GetEntry(child_obj); in SetNativeBindReference()
1724 DCHECK(parent_entry == GetEntry(parent_obj)->index()); in SetElementReference()
1725 HeapEntry* child_entry = GetEntry(child_obj); in SetElementReference()
[all …]
Dstrings-storage.h44 base::CustomMatcherHashMap::Entry* GetEntry(const char* str, int len);
/external/vboot_reference/cgpt/
Dcgpt_common.c705 GptEntry *GetEntry(GptData *gpt, int secondary, uint32_t entry_index) { in GetEntry() function
733 entry = GetEntry(&drive->gpt, secondary, entry_index); in SetPriority()
739 entry = GetEntry(&drive->gpt, secondary, entry_index); in GetPriority()
747 entry = GetEntry(&drive->gpt, secondary, entry_index); in SetTries()
753 entry = GetEntry(&drive->gpt, secondary, entry_index); in GetTries()
761 entry = GetEntry(&drive->gpt, secondary, entry_index); in SetSuccessful()
767 entry = GetEntry(&drive->gpt, secondary, entry_index); in GetSuccessful()
774 entry = GetEntry(&drive->gpt, secondary, entry_index); in SetRaw()
789 entry = GetEntry(&drive->gpt, secondary, index); in IsUnused()
795 entry = GetEntry(&drive->gpt, secondary, index); in IsKernel()
[all …]
Dcgpt_add.c73 entry = GetEntry(&drive->gpt, PRIMARY, index); in GptSetEntryAttributes()
236 GptEntry *entry = GetEntry(&drive.gpt, PRIMARY, index); in CgptGetPartitionDetails()
250 GptEntry *entry = GetEntry(&drive.gpt, PRIMARY, index); in CgptGetPartitionDetails()
271 entry = GetEntry(&drive->gpt, PRIMARY, index); in GptAdd()
Dcgpt_boot.c46 GptEntry *entry = GetEntry(&drive.gpt, ANY_VALID, i); in CgptGetBootPartitionNumber()
120 GptEntry *entry = GetEntry(&drive.gpt, ANY_VALID, index); in CgptBoot()
Dcgpt_show.c149 entry = GetEntry(&drive->gpt, secondary, i); in EntriesDetails()
174 GptEntry *entry = GetEntry(&drive->gpt, ANY_VALID, index); in GptShow()
227 entry = GetEntry(&drive->gpt, ANY_VALID, i); in GptShow()
Dcgpt.h150 GptEntry *GetEntry(GptData *gpt, int secondary, uint32_t entry_index);
/external/v8/src/
Didentity-map.h44 RawEntry GetEntry(Object* key);
103 V* Get(Object* key) { return reinterpret_cast<V*>(GetEntry(key)); } in Get()
114 void Set(Object* key, V v) { *(reinterpret_cast<V*>(GetEntry(key))) = v; } in Set()
Dsafepoint-table.cc76 if (len == 1 && GetPcOffset(0) == kMaxUInt32) return GetEntry(0); in FindEntry()
82 return GetEntry(i); in FindEntry()
93 SafepointEntry entry = GetEntry(index); in PrintEntry()
Dunicode.cc39 static inline uchar GetEntry(int32_t entry) { in GetEntry() function
65 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); in LookupPredicate()
70 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > value)) { in LookupPredicate()
83 uchar entry = GetEntry(field); in LookupPredicate()
121 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); in LookupMapping()
126 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > key)) { in LookupMapping()
139 uchar entry = GetEntry(field); in LookupMapping()
Dsafepoint-table.h116 SafepointEntry GetEntry(unsigned index) const { in GetEntry() function
/external/webrtc/webrtc/base/
Ddiskcache.cc158 const Entry* entry = GetEntry(id); in ReadResource()
174 const Entry* entry = GetEntry(id); in HasResource()
179 const Entry* entry = GetEntry(id); in HasResourceStream()
317 const Entry* entry = GetEntry(id); in ReleaseResource()
Ddiskcache.h79 const Entry* GetEntry(const std::string& id) const { in GetEntry() function
/external/webrtc/webrtc/examples/peerconnection/server/
Dpeer_channel.cc91 other.GetEntry()); in NotifyOfOtherMember()
96 std::string ChannelMember::GetEntry() const { in GetEntry() function in ChannelMember
355 std::string response(member.GetEntry()); in BuildResponseForNewMember()
359 response += (*i)->GetEntry(); in BuildResponseForNewMember()
Dpeer_channel.h42 std::string GetEntry() const;
/external/jemalloc/bin/
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($cumulative, $a);
2034 my @list = (sort { abs(GetEntry($cumulative, $b)) <=>
[all …]
/external/jemalloc_new/bin/
Djeprof.in1219 foreach my $k (sort { GetEntry($s, $b) <=> GetEntry($s, $a) || $a cmp $b }
1221 my $f = GetEntry($flat, $k);
1222 my $c = GetEntry($cumulative, $k);
1726 $c1 += GetEntry($flat, $a);
1727 $c2 += GetEntry($cumulative, $a);
1828 my $n1 = GetEntry($samples1, $l);
1829 my $n2 = GetEntry($samples2, $l);
1932 $c1 += GetEntry($flat, $a);
1933 $c2 += GetEntry($cumulative, $a);
2035 my @list = (sort { abs(GetEntry($cumulative, $b)) <=>
[all …]
/external/autotest/client/site_tests/network_BasicProfileProperties/
Dnetwork_BasicProfileProperties.py70 entry = profile.GetEntry(ethernet_entry_key)
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.h863 const Entry* GetEntry(int idx) const;
999 const BlockEntry* GetEntry(const Track*, long long ns = -1) const;
1000 const BlockEntry* GetEntry(const CuePoint&,
1014 long GetEntry(long index, const mkvparser::BlockEntry*&) const;
/external/libvpx/libwebm/mkvparser/
Dmkvparser.h863 const Entry* GetEntry(int idx) const;
999 const BlockEntry* GetEntry(const Track*, long long ns = -1) const;
1000 const BlockEntry* GetEntry(const CuePoint&,
1014 long GetEntry(long index, const mkvparser::BlockEntry*&) const;
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.h863 const Entry* GetEntry(int idx) const;
999 const BlockEntry* GetEntry(const Track*, long long ns = -1) const;
1000 const BlockEntry* GetEntry(const CuePoint&,
1014 long GetEntry(long index, const mkvparser::BlockEntry*&) const;
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence.h139 DistanceEntry& GetEntry(size_t index) { return entries[index]; } in GetEntry() function
140 const DistanceEntry& GetEntry(size_t index) const { return entries[index]; } in GetEntry() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence.h139 DistanceEntry& GetEntry(size_t index) { return entries[index]; } in GetEntry() function
140 const DistanceEntry& GetEntry(size_t index) const { return entries[index]; } in GetEntry() function
/external/autotest/client/cros/scripts/
Dprofile96 pprint.pprint(shill.dbus2primitive(profile.GetEntry(ident)),

12