Home
last modified time | relevance | path

Searched refs:RuntimeSetClassInheritanceRelationship (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h768 RuntimeSetClassInheritanceRelationship(thread, JSHandle<JSTaggedValue>(ctor), base); in RuntimeResolveClass()
815 RuntimeSetClassInheritanceRelationship(thread, JSHandle<JSTaggedValue>(cloneClass), base); in RuntimeCloneClassFromTemplate()
865 RuntimeSetClassInheritanceRelationship(thread, JSHandle<JSTaggedValue>(cls), base); in RuntimeCreateClassWithBuffer()
870 JSTaggedValue RuntimeStubs::RuntimeSetClassInheritanceRelationship(JSThread *thread, in RuntimeSetClassInheritanceRelationship() function
Druntime_stubs.h477 static inline JSTaggedValue RuntimeSetClassInheritanceRelationship(JSThread *thread,
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1117 return RuntimeStubs::RuntimeSetClassInheritanceRelationship(thread, cls, parent); in SetClassInheritanceRelationship()