Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod-inl.h167 inline Value Method::InvokeCompiledCode(ManagedThread *thread, uint32_t numArgs, Value *args) in InvokeCompiledCode() function
419 return InvokeCompiledCode(thread, numActualArgs, args); in InvokeImpl()
Dmethod.h864 Value InvokeCompiledCode(ManagedThread *thread, uint32_t numArgs, Value *args);