Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.h148 static JSHandle<TaggedArray> ExtractStaticFieldTypeArray(JSThread *thread,
Dclass_info_extractor.cpp1056 JSHandle<TaggedArray> SendableClassDefiner::ExtractStaticFieldTypeArray(JSThread *thread, in ExtractStaticFieldTypeArray() function in panda::ecmascript::SendableClassDefiner
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1039 …JSHandle<TaggedArray> staticFieldArray = SendableClassDefiner::ExtractStaticFieldTypeArray(thread,… in RuntimeCreateSharedClass()