Lines Matching refs:aotCompilerProxy
48 auto aotCompilerProxy = GetAotCompilerProxy();
49 if (aotCompilerProxy == nullptr) {
53 return aotCompilerProxy->AotCompiler(argsMap, sigData);
60 auto aotCompilerProxy = GetAotCompilerProxy();
61 if (aotCompilerProxy == nullptr) {
65 return aotCompilerProxy->StopAotCompiler();
72 auto aotCompilerProxy = GetAotCompilerProxy();
73 if (aotCompilerProxy == nullptr) {
78 return aotCompilerProxy->GetAOTVersion(sigData);
85 auto aotCompilerProxy = GetAotCompilerProxy();
86 if (aotCompilerProxy == nullptr) {
90 return aotCompilerProxy->NeedReCompile(oldVersion, sigData);
96 auto aotCompilerProxy = GetAotCompiler();
97 if (aotCompilerProxy != nullptr) {
99 return aotCompilerProxy;
108 aotCompilerProxy = iface_cast<IAotCompilerInterface>(remoteObject);
109 return aotCompilerProxy;
115 aotCompilerProxy = GetAotCompiler();
116 if (aotCompilerProxy == nullptr || aotCompilerProxy->AsObject() == nullptr) {
121 return aotCompilerProxy;
207 auto aotCompilerProxy = GetAotCompiler();
208 if (aotCompilerProxy == nullptr) {
217 if (aotCompilerProxy->AsObject() != remotePromote) {