Home
last modified time | relevance | path

Searched defs:linker (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/runtime_core/static_core/static_linker/
DCMakeLists.txt15 project(linker CXX) project
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_class_linker_context.h74 auto *linker = PandaEtsVM::GetCurrent()->GetGlobalObjectStorage()->Get(ref); in GetRuntimeLinker() local
Dets_stubs-inl.h322 ALWAYS_INLINE inline bool MethodIsSupertypeOf(ClassLinker *linker, Method *superm, Method *subm) in MethodIsSupertypeOf()
365 auto linker = Runtime::GetCurrent()->GetClassLinker(); in ResolveCompatibleVMethodInClass() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Class.cpp70 EtsClassLinker *linker = coro->GetPandaVM()->GetClassLinker(); in StdCoreClassInitialize() local
122 auto *linker = Runtime::GetCurrent()->GetClassLinker(); in EtsBootRuntimeLinkerFindAndLoadClass() local
Dstd_core_StackTrace.cpp63 auto linker = coroutine->GetPandaVM()->GetClassLinker(); in StdCoreStackTraceProvisionStackTrace() local
Dstd_core.cpp38 auto linker = runtime->GetClassLinker(); in StdCoreStackTraceLines() local
Dstd_core_TypeCreator.cpp188 auto linker = Runtime::GetCurrent()->GetClassLinker(); in TypeAPITypeCreatorCtxCommit() local
/arkcompiler/runtime_core/static_core/verification/jobs/
Dservice.h31 …VerifierService(mem::InternalAllocatorPtr allocator, ClassLinker *linker) : allocator_ {allocator}… in VerifierService()
/arkcompiler/runtime_core/static_core/runtime/tooling/evaluation/
Dexpression_loader.cpp119 auto *linker = Runtime::GetCurrent()->GetClassLinker(); in LoadFileAndGetEntryMethod() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/integrate/
Dets_ani_expo.cpp88 ClassLinker *linker = runtime->GetClassLinker(); in TryLoadAotFileForBoot() local
/arkcompiler/runtime_core/static_core/verification/
Dpublic.cpp58 …*CreateService(Config const *config, ark::mem::InternalAllocatorPtr allocator, ClassLinker *linker, in CreateService()
/arkcompiler/runtime_core/static_core/verification/type/
Dtype_system.cpp38 static Type DescriptorToType(ClassLinker *linker, ClassLinkerContext *ctx, uint8_t const *descr) in DescriptorToType()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.cpp72 auto *linker = PandaEtsVM::GetCurrent()->GetClassLinker(); in FunctionalReferenceAnnotationCallBack() local
683 EtsClassLinker *linker = coro->GetPandaVM()->GetClassLinker(); in CreateInstance() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.cpp627 …ker::RoDataSections LLVMAotCompiler::LinkModule(WrappedModule *wrappedModule, ArkAotLinker *linker, in LinkModule()
692 ArkAotLinker linker {functionHeaderSize}; in FinishCompile() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_context.cpp567 void InteropCtx::InitializeDefaultLinkerCtxIfNeeded(EtsRuntimeLinker *linker) in InitializeDefaultLinkerCtxIfNeeded()
583 void InteropCtx::SetDefaultLinkerContext(EtsRuntimeLinker *linker) in SetDefaultLinkerContext()
Dintrinsics_api_impl.cpp1365 void SetInteropRuntimeLinker(EtsRuntimeLinker *linker) in SetInteropRuntimeLinker()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.cpp415 void InteropContextSetInteropRuntimeLinkerImplIntrinsic(EtsRuntimeLinker *linker) in InteropContextSetInteropRuntimeLinkerImplIntrinsic()