Lines Matching refs:ctx_
114 if (methodOffset == 0 || ctx_->IsSkippedMethod(methodOffset)) {
120 inlinedMethod = ctx_->GetJSPandaFile()->FindMethodLiteral(methodOffset);
124 auto &bytecodeInfo = ctx_->GetBytecodeInfo();
126 ctx_->GetBytecodeInfoCollector()->ProcessMethod(inlinedMethod);
132 if (info.IsNormalCall() && ctx_->FilterMethod(inlinedMethod, methodPcInfo)) {
162 auto jsPandaFile = ctx_->GetJSPandaFile();
184 const JSPandaFile *jsPandaFile = ctx_->GetJSPandaFile();
193 auto ecmaOpcode = ctx_->GetByteCodes()->GetOpcode(pc);
212 const JSPandaFile *jsPandaFile = ctx_->GetJSPandaFile();
213 CompilerLog *log = ctx_->GetCompilerLog();
226 PGOProfilerDecoder *decoder = (ctx_->GetPfDecoder() != nullptr) ? ctx_->GetPfDecoder() : &defDecoder;
229 circuit_, ctx_->GetByteCodes(), IsLogEnabled(),
241 PassData data(&builder, circuit_, ctx_, log, fullName,
244 nativeAreaAllocator_, ctx_->GetPfDecoder(), passOptions_);
764 CString fileDesc = ctx_->GetJSPandaFile()->GetNormalizedFileDesc();