Searched refs:raw_properties_or_hash (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/ |
D | objects-inl.h | 998 ACCESSORS(JSReceiver, raw_properties_or_hash, Object, kPropertiesOrHashOffset) in ACCESSORS() argument 2641 return GlobalDictionary::cast(raw_properties_or_hash()); in global_dictionary() 2762 raw_properties_or_hash()->IsSmi() || in HasFastProperties() 2763 (raw_properties_or_hash()->IsDictionary() == map()->is_dictionary_map())); in HasFastProperties() 2771 Object* prop = raw_properties_or_hash(); in property_dictionary() 2784 Object* prop = raw_properties_or_hash(); in property_array()
|
D | objects-printer.cc | 648 Object* properties_or_hash = obj->raw_properties_or_hash(); in JSObjectPrintBody()
|
D | objects-debug.cc | 499 VerifyPointer(isolate, raw_properties_or_hash()); in JSObjectVerify()
|
D | objects.h | 2017 DECL_ACCESSORS(raw_properties_or_hash, Object)
|
D | objects.cc | 6708 Object* properties = object->raw_properties_or_hash(); in GetIdentityHashHelper() 6742 HeapObject* existing_properties = HeapObject::cast(raw_properties_or_hash()); in SetIdentityHash()
|
/external/v8/src/compiler/ |
D | js-heap-broker.h | 194 ObjectRef raw_properties_or_hash() const;
|
D | js-heap-broker.cc | 1023 HANDLE_ACCESSOR(JSRegExp, Object, raw_properties_or_hash) in BIMODAL_ACCESSOR()
|
D | js-create-lowering.cc | 1797 boilerplate.raw_properties_or_hash()); in AllocateLiteralRegExp()
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 1020 TagObject(js_obj->raw_properties_or_hash(), "(object properties)"); in ExtractJSObjectReferences() 1022 js_obj->raw_properties_or_hash(), in ExtractJSObjectReferences()
|
/external/v8/src/heap/ |
D | factory.cc | 3391 Handle<Object> raw_properties_or_hash(object->raw_properties_or_hash(), in ReinitializeJSGlobalProxy() local 3414 InitializeJSObjectFromMap(object, raw_properties_or_hash, map); in ReinitializeJSGlobalProxy()
|