Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp743 size_t calleeId, in ResolveVirtualCallAotEntrypoint()
788size_t calleeId, size_t *slot) in ResolveUnknownVirtualCallEntrypoint()
850 extern "C" Method *GetCalleeMethodEntrypoint(const Method *caller, size_t calleeId) in GetCalleeMethodEntrypoint()
862 extern "C" Method *GetUnknownCalleeMethodEntrypoint(const Method *caller, size_t calleeId, size_t *… in GetUnknownCalleeMethodEntrypoint()
1306 …"C" Method *GetCalleeMethodFromBytecodeId(ManagedThread *thread, Method *caller, uint32_t calleeId, in GetCalleeMethodFromBytecodeId()