Searched refs:UpdateRootHClass (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_hclass-inl.h | 36 UpdateRootHClass(thread, parent, child); in AddTransitions() 72 UpdateRootHClass(thread, parent, child); in AddProtoTransitions() 278 inline void JSHClass::UpdateRootHClass(const JSThread *thread, const JSHandle<JSHClass> &parent, in UpdateRootHClass() function
|
| D | js_hclass.cpp | 442 UpdateRootHClass(thread, jshclass, newJsHClass); in TransitionToDictionary() 466 UpdateRootHClass(thread, jshclass, newJsHClass); in OptimizeAsFastProperties()
|
| D | js_hclass.h | 1786 inline static void UpdateRootHClass(const JSThread *thread, const JSHandle<JSHClass> &parent,
|