Home
last modified time | relevance | path

Searched defs:classLinkerContext (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_class_linker.cpp54 …Linker::GetClass(const char *name, bool needCopyDescriptor, ClassLinkerContext *classLinkerContext, in GetClass()
63ClassLinkerContext *classLinkerContext, ClassLinkerErrorHandler *errorHandler) in GetClass()
70ClassLinkerContext *classLinkerContext, ClassLinkerErrorHandler *errorHandler) in GetMethod()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dproto_reader.h26 …NLINE ProtoReader(Method *method, ClassLinker *classLinker, ClassLinkerContext *classLinkerContext) in ProtoReader()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_TypeCreator.cpp186 auto *classLinkerContext = targetLinker->GetClassLinkerContext(); in TypeAPITypeCreatorCtxCommit() local