Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp933 static bool TryInsertClassLoading(panda_file::File::EntityId &classId, const panda_file::File *pf, in TryInsertClassLoading() function
1005 if (!TryInsertClassLoading(classId, pf, classDataAccessor, threadLocalSet, errorHandler)) { in LoadClass()