Home
last modified time | relevance | path

Searched refs:GetInitialArrayHClassWithElementsKind (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp535 JSHClass* JSHClass::GetInitialArrayHClassWithElementsKind(const JSThread *thread, const ElementsKin… in GetInitialArrayHClassWithElementsKind() function in panda::ecmascript::JSHClass
561 ASSERT(array->GetClass() == GetInitialArrayHClassWithElementsKind(thread, current)); in TransitToElementsKind()
589 ASSERT(object->GetClass() == GetInitialArrayHClassWithElementsKind(thread, current)); in TransitToElementsKind()
Djs_hclass.h423 …static JSHClass* GetInitialArrayHClassWithElementsKind(const JSThread *thread, const ElementsKind …