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