Home
last modified time | relevance | path

Searched refs:triggerMode (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_manager.h72 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 Decma_vm.h106 std::function<int32_t(const std::string &bundleName, const std::string &moduleName, int32_t triggerMode)>;
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_first_tests.cpp2108 [&](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 Djsnapi_expo.h1731 int32_t triggerMode)> &cb);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp5632 (const std::string &bundleName, const std::string &moduleName, int32_t triggerMode)> &cb) in SetRequestAotCallback()

Completed in 20 milliseconds