Searched refs:is_entry_construct (Results 1 – 2 of 2) sorted by relevance
223 bool is_entry_construct() const { return type() == ENTRY_CONSTRUCT; } in is_entry_construct() function402 DCHECK(frame->is_entry_construct()); in cast()
291 if (frame->is_entry() || frame->is_entry_construct()) { in IsValidCaller()