Searched refs:RuntimeSetClassInheritanceRelationship (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 768 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
|
| D | runtime_stubs.h | 477 static inline JSTaggedValue RuntimeSetClassInheritanceRelationship(JSThread *thread,
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 1117 return RuntimeStubs::RuntimeSetClassInheritanceRelationship(thread, cls, parent); in SetClassInheritanceRelationship()
|