Home
last modified time | relevance | path

Searched refs:RET_OK (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/ffiworkloadtest/
H A Dget_ffi_workload_report.py33 RET_OK = 0 variable in Constants
165 return Constants.RET_OK
442 if ret == Constants.RET_OK:
/arkcompiler/ets_runtime/test/jsperftest/
H A Drun_js_test.py60 RET_OK = 0 variable in Constants
217 return Constants.RET_OK
478 return Constants.RET_OK
730 return Constants.RET_OK
749 return Constants.RET_OK
759 return Constants.RET_OK
779 return Constants.RET_OK
/arkcompiler/ets_runtime/test/aotjsperftest/
H A Drun_js_test.py57 RET_OK = 0 variable in Constants
209 return Constants.RET_OK
499 return Constants.RET_OK
713 return Constants.RET_OK
732 return Constants.RET_OK
742 return Constants.RET_OK
762 return Constants.RET_OK
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dcompiler_interface.h91 enum class ReturnReason { RET_OK = 0, RET_DEOPTIMIZATION = 1 }; member in ark::CompilerInterface::ReturnReason
/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler.h107 return static_cast<unsigned>(CompilerInterface::ReturnReason::RET_OK);
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinterpreter_test.cpp2637 return CompilerInterface::ReturnReason::RET_OK; in EntryPoint()

Completed in 11 milliseconds