Home
last modified time | relevance | path

Searched defs:sigData (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerproxy_unit/
Daotcompilerproxy_unit.cpp121 std::vector<int16_t> sigData; variable
148 std::string sigData = "==="; variable
163 bool sigData = false; variable
176 std::vector<int16_t> sigData; variable
192 std::vector<int16_t> sigData; variable
212 std::vector<int16_t> sigData; variable
233 std::vector<int16_t> sigData; variable
300 std::string sigData; variable
314 std::string sigData; variable
332 std::string sigData; variable
[all …]
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerimpl_unit/
Daotcompilerimpl_unit.cpp88 std::vector<int16_t> &sigData) in EcmascriptAotCompilerMock()
195 std::vector<int16_t> sigData; variable
217 std::vector<int16_t> sigData { 0, 1, 2, 3, 4, 5 }; variable
247 std::string sigData = "sig_data_for_test"; variable
261 bool sigData = true; variable
335 std::vector<int16_t> sigData { 0, 1, 2, 3, 4, 5 }; in ExecuteAotCompilerTask() local
414 std::vector<int16_t> sigData; variable
445 std::vector<int16_t> sigData; variable
536 std::vector<int16_t> sigData; in RunAotCompilerTask() local
/arkcompiler/ets_runtime/compiler_service/interface/
Daot_compiler_interface_stub.cpp66 std::vector<int16_t> sigData; in CommandAOTCompiler() local
100 std::string sigData; in CommandGetAOTVersion() local
117 bool sigData; in CommandNeedReCompile() local
Daot_compiler_interface_proxy.cpp23 std::vector<int16_t>& sigData) in AotCompiler()
113 ErrCode AotCompilerInterfaceProxy::GetAOTVersion(std::string& sigData) in GetAOTVersion()
147 ErrCode AotCompilerInterfaceProxy::NeedReCompile(const std::string& args, bool& sigData) in NeedReCompile()
/arkcompiler/ets_runtime/compiler_service/src/
Daot_compiler_client.cpp44 std::vector<int16_t> &sigData) in AotCompiler()
68 int32_t AotCompilerClient::GetAOTVersion(std::string& sigData) in GetAOTVersion()
81 int32_t AotCompilerClient::NeedReCompile(const std::string& oldVersion, bool& sigData) in NeedReCompile()
Daot_compiler_service.cpp117 std::vector<int16_t> &sigData) in AotCompiler()
131 int32_t AotCompilerService::GetAOTVersion(std::string& sigData) in GetAOTVersion()
141 int32_t AotCompilerService::NeedReCompile(const std::string& args, bool& sigData) in NeedReCompile()
Daot_compiler_impl.cpp159 std::vector<int16_t> &sigData) in EcmascriptAotCompiler()
223 int32_t AotCompilerImpl::GetAOTVersion(std::string& sigData) in GetAOTVersion()
231 int32_t AotCompilerImpl::NeedReCompile(const std::string& args, bool& sigData) in NeedReCompile()
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerclient_unit/
Daotcompilerclient_unit.cpp91 std::vector<int16_t> sigData; variable
243 bool sigData = false; variable
256 std::string sigData = "test_string"; variable
/arkcompiler/ets_runtime/compiler_service/test/fuzztest/aotcompilerargsprepare_fuzzer/
Daotcompilerargsprepare_fuzzer.cpp30 std::vector<int16_t> sigData; in DoSomethingInterestingWithMyAPI() local
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerservice_unit/
Daotcompilerservice_unit.cpp183 std::string sigData = "test_string"; variable
198 bool sigData = true; variable