Home
last modified time | relevance | path

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

12

/external/v8/src/
Didentity-map.h37 RawEntry GetEntry(Object* key);
76 V* Get(Object* key) { return reinterpret_cast<V*>(GetEntry(key)); } in Get()
87 void Set(Object* key, V v) { *(reinterpret_cast<V*>(GetEntry(key))) = v; } in Set()
Dunicode.cc35 static inline uchar GetEntry(int32_t entry) { in GetEntry() function
62 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); in LookupPredicate()
67 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > value)) { in LookupPredicate()
80 uchar entry = GetEntry(field); in LookupPredicate()
118 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); in LookupMapping()
123 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > key)) { in LookupMapping()
136 uchar entry = GetEntry(field); in LookupMapping()
Dsafepoint-table.cc56 if (GetPcOffset(i) == pc_offset) return GetEntry(i); in FindEntry()
65 SafepointEntry entry = GetEntry(index); in PrintEntry()
Dsafepoint-table.h97 SafepointEntry GetEntry(unsigned index) const { in GetEntry() function
Didentity-map.cc82 IdentityMapBase::RawEntry IdentityMapBase::GetEntry(Object* key) { in GetEntry() function in v8::internal::IdentityMapBase
/external/v8/src/profiler/
Dstrings-storage.cc33 HashMap::Entry* entry = GetEntry(src, len); in GetCopy()
55 HashMap::Entry* entry = GetEntry(str, len); in AddOrDisposeString()
118 HashMap::Entry* StringsStorage::GetEntry(const char* str, int len) { in GetEntry() function in v8::internal::StringsStorage
Dheap-snapshot-generator.cc1290 int transitions_entry = GetEntry(transitions)->index(); in ExtractMapReferences()
1728 HeapEntry* V8HeapExplorer::GetEntry(Object* obj) { in GetEntry() function in v8::internal::V8HeapExplorer
1856 HeapEntry* heap_entry = GetEntry(obj); in IterateAndExtractSinglePass()
1893 DCHECK(parent_entry == GetEntry(parent_obj)->index()); in SetContextReference()
1894 HeapEntry* child_entry = GetEntry(child_obj); in SetContextReference()
1917 DCHECK(parent_entry == GetEntry(parent_obj)->index()); in SetNativeBindReference()
1918 HeapEntry* child_entry = GetEntry(child_obj); in SetNativeBindReference()
1932 DCHECK(parent_entry == GetEntry(parent_obj)->index()); in SetElementReference()
1933 HeapEntry* child_entry = GetEntry(child_obj); in SetElementReference()
1948 DCHECK(parent_entry == GetEntry(parent_obj)->index()); in SetInternalReference()
[all …]
Dstrings-storage.h35 HashMap::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);
Dcgpt_find.c122 entry = GetEntry(&drive->gpt, ANY_VALID, i); in gpt_search()
/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/libvpx/libvpx/third_party/libwebm/
Dmkvparser.hpp741 const Entry* GetEntry(int idx) const;
877 const BlockEntry* GetEntry(const Track*, long long ns = -1) const;
878 const BlockEntry* GetEntry(const CuePoint&,
892 long GetEntry(long index, const mkvparser::BlockEntry*&) 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/autotest/client/site_tests/network_BasicProfileProperties/
Dnetwork_BasicProfileProperties.py70 entry = profile.GetEntry(ethernet_entry_key)
/external/libvpx/libwebm/mkvparser/
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/autotest/client/cros/scripts/
Dprofile96 pprint.pprint(shill.dbus2primitive(profile.GetEntry(ident)),
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
Dfake_filesystem.py306 def GetEntry(self, pathname_name): member in FakeDirectory
754 target_object = target_object.GetEntry(component)
818 return parent_obj.GetEntry(child_name)
1572 old_object = old_dir_object.GetEntry(old_name)
/external/autotest/client/cros/networking/
Dwifi_proxy.py36 entry = profile.GetEntry(entry_id)

12