Lines Matching refs:ctx_
90 ctx_ = new PassContext(triple_, log_, collector_, m->GetModule(), &profilerDecoder_);
92 auto jsPandaFile = ctx_->GetJSPandaFile();
93 auto cmpCfg = ctx_->GetCompilerConfig();
118 circuit_ = new Circuit(compilationEnv_->GetNativeAreaAllocator(), ctx_->GetAOTModule()->GetDebugInfo(),
121 circuit_ = new Circuit(compilationEnv_->GetNativeAreaAllocator(), ctx_->GetAOTModule()->GetDebugInfo(),
129 circuit_, ctx_->GetByteCodes(), enableMethodLog && log_->OutputCIR(),
143 data_ = new PassData(builder_, circuit_, ctx_, log_, fullName, &methodInfo, recordName,
227 if (ctx_ != nullptr) {
228 delete ctx_;
229 ctx_ = nullptr;