• Home
  • Raw
  • Download

Lines Matching defs:thread

30 JSHandle<TransitionsDictionary> TransitionsDictionary::PutIfAbsent(const JSThread *thread,  in PutIfAbsent()
81 JSHandle<TransitionsDictionary> TransitionsDictionary::Remove(const JSThread *thread, in Remove()
95 void TransitionsDictionary::Rehash(const JSThread *thread, TransitionsDictionary *newTable) in Rehash()
125 void JSHClass::Initialize(const JSThread *thread, uint32_t size, JSType type, uint32_t inlinedProps) in Initialize()
149 JSHandle<JSHClass> JSHClass::Clone(const JSThread *thread, const JSHandle<JSHClass> &jshclass, in Clone()
172 JSHandle<JSHClass> JSHClass::CloneWithoutInlinedProperties(const JSThread *thread, const JSHandle<J… in CloneWithoutInlinedProperties()
177 void JSHClass::TransitionElementsToDictionary(const JSThread *thread, const JSHandle<JSObject> &obj) in TransitionElementsToDictionary()
187 JSHandle<JSHClass> JSHClass::SetPropertyOfObjHClass(const JSThread *thread, JSHandle<JSHClass> &jsh… in SetPropertyOfObjHClass()
216 void JSHClass::AddProperty(const JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JS… in AddProperty()
260 JSHandle<JSHClass> JSHClass::TransitionExtension(const JSThread *thread, const JSHandle<JSHClass> &… in TransitionExtension()
287 JSHandle<JSHClass> JSHClass::TransitionProto(const JSThread *thread, const JSHandle<JSHClass> &jshc… in TransitionProto()
318 JSHandle<JSHClass> JSHClass::TransProtoWithoutLayout(const JSThread *thread, const JSHandle<JSHClas… in TransProtoWithoutLayout()
341 void JSHClass::SetPrototype(const JSThread *thread, JSTaggedValue proto) in SetPrototype()
347 void JSHClass::SetPrototype(const JSThread *thread, const JSHandle<JSTaggedValue> &proto) in SetPrototype()
357 void JSHClass::ShouldUpdateProtoClass(const JSThread *thread, const JSHandle<JSTaggedValue> &proto) in ShouldUpdateProtoClass()
384 void JSHClass::TransitionToDictionary(const JSThread *thread, const JSHandle<JSObject> &obj) in TransitionToDictionary()
405 JSHandle<JSTaggedValue> JSHClass::EnableProtoChangeMarker(const JSThread *thread, const JSHandle<JS… in EnableProtoChangeMarker()
428 void JSHClass::NotifyHclassChanged(const JSThread *thread, JSHandle<JSHClass> oldHclass, JSHandle<J… in NotifyHclassChanged()
442 void JSHClass::RegisterOnProtoChain(const JSThread *thread, const JSHandle<JSHClass> &jshclass) in RegisterOnProtoChain()
481 bool JSHClass::UnregisterOnProtoChain(const JSThread *thread, const JSHandle<JSHClass> &jshclass) in UnregisterOnProtoChain()
509 JSHandle<ProtoChangeDetails> JSHClass::GetProtoChangeDetails(const JSThread *thread, const JSHandle… in GetProtoChangeDetails()
520 JSHandle<ProtoChangeDetails> JSHClass::GetProtoChangeDetails(const JSThread *thread, const JSHandle… in GetProtoChangeDetails()
526 void JSHClass::NoticeRegisteredUser([[maybe_unused]] const JSThread *thread, const JSHandle<JSHClas… in NoticeRegisteredUser()
536 void JSHClass::NoticeThroughChain(const JSThread *thread, const JSHandle<JSHClass> &jshclass) in NoticeThroughChain()
556 void JSHClass::RefreshUsers(const JSThread *thread, const JSHandle<JSHClass> &oldHclass, in RefreshUsers()