Lines Matching refs:constpool
39 GateRef constpool { 0 };
46 …return (constpool != 0) && (pc != 0) && (offset != Offset::INVALID) && (length != Length::INVALID); in IsValid()
120 inline void CheckException(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
123 inline void CheckPendingException(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
126 inline void CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
129 inline void CheckExceptionWithVar(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
139 inline void Dispatch(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
141 inline void DispatchWithId(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
143 inline void DispatchLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
145 inline void DispatchDebugger(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
147 inline void DispatchDebuggerLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
183 void GenerateCircuitImpl(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, \