Lines Matching full:pc
45 StringIdInfo() : constpool(0), pc(0), offset(Offset::INVALID), in StringIdInfo()
49 : constpool(inputConstpool), pc(inputPc), offset(inputOffset), in StringIdInfo()
53 : constpool(inputConstpool), pc(0), offset(Offset::INVALID), in StringIdInfo()
63 return pc; in GetPc()
89 …return (constpool != 0) && (pc != 0) && (offset != Offset::INVALID) && (length != Length::INVALID); in IsValid()
96 GateRef pc { 0 };
115 inline GateRef ReadInst4_0(GateRef pc);
116 inline GateRef ReadInst4_1(GateRef pc);
117 inline GateRef ReadInst4_2(GateRef pc);
118 inline GateRef ReadInst4_3(GateRef pc);
119 inline GateRef ReadInst8_0(GateRef pc);
120 inline GateRef ReadInst8_1(GateRef pc);
121 inline GateRef ReadInst8_2(GateRef pc);
122 inline GateRef ReadInst8_3(GateRef pc);
123 inline GateRef ReadInst8_4(GateRef pc);
124 inline GateRef ReadInst8_5(GateRef pc);
125 inline GateRef ReadInst8_6(GateRef pc);
126 inline GateRef ReadInst8_7(GateRef pc);
127 inline GateRef ReadInst8_8(GateRef pc);
128 inline GateRef ReadInst8_9(GateRef pc);
129 inline GateRef ReadInst16_0(GateRef pc);
130 inline GateRef ReadInst16_1(GateRef pc);
131 inline GateRef ReadInst16_2(GateRef pc);
132 inline GateRef ReadInst16_3(GateRef pc);
133 inline GateRef ReadInst16_4(GateRef pc);
134 inline GateRef ReadInst16_5(GateRef pc);
135 inline GateRef ReadInst16_6(GateRef pc);
136 inline GateRef ReadInst16_7(GateRef pc);
137 inline GateRef ReadInstSigned8_0(GateRef pc);
138 inline GateRef ReadInstSigned16_0(GateRef pc);
139 inline GateRef ReadInstSigned32_0(GateRef pc);
140 inline GateRef ReadInst32_0(GateRef pc);
141 inline GateRef ReadInst32_1(GateRef pc);
142 inline GateRef ReadInst32_2(GateRef pc);
143 inline GateRef ReadInst64_0(GateRef pc);
176 GateRef env, GateRef pc, GateRef prev, GateRef type);
181 inline void CheckException(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
184 inline void CheckPendingException(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
187 inline void CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
190 inline void CheckExceptionWithVar(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
199 inline void Dispatch(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
201 inline void DispatchWithId(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
203 inline void DispatchLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
205 inline void DispatchDebugger(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
207 inline void DispatchDebuggerLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
243 void GenerateCircuitImpl(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, \