Lines Matching refs:data_
98 … data_ = new PassData(builder_, circuit_, ctx_, log_, fullName, &methodInfo, hasTypes, recordName, in Compile()
100 PassRunner<PassData> pipeline(data_); in Compile()
101 if (data_->GetMethodLiteral()->HasDebuggerStmt()) { in Compile()
102 data_->AbortCompilation(); in Compile()
112 if (data_->IsTypeAbort()) { in Compile()
113 data_->AbortCompilation(); in Compile()
124 if (data_->IsTypeAbort()) { in Compile()
125 data_->AbortCompilation(); in Compile()
153 PassRunner<PassData> pipeline(data_); in RunCg()
184 if (data_ != nullptr) { in ~JitPassManager()
185 delete data_; in ~JitPassManager()
186 data_ = nullptr; in ~JitPassManager()