| /arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerproxy_unit/ |
| D | aotcompilerproxy_unit.cpp | 121 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/ |
| D | aotcompilerimpl_unit.cpp | 88 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/ |
| D | aot_compiler_interface_stub.cpp | 66 std::vector<int16_t> sigData; in CommandAOTCompiler() local 100 std::string sigData; in CommandGetAOTVersion() local 117 bool sigData; in CommandNeedReCompile() local
|
| D | aot_compiler_interface_proxy.cpp | 23 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/ |
| D | aot_compiler_client.cpp | 44 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()
|
| D | aot_compiler_service.cpp | 117 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()
|
| D | aot_compiler_impl.cpp | 159 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/ |
| D | aotcompilerclient_unit.cpp | 91 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/ |
| D | aotcompilerargsprepare_fuzzer.cpp | 30 std::vector<int16_t> sigData; in DoSomethingInterestingWithMyAPI() local
|
| /arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerservice_unit/ |
| D | aotcompilerservice_unit.cpp | 183 std::string sigData = "test_string"; variable 198 bool sigData = true; variable
|