Home
last modified time | relevance | path

Searched defs:GetMap (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/objects/
Dordered-hash-table-inl.h86 Handle<Map> OrderedHashMap::GetMap(ReadOnlyRoots roots) { in GetMap() function
90 Handle<Map> OrderedNameDictionary::GetMap(ReadOnlyRoots roots) { in GetMap() function
94 Handle<Map> SmallOrderedNameDictionary::GetMap(ReadOnlyRoots roots) { in GetMap() function
98 Handle<Map> SmallOrderedHashMap::GetMap(ReadOnlyRoots roots) { in GetMap() function
102 Handle<Map> SmallOrderedHashSet::GetMap(ReadOnlyRoots roots) { in GetMap() function
Ddictionary-inl.h179 Handle<Map> GlobalDictionary::GetMap(ReadOnlyRoots roots) { in GetMap() function
192 Handle<Map> NameDictionary::GetMap(ReadOnlyRoots roots) { in GetMap() function
267 Handle<Map> NumberDictionary::GetMap(ReadOnlyRoots roots) { in GetMap() function
271 Handle<Map> SimpleNumberDictionary::GetMap(ReadOnlyRoots roots) { in GetMap() function
Dhash-table-inl.h126 Handle<Map> HashTable<Derived, Shape>::GetMap(ReadOnlyRoots roots) { in GetMap() function
131 Handle<Map> EphemeronHashTable::GetMap(ReadOnlyRoots roots) { in GetMap() function
/external/tensorflow/tensorflow/compiler/mlir/
Dop_or_arg_name_mapper.h63 const llvm::DenseMap<OpOrVal, absl::string_view>& GetMap() const { in GetMap() function
/external/clang/lib/StaticAnalyzer/Core/
DBlockCounter.cpp50 static inline CountMap GetMap(void *D) { in GetMap() function
/external/protobuf/src/google/protobuf/
Dmap_field_lite.h73 const Map<Key, T>& GetMap() const { return map_; } in GetMap() function
Dmap_field.h254 const Map<Key, T>& GetMap() const override { in GetMap() function
Dmap_field.cc259 const Map<MapKey, MapValueRef>& DynamicMapField::GetMap() const { in GetMap() function in google::protobuf::internal::DynamicMapField
Dmap_field_test.cc301 TEST_P(MapFieldStateTest, GetMap) { in TEST_P() argument
/external/mesa3d/include/android_stub/backtrace/
DBacktrace.h180 BacktraceMap* GetMap() { return map_; } in GetMap() function
/external/tensorflow/tensorflow/core/kernels/
Dsparse_tensors_map_ops.cc129 Status GetMap(OpKernelContext* ctx, bool is_writing, in GetMap() function in tensorflow::SparseTensorAccessingOp
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc307 static MapContainer* GetMap(PyObject* obj) { in GetMap() function
/external/v8/src/heap/
Dfactory.cc3578 Handle<Map> NewFunctionArgs::GetMap(Isolate* isolate) const { in GetMap() function in v8::internal::NewFunctionArgs