Searched refs:triggerMode (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler_manager.h | 72 bool RequestAot(const std::string &bundleName, const std::string &moduleName, RequestAotMode triggerMode) in RequestAot() argument 83 return (cb(bundleName, moduleName, static_cast<int32_t>(triggerMode)) == 0); in RequestAot()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | ecma_vm.h | 106 std::function<int32_t(const std::string &bundleName, const std::string &moduleName, int32_t triggerMode)>;
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | jsnapi_first_tests.cpp | 2108 [&](const std::string &bundleName, const std::string &moduleName, int32_t triggerMode) -> bool { in HWTEST_F_L0() 2111 trigger = triggerMode; in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
H A D | jsnapi_expo.h | 1731 int32_t triggerMode)> &cb);
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
H A D | jsnapi_expo.cpp | 5632 (const std::string &bundleName, const std::string &moduleName, int32_t triggerMode)> &cb) in SetRequestAotCallback()
|
Completed in 20 milliseconds