Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_class_linker_extension.h54 const void *GetNativeEntryPointFor([[maybe_unused]] Method *method) const override in GetNativeEntryPointFor() function
/arkcompiler/runtime_core/static_core/runtime/tests/
Dclass_linker_test_extension.h107 const void *GetNativeEntryPointFor(ark::Method * /*method*/) const override in GetNativeEntryPointFor() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_class_linker_extension.cpp517 const void *EtsClassLinkerExtension::GetNativeEntryPointFor(Method *method) const in GetNativeEntryPointFor() function in ark::ets::EtsClassLinkerExtension