Home
last modified time | relevance | path

Searched defs:CacheClass (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_class_linker_extension.cpp497 Class *EtsClassLinkerExtension::CacheClass(std::string_view descriptor, bool forceInit) in CacheClass() function in ark::ets::EtsClassLinkerExtension
512 Class *EtsClassLinkerExtension::CacheClass(std::string_view descriptor, F const &setup, bool forceI… in CacheClass() function in ark::ets::EtsClassLinkerExtension
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_context.cpp41 static Class *CacheClass(EtsClassLinker *etsClassLinker, std::string_view descriptor) in CacheClass() function