Lines Matching defs:thread
33 JSHandle<TransitionsDictionary> TransitionsDictionary::PutIfAbsent(const JSThread *thread, in PutIfAbsent()
84 JSHandle<TransitionsDictionary> TransitionsDictionary::Remove(const JSThread *thread, in Remove()
98 void TransitionsDictionary::Rehash(const JSThread *thread, TransitionsDictionary *newTable) in Rehash()
128 void JSHClass::Initialize(const JSThread *thread, uint32_t size, JSType type, uint32_t inlinedProps, in Initialize()
161 void JSHClass::InitTSInheritInfo(const JSThread *thread) in InitTSInheritInfo()
176 JSHandle<JSHClass> JSHClass::Clone(const JSThread *thread, const JSHandle<JSHClass> &jshclass, in Clone()
199 JSHandle<JSHClass> JSHClass::CloneWithoutInlinedProperties(const JSThread *thread, const JSHandle<J… in CloneWithoutInlinedProperties()
204 void JSHClass::TransitionElementsToDictionary(const JSThread *thread, const JSHandle<JSObject> &obj) in TransitionElementsToDictionary()
215 JSHandle<JSHClass> JSHClass::SetPropertyOfObjHClass(const JSThread *thread, JSHandle<JSHClass> &jsh… in SetPropertyOfObjHClass()
244 void JSHClass::AddProperty(const JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JS… in AddProperty()
293 JSHandle<JSHClass> JSHClass::TransitionExtension(const JSThread *thread, const JSHandle<JSHClass> &… in TransitionExtension()
320 JSHandle<JSHClass> JSHClass::TransitionProto(const JSThread *thread, const JSHandle<JSHClass> &jshc… in TransitionProto()
351 JSHandle<JSHClass> JSHClass::TransProtoWithoutLayout(const JSThread *thread, const JSHandle<JSHClas… in TransProtoWithoutLayout()
374 void JSHClass::SetPrototype(const JSThread *thread, JSTaggedValue proto) in SetPrototype()
380 void JSHClass::SetPrototype(const JSThread *thread, const JSHandle<JSTaggedValue> &proto) in SetPrototype()
390 void JSHClass::ShouldUpdateProtoClass(const JSThread *thread, const JSHandle<JSTaggedValue> &proto) in ShouldUpdateProtoClass()
417 void JSHClass::TransitionToDictionary(const JSThread *thread, const JSHandle<JSObject> &obj) in TransitionToDictionary()
438 void JSHClass::TransitionForRepChange(const JSThread *thread, const JSHandle<JSObject> &receiver, in TransitionForRepChange()
466 void JSHClass::TransitToElementsKind(const JSThread *thread, const JSHandle<JSArray> &array) in TransitToElementsKind()
493 …const JSThread *thread, const JSHandle<JSObject> &object, const JSHandle<JSTaggedValue> &value, El… in TransitToElementsKind()
517 JSHandle<JSTaggedValue> JSHClass::EnableProtoChangeMarker(const JSThread *thread, const JSHandle<JS… in EnableProtoChangeMarker()
550 void JSHClass::NotifyHclassChanged(const JSThread *thread, JSHandle<JSHClass> oldHclass, JSHandle<J… in NotifyHclassChanged()
565 void JSHClass::RegisterOnProtoChain(const JSThread *thread, const JSHandle<JSHClass> &jshclass) in RegisterOnProtoChain()
603 bool JSHClass::UnregisterOnProtoChain(const JSThread *thread, const JSHandle<JSHClass> &jshclass) in UnregisterOnProtoChain()
634 JSHandle<ProtoChangeDetails> JSHClass::GetProtoChangeDetails(const JSThread *thread, const JSHandle… in GetProtoChangeDetails()
645 JSHandle<ProtoChangeDetails> JSHClass::GetProtoChangeDetails(const JSThread *thread, const JSHandle… in GetProtoChangeDetails()
651 void JSHClass::MarkProtoChanged(const JSThread *thread, const JSHandle<JSHClass> &jshclass, in MarkProtoChanged()
673 void JSHClass::NoticeThroughChain(const JSThread *thread, const JSHandle<JSHClass> &jshclass, in NoticeThroughChain()
695 void JSHClass::RefreshUsers(const JSThread *thread, const JSHandle<JSHClass> &oldHclass, in RefreshUsers()
728 PropertyLookupResult JSHClass::LookupPropertyInAotHClass(const JSThread *thread, JSHClass *hclass, … in LookupPropertyInAotHClass()
775 void JSHClass::CopyTSInheritInfo(const JSThread *thread, const JSHandle<JSHClass> &oldHClass, in CopyTSInheritInfo()