/external/v8/src/objects/ |
D | ordered-hash-table-inl.h | 82 Handle<Map> OrderedHashSet::GetMap(ReadOnlyRoots roots) { in OBJECT_CONSTRUCTORS_IMPL() 86 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
|
D | dictionary.h | 181 static inline Handle<Map> GetMap(ReadOnlyRoots roots); in EXTERN_DECLARE_BASE_NAME_DICTIONARY() 222 static inline Handle<Map> GetMap(ReadOnlyRoots roots); in EXTERN_DECLARE_BASE_NAME_DICTIONARY() 285 static inline Handle<Map> GetMap(ReadOnlyRoots roots); in EXTERN_DECLARE_DICTIONARY() 307 static inline Handle<Map> GetMap(ReadOnlyRoots roots); in EXTERN_DECLARE_DICTIONARY()
|
D | dictionary-inl.h | 179 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
|
D | ordered-hash-table.h | 294 static inline Handle<Map> GetMap(ReadOnlyRoots roots); 334 static inline Handle<Map> GetMap(ReadOnlyRoots roots); 659 static inline Handle<Map> GetMap(ReadOnlyRoots roots); 692 static inline Handle<Map> GetMap(ReadOnlyRoots roots); 802 static inline Handle<Map> GetMap(ReadOnlyRoots roots); 907 static inline Handle<Map> GetMap(ReadOnlyRoots roots);
|
D | hash-table-inl.h | 126 Handle<Map> HashTable<Derived, Shape>::GetMap(ReadOnlyRoots roots) { in GetMap() function 131 Handle<Map> EphemeronHashTable::GetMap(ReadOnlyRoots roots) { in GetMap() function
|
D | hash-table.h | 134 static inline Handle<Map> GetMap(ReadOnlyRoots roots); in EXPORT_TEMPLATE_DECLARE() 389 static inline Handle<Map> GetMap(ReadOnlyRoots roots); in EXTERN_DECLARE_OBJECT_BASE_HASH_TABLE()
|
D | ordered-hash-table.cc | 33 Derived::GetMap(ReadOnlyRoots(isolate)), in Allocate() 55 Derived::GetMap(ReadOnlyRoots(isolate)), HashTableStartIndex(), in AllocateEmpty()
|
D | objects.cc | 5591 Derived::GetMap(ReadOnlyRoots(isolate)), length, allocation); in NewInternal()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BlockCounter.cpp | 50 static inline CountMap GetMap(void *D) { in GetMap() function 60 CountMap M = GetMap(Data); in getNumVisited() 77 return BlockCounter(GetFactory(F).add(GetMap(BC.Data), in IncrementCount()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | map_container.cc | 307 static MapContainer* GetMap(PyObject* obj) { in GetMap() function 312 MapContainer* self = GetMap(_self); in Length() 319 MapContainer* self = GetMap(_self); in Clear() 329 MapContainer* self = GetMap(_self); in GetEntryClass() 338 MapContainer* self = GetMap(_self); in MergeFrom() 339 MapContainer* other_map = GetMap(arg); in MergeFrom() 355 MapContainer* self = GetMap(_self); in Contains() 388 MapContainer* self = GetMap(obj); in NewScalarMapContainer() 412 MapContainer* self = GetMap(_self); in ScalarMapGetItem() 433 MapContainer* self = GetMap(_self); in ScalarMapSetItem() [all …]
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_table_driven.h | 309 for (Iter it = map_field.GetMap().begin(); it != map_field.GetMap().end(); 319 for (Iter it = map_field.GetMap().begin(); it != map_field.GetMap().end();
|
D | map_field_inl.h | 115 InternalGetIterator(map_iter) = GetMap().begin(); in MapBegin() 121 InternalGetIterator(map_iter) = GetMap().end(); in MapEnd() 171 return static_cast<int>(impl_.GetMap().size()); in size() 199 const Map<Key, T>& map = impl_.GetMap(); in SetMapIteratorValue() 212 const Map<Key, T>& map = impl_.GetMap(); in ContainsMapKey() 289 const Map<Key, T>& map = impl_.GetMap(); in SyncRepeatedFieldWithMapNoLock()
|
D | map_field.h | 196 virtual const Map<Key, T>& GetMap() const = 0; 254 const Map<Key, T>& GetMap() const override { in GetMap() function 256 return impl_.GetMap(); in GetMap() 338 const Map<MapKey, MapValueRef>& GetMap() const override;
|
D | map_field.cc | 171 int DynamicMapField::size() const { return GetMap().size(); } in size() 190 const Map<MapKey, MapValueRef>& map = GetMap(); in ContainsMapKey() 259 const Map<MapKey, MapValueRef>& DynamicMapField::GetMap() const { in GetMap() function in google::protobuf::internal::DynamicMapField
|
D | map_field_test.cc | 301 TEST_P(MapFieldStateTest, GetMap) { in TEST_P() argument 302 map_field_->GetMap(); in TEST_P()
|
D | map_field_lite.h | 73 const Map<Key, T>& GetMap() const { return map_; } in GetMap() function
|
D | struct.pb.h | 739 return fields_.GetMap(); in fields()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_tensors_map_ops.cc | 129 Status GetMap(OpKernelContext* ctx, bool is_writing, in GetMap() function in tensorflow::SparseTensorAccessingOp 177 OP_REQUIRES_OK(context, GetMap(context, true /* is_writing */, &map)); in Compute() 232 OP_REQUIRES_OK(context, GetMap(context, true /* is_writing */, &map)); in Compute() 358 OP_REQUIRES_OK(context, GetMap(context, false /* is_writing */, &map)); in Compute()
|
/external/tensorflow/tensorflow/compiler/mlir/ |
D | op_or_arg_name_mapper.h | 63 const llvm::DenseMap<OpOrVal, absl::string_view>& GetMap() const { in GetMap() function
|
/external/mesa3d/include/android_stub/backtrace/ |
D | Backtrace.h | 180 BacktraceMap* GetMap() { return map_; } in GetMap() function
|
/external/v8/src/heap/ |
D | factory.h | 1060 Handle<Map> GetMap(Isolate* isolate) const;
|
D | factory.cc | 3578 Handle<Map> NewFunctionArgs::GetMap(Isolate* isolate) const { in GetMap() function in v8::internal::NewFunctionArgs 3613 Handle<Map> map = args.GetMap(isolate()); in NewFunction()
|
/external/v8/src/builtins/ |
D | builtins-collections-gen.cc | 2510 HeapConstant(EphemeronHashTable::GetMap(ReadOnlyRoots(isolate()))); in AllocateTable()
|
/external/v8/src/codegen/ |
D | code-stub-assembler.cc | 3369 HeapConstant(CollectionType::GetMap(ReadOnlyRoots(isolate()))); in AllocateOrderedHashTable()
|