Searched refs:is_construct_entry (Results 1 – 2 of 2) sorted by relevance
199 bool is_construct_entry() const { return type() == CONSTRUCT_ENTRY; } in is_construct_entry() function394 DCHECK(frame->is_construct_entry()); in cast()
322 if (frame->is_entry() || frame->is_construct_entry()) { in IsValidCaller()