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