Searched refs:SimpleNumberDictionary (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/runtime/ |
D | runtime-weak-refs.cc | 19 Handle<SimpleNumberDictionary> key_map = in RUNTIME_FUNCTION() 20 handle(SimpleNumberDictionary::cast(finalization_registry->key_map()), in RUNTIME_FUNCTION() 22 key_map = SimpleNumberDictionary::Shrink(isolate, key_map); in RUNTIME_FUNCTION()
|
/external/v8/src/objects/ |
D | js-weak-refs-inl.h | 43 Handle<SimpleNumberDictionary> key_map; in TQ_OBJECT_CONSTRUCTORS_IMPL() 45 key_map = SimpleNumberDictionary::New(isolate, 1); in TQ_OBJECT_CONSTRUCTORS_IMPL() 48 handle(SimpleNumberDictionary::cast(finalization_registry->key_map()), in TQ_OBJECT_CONSTRUCTORS_IMPL() 63 key_map = SimpleNumberDictionary::Set(isolate, key_map, key, weak_cell); in TQ_OBJECT_CONSTRUCTORS_IMPL() 93 SimpleNumberDictionary key_map = in RemoveUnregisterToken() 94 SimpleNumberDictionary::cast(this->key_map()); in RemoveUnregisterToken()
|
D | dictionary.h | 279 EXTERN_DECLARE_DICTIONARY(SimpleNumberDictionary, SimpleNumberDictionaryShape) in EXTERN_DECLARE_DICTIONARY() argument 282 class SimpleNumberDictionary in EXTERN_DECLARE_DICTIONARY() 283 : public Dictionary<SimpleNumberDictionary, SimpleNumberDictionaryShape> { in EXTERN_DECLARE_DICTIONARY() 287 DECL_CAST(SimpleNumberDictionary) in EXTERN_DECLARE_DICTIONARY() 289 V8_EXPORT_PRIVATE V8_WARN_UNUSED_RESULT static Handle<SimpleNumberDictionary> in EXTERN_DECLARE_DICTIONARY() 290 Set(Isolate* isolate, Handle<SimpleNumberDictionary> dictionary, uint32_t key, in EXTERN_DECLARE_DICTIONARY() 296 SimpleNumberDictionary, in EXTERN_DECLARE_DICTIONARY() 297 Dictionary<SimpleNumberDictionary, SimpleNumberDictionaryShape>); in EXTERN_DECLARE_DICTIONARY()
|
D | feedback-vector.cc | 1295 Handle<SimpleNumberDictionary> types; in Collect() 1298 types = SimpleNumberDictionary::New(isolate, 1); in Collect() 1301 SimpleNumberDictionary::cast(feedback->GetHeapObjectAssumeStrong()), in Collect() 1310 types = SimpleNumberDictionary::Set( in Collect() 1318 types = SimpleNumberDictionary::Set( in Collect() 1337 Handle<SimpleNumberDictionary> types( in GetSourcePositions() 1338 SimpleNumberDictionary::cast(feedback->GetHeapObjectAssumeStrong()), in GetSourcePositions() 1341 for (int index = SimpleNumberDictionary::kElementsStartIndex; in GetSourcePositions() 1342 index < types->length(); index += SimpleNumberDictionary::kEntrySize) { in GetSourcePositions() 1343 int key_index = index + SimpleNumberDictionary::kEntryKeyIndex; in GetSourcePositions() [all …]
|
D | dictionary-inl.h | 25 CAST_ACCESSOR(SimpleNumberDictionary) in CAST_ACCESSOR() 105 SimpleNumberDictionary::SimpleNumberDictionary(Address ptr) in SimpleNumberDictionary() function 106 : Dictionary<SimpleNumberDictionary, SimpleNumberDictionaryShape>(ptr) { in SimpleNumberDictionary() 271 Handle<Map> SimpleNumberDictionary::GetMap(ReadOnlyRoots roots) { in GetMap()
|
D | value-serializer.h | 303 MaybeHandle<SimpleNumberDictionary> array_buffer_transfer_map_;
|
D | object-list-macros.h | 200 V(SimpleNumberDictionary) \
|
D | value-serializer.cc | 1215 *SimpleNumberDictionary::New(isolate_, 0)); in TransferArrayBuffer() 1217 Handle<SimpleNumberDictionary> dictionary = in TransferArrayBuffer() 1219 Handle<SimpleNumberDictionary> new_dictionary = SimpleNumberDictionary::Set( in TransferArrayBuffer() 1784 Handle<SimpleNumberDictionary> transfer_map; in ReadTransferredJSArrayBuffer()
|
D | contexts.h | 236 V(SLOW_TEMPLATE_INSTANTIATIONS_CACHE_INDEX, SimpleNumberDictionary, \
|
D | objects.cc | 2388 SimpleNumberDictionary::cast(*this).Rehash(isolate); in RehashBasedOnMap() 5979 Handle<SimpleNumberDictionary> SimpleNumberDictionary::Set( in Set() 5980 Isolate* isolate, Handle<SimpleNumberDictionary> dictionary, uint32_t key, in Set() 6721 EXTERN_DEFINE_DICTIONARY(SimpleNumberDictionary, SimpleNumberDictionaryShape) in EXTERN_DEFINE_HASH_TABLE() 6746 SimpleNumberDictionary key_map = in EXTERN_DEFINE_HASH_TABLE() 6747 SimpleNumberDictionary::cast(finalization_registry.key_map()); in EXTERN_DEFINE_HASH_TABLE()
|
/external/v8/src/api/ |
D | api-natives.cc | 301 SimpleNumberDictionary slow_cache = in ProbeInstantiationsCache() 327 Handle<SimpleNumberDictionary> cache = in CacheTemplateInstantiation() 330 SimpleNumberDictionary::Set(isolate, cache, serial_number, object); in CacheTemplateInstantiation() 349 Handle<SimpleNumberDictionary> cache = in UncacheTemplateInstantiation() 353 cache = SimpleNumberDictionary::DeleteEntry(isolate, cache, entry); in UncacheTemplateInstantiation()
|
/external/v8/src/common/ |
D | globals.h | 688 class SimpleNumberDictionary; variable
|
/external/v8/src/builtins/ |
D | base.tq | 147 extern class SimpleNumberDictionary extends HashTable;
|
/external/v8/src/init/ |
D | bootstrapper.cc | 4486 auto slow_template_instantiations_cache = SimpleNumberDictionary::New( in InstallABunchOfRandomThings()
|