Home | History | Annotate | Download | only in arm

Lines Matching refs:ast_id

199 static int LookupBailoutId(DeoptimizationInputData* data, unsigned ast_id) {
203 if (static_cast<unsigned>(data->AstId(i)->value()) == ast_id) {
220 unsigned ast_id = data->OsrAstId()->value();
222 int bailout_id = LookupBailoutId(data, ast_id);
241 ASSERT(node_id == ast_id);
264 ast_id,