Home | History | Annotate | Download | only in cctest

Lines Matching defs:entry2

494   i::FunctionEntry entry2 = pd->GetFunctionEntry(second_lbrace);
495 CHECK(entry2.is_valid());
496 CHECK_EQ('}', program[entry2.end_pos() - 1]);