Searched refs:RuntimeSetClassInheritanceRelationship (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 839 RuntimeSetClassInheritanceRelationship(thread, JSHandle<JSTaggedValue>(ctor), base); in RuntimeResolveClass() 887 RuntimeSetClassInheritanceRelationship(thread, JSHandle<JSTaggedValue>(cloneClass), base); in RuntimeCloneClassFromTemplate() 955 RuntimeSetClassInheritanceRelationship(thread, JSHandle<JSTaggedValue>(cls), base); in RuntimeCreateClassWithBuffer() 1051 …RuntimeSetClassInheritanceRelationship(thread, JSHandle<JSTaggedValue>(cls), base, ClassKind::SEND… in RuntimeCreateSharedClass() 1064 JSTaggedValue RuntimeStubs::RuntimeSetClassInheritanceRelationship(JSThread *thread, in RuntimeSetClassInheritanceRelationship() function
|
| D | runtime_stubs.h | 263 static inline JSTaggedValue RuntimeSetClassInheritanceRelationship(JSThread *thread,
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 1157 return RuntimeStubs::RuntimeSetClassInheritanceRelationship(thread, cls, parent); in SetClassInheritanceRelationship()
|