Searched refs:raw_properties_or_hash (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
H A D | js-objects-inl.h | 146 ACCESSORS(JSReceiver, raw_properties_or_hash, Object, kPropertiesOrHashOffset) 147 RELAXED_ACCESSORS(JSReceiver, raw_properties_or_hash, Object, 779 DCHECK(raw_properties_or_hash(cage_base).IsSmi() || in DEF_GETTER() 780 ((raw_properties_or_hash(cage_base).IsGlobalDictionary(cage_base) || in DEF_GETTER() 781 raw_properties_or_hash(cage_base).IsNameDictionary(cage_base) || in DEF_GETTER() 782 raw_properties_or_hash(cage_base).IsSwissNameDictionary( in DEF_GETTER() 792 Object prop = raw_properties_or_hash(cage_base); in DEF_GETTER() 804 Object prop = raw_properties_or_hash(cage_base); in DEF_GETTER() 815 Object prop = raw_properties_or_hash(cage_base); in DEF_GETTER()
|
H A D | js-objects.h | 78 DECL_ACCESSORS(raw_properties_or_hash, Object) 79 DECL_RELAXED_ACCESSORS(raw_properties_or_hash, Object) 316 // "raw_properties_or_hash".
|
H A D | js-objects.cc | 791 Object properties = object.raw_properties_or_hash(); in GetIdentityHashHelper() 829 HeapObject existing_properties = HeapObject::cast(raw_properties_or_hash()); in SetIdentityHash() 4457 Object backing_store = object->raw_properties_or_hash(kRelaxedLoad); in DictionaryPropertyAt()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | heap-refs.cc | 319 Object raw_properties_or_hash = in GetOwnFastDataPropertyFromHeap() local 320 holder.object()->raw_properties_or_hash(cage_base, kRelaxedLoad); in GetOwnFastDataPropertyFromHeap() 322 if (broker->ObjectMayBeUninitialized(raw_properties_or_hash)) { in GetOwnFastDataPropertyFromHeap() 325 if (!raw_properties_or_hash.IsPropertyArray(cage_base)) { in GetOwnFastDataPropertyFromHeap() 331 PropertyArray properties = PropertyArray::cast(raw_properties_or_hash); in GetOwnFastDataPropertyFromHeap() 1182 base::Optional<ObjectRef> JSObjectRef::raw_properties_or_hash() const { in raw_properties_or_hash() function in v8::internal::compiler::JSObjectRef 1183 return TryMakeRef(broker(), object()->raw_properties_or_hash()); in raw_properties_or_hash()
|
H A D | heap-refs.h | 381 base::Optional<ObjectRef> raw_properties_or_hash() const;
|
H A D | js-create-lowering.cc | 1702 !boilerplate.raw_properties_or_hash().has_value()) { in TryAllocateFastLiteral() 1706 ObjectRef properties = *boilerplate.raw_properties_or_hash(); in TryAllocateFastLiteral()
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory.cc | 3126 Handle<Object> raw_properties_or_hash(object->raw_properties_or_hash(), in ReinitializeJSGlobalProxy() 3150 InitializeJSObjectFromMap(raw, *raw_properties_or_hash, *map); in ReinitializeJSGlobalProxy()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.cc | 1212 TagObject(js_obj.raw_properties_or_hash(), "(object properties)"); in ExtractJSObjectReferences() 1213 SetInternalReference(entry, "properties", js_obj.raw_properties_or_hash(), in ExtractJSObjectReferences()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-printer.cc | 594 Object properties_or_hash = obj.raw_properties_or_hash(kRelaxedLoad); in JSObjectPrintBody()
|
Completed in 37 milliseconds