Searched defs:sigData (Results 1 – 8 of 8) sorted by relevance
101 std::vector<int16_t> sigData; variable124 std::vector<int16_t> sigData { 0, 1, 2, 3, 4, 5 }; variable152 std::string sigData = "sig_data_for_test"; variable168 bool sigData = true; variable
66 std::vector<int16_t> sigData; in CommandAOTCompiler() local100 std::string sigData; in CommandGetAOTVersion() local117 bool sigData; in CommandNeedReCompile() local
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()
124 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()
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()
210 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()
45 std::vector<int16_t> sigData; in DoSomethingInterestingWithMyAPI() local
93 std::vector<int16_t> sigData; variable