Home | History | Annotate | Download | only in src

Lines Matching defs:ast_id

13726     if (back_edges.pc_offset(i) == pc_offset) return back_edges.ast_id(i);
13732 uint32_t Code::TranslateAstIdToPcOffset(BailoutId ast_id) {
13737 if (back_edges.ast_id(i) == ast_id) return back_edges.pc_offset(i);
14038 int ast_id = iterator.Next();
14042 os << "{ast_id=" << ast_id << ", function="
14390 os << "ast_id pc_offset loop_depth\n";
14393 os << std::setw(6) << back_edges.ast_id(i).ToInt() << " "