Home
last modified time | relevance | path

Searched refs:raw_properties_or_hash (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/
Dobjects-inl.h998 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()
Dobjects-printer.cc648 Object* properties_or_hash = obj->raw_properties_or_hash(); in JSObjectPrintBody()
Dobjects-debug.cc499 VerifyPointer(isolate, raw_properties_or_hash()); in JSObjectVerify()
Dobjects.h2017 DECL_ACCESSORS(raw_properties_or_hash, Object)
Dobjects.cc6708 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/
Djs-heap-broker.h194 ObjectRef raw_properties_or_hash() const;
Djs-heap-broker.cc1023 HANDLE_ACCESSOR(JSRegExp, Object, raw_properties_or_hash) in BIMODAL_ACCESSOR()
Djs-create-lowering.cc1797 boilerplate.raw_properties_or_hash()); in AllocateLiteralRegExp()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1020 TagObject(js_obj->raw_properties_or_hash(), "(object properties)"); in ExtractJSObjectReferences()
1022 js_obj->raw_properties_or_hash(), in ExtractJSObjectReferences()
/external/v8/src/heap/
Dfactory.cc3391 Handle<Object> raw_properties_or_hash(object->raw_properties_or_hash(), in ReinitializeJSGlobalProxy() local
3414 InitializeJSObjectFromMap(object, raw_properties_or_hash, map); in ReinitializeJSGlobalProxy()