Searched refs:HasFrameState (Results 1 – 8 of 8) sorted by relevance
81 if (acc_.HasFrameState(lhs)) { in CheckReplacement()82 ASSERT(acc_.HasFrameState(rhs)); in CheckReplacement()
82 if (acc_.HasFrameState(nex)) { in CollectLoopBody()130 if (acc_.HasFrameState(gate)) { in UpdateLoopInfo()
1136 ASSERT(HasFrameState(gate)); in GetFrameState()1157 bool GateAccessor::HasFrameState(GateRef gate) const in HasFrameState() function in panda::ecmascript::kungfu::GateAccessor1159 return GetMetaData(gate)->HasFrameState(); in HasFrameState()1164 ASSERT(HasFrameState(gate)); in ReplaceFrameStateIn()
496 return HasFrameState() ? 1 : 0; in GetInFrameStateCount()558 bool HasFrameState() const in HasFrameState() function
545 bool HasFrameState(GateRef gate) const;
224 if (meta_->HasFrameState()) { in CheckFrameStateInput()
475 ASSERT(acc_.HasFrameState(gate)); in InlineFuncCheck()
727 if (meta->HasFrameState()) { in CreateGateInList()