Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/bridge/arch/aarch64/
Dcompiled_code_to_runtime_bridge_aarch64.S167 MethodEntrypointStub AbstractMethodStub AbstractMethodErrorEntrypoint ame_not_compiled
/arkcompiler/runtime_core/runtime/bridge/arch/amd64/
Dcompiled_code_to_runtime_bridge_amd64.S311 MethodEntrypointStub AbstractMethodStub AbstractMethodErrorEntrypoint ame_not_compiled
/arkcompiler/runtime_core/runtime/bridge/arch/arm/
Dcompiled_code_to_runtime_bridge_arm.S327 MethodEntrypointStub AbstractMethodStub AbstractMethodErrorEntrypoint ame_not_compiled
/arkcompiler/runtime_core/runtime/entrypoints/
Dentrypoints.cpp918 extern "C" NO_ADDRESS_SANITIZE void AbstractMethodErrorEntrypoint(Method *method) in AbstractMethodErrorEntrypoint() function