Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/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
/third_party/skia/third_party/externals/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
/third_party/node/deps/v8/src/wasm/
Dwasm-debug.h124 const Entry* GetEntry(int pc_offset) const { in GetEntry() function
/third_party/node/deps/v8/src/profiler/
Dstrings-storage.cc177 base::HashMap::Entry* StringsStorage::GetEntry(const char* str, int len) { in GetEntry() function in v8::internal::StringsStorage
Dheap-snapshot-generator.cc1881 HeapEntry* V8HeapExplorer::GetEntry(Object obj) { in GetEntry() function in v8::internal::V8HeapExplorer
/third_party/node/deps/v8/src/codegen/
Dsafepoint-table.h110 SafepointEntry GetEntry(int index) const { in GetEntry() function
/third_party/node/deps/v8/src/strings/
Dunicode.cc41 static inline uchar GetEntry(int32_t entry) { return entry & (kStartBit - 1); } in GetEntry() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp92331 EntryType* GetEntry(KeyType aKey) const in GetEntry() function in nsTHashtable
92653 EntryType* GetEntry(T* aKey) const in GetEntry() function in nsTHashtable