Home
last modified time | relevance | path

Searched refs:SetRequestAotCallback (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_manager.h63 void SetRequestAotCallback(const RequestAotCallback &cb) in SetRequestAotCallback() function
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1309 …static void SetRequestAotCallback(EcmaVM *vm, const std::function<int32_t(const std::string &bundl…
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3692 void JSNApi::SetRequestAotCallback([[maybe_unused]] EcmaVM *vm, const std::function<int32_t in SetRequestAotCallback() function in panda::JSNApi
3695 ecmascript::pgo::PGOProfilerManager::GetInstance()->SetRequestAotCallback(cb); in SetRequestAotCallback()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp1983 JSNApi::SetRequestAotCallback(vm_, in HWTEST_F_L0()