Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerimpl_unit/
Daotcompilerimpl_unit.cpp101 std::vector<int16_t> sigData; variable
124 std::vector<int16_t> sigData { 0, 1, 2, 3, 4, 5 }; variable
152 std::string sigData = "sig_data_for_test"; variable
168 bool sigData = true; variable
/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_service.cpp124 std::vector<int16_t> &sigData) in AotCompiler()
134 int32_t AotCompilerService::GetAOTVersion(std::string& sigData) in GetAOTVersion()
144 int32_t AotCompilerService::NeedReCompile(const std::string& args, bool& sigData) in NeedReCompile()
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_impl.cpp210 std::vector<int16_t> &sigData) in EcmascriptAotCompiler()
247 int32_t AotCompilerImpl::GetAOTVersion(std::string& sigData) in GetAOTVersion()
255 int32_t AotCompilerImpl::NeedReCompile(const std::string& args, bool& sigData) in NeedReCompile()
263 std::vector<int16_t> &sigData) in AOTLocalCodeSign()
/arkcompiler/ets_runtime/compiler_service/test/fuzztest/aotcompilerargsprepare_fuzzer/
Daotcompilerargsprepare_fuzzer.cpp45 std::vector<int16_t> sigData; in DoSomethingInterestingWithMyAPI() local
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerclient_unit/
Daotcompilerclient_unit.cpp93 std::vector<int16_t> sigData; variable