Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/include/
Dmethod-inl.h96 Value Method::InvokeInterpretedCode(ManagedThread *thread, uint32_t num_actual_args, Value *args, v… in InvokeInterpretedCode() function
227 return InvokeInterpretedCode<is_dynamic>(thread, num_actual_args, args, data); in InvokeImpl()
Dmethod.h657 …Value InvokeInterpretedCode(ManagedThread *thread, uint32_t num_actual_args, Value *args, void *da…