Home | History | Annotate | Download | only in src

Lines Matching defs:ast_id

13946     if (back_edges.pc_offset(i) == pc_offset) return back_edges.ast_id(i);
13952 uint32_t Code::TranslateAstIdToPcOffset(BailoutId ast_id) {
13957 if (back_edges.ast_id(i) == ast_id) return back_edges.pc_offset(i);
14260 int ast_id = iterator.Next();
14264 os << "{ast_id=" << ast_id << ", function="
14605 os << "ast_id pc_offset loop_depth\n";
14608 os << std::setw(6) << back_edges.ast_id(i).ToInt() << " "