Searched refs:is_entry_construct (Results 1 – 3 of 3) sorted by relevance
249 bool is_entry_construct() const { return type() == ENTRY_CONSTRUCT; } in is_entry_construct() function426 DCHECK(frame->is_entry_construct()); in cast()
1086 if (frame->is_entry() || frame->is_entry_construct()) { in UnwindAndFindHandler()1171 if (frame->is_entry() || frame->is_entry_construct()) { in PredictExceptionCatcher()
292 if (frame->is_entry() || frame->is_entry_construct()) { in IsValidCaller()