Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/entrypoints/
Dentrypoints.cpp252 extern "C" ObjectHeader *CreateObjectByClassInterpreter(ManagedThread *thread, Class *klass) in CreateObjectByClassInterpreter() function
268 return CreateObjectByClassInterpreter(thread, klass); in CreateObjectByIdEntrypoint()