Home
last modified time | relevance | path

Searched refs:FindProtoTransitions (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_hclass-inl.h153 inline JSHClass *JSHClass::FindProtoTransitions(const JSTaggedValue &key, const JSTaggedValue &proto) in FindProtoTransitions() function in panda::ecmascript::JSHClass
H A Djs_hclass.cpp356 auto *newClass = jshclass->FindProtoTransitions(key.GetTaggedValue(), proto.GetTaggedValue()); in TransitionProto()
455 auto *newClass = jshclass->FindProtoTransitions(key.GetTaggedValue(), proto.GetTaggedValue()); in TransProtoWithoutLayout()
H A Djs_hclass.h2057 inline JSHClass *FindProtoTransitions(const JSTaggedValue &key, const JSTaggedValue &proto);
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3453 return JSTaggedValue(cls->FindProtoTransitions(key, proto)); in JSHClassFindProtoTransitions()

Completed in 17 milliseconds