• Home
  • Raw
  • Download

Lines Matching full:pc

39     GateRef pc { 0 };
45 …return (constpool != 0) && (pc != 0) && (offset != Offset::INVALID) && (length != Length::INVALID); in IsValid()
60 inline GateRef ReadInst4_0(GateRef pc);
61 inline GateRef ReadInst4_1(GateRef pc);
62 inline GateRef ReadInst4_2(GateRef pc);
63 inline GateRef ReadInst4_3(GateRef pc);
64 inline GateRef ReadInst8_0(GateRef pc);
65 inline GateRef ReadInst8_1(GateRef pc);
66 inline GateRef ReadInst8_2(GateRef pc);
67 inline GateRef ReadInst8_3(GateRef pc);
68 inline GateRef ReadInst8_4(GateRef pc);
69 inline GateRef ReadInst8_5(GateRef pc);
70 inline GateRef ReadInst8_6(GateRef pc);
71 inline GateRef ReadInst8_7(GateRef pc);
72 inline GateRef ReadInst8_8(GateRef pc);
73 inline GateRef ReadInst16_0(GateRef pc);
74 inline GateRef ReadInst16_1(GateRef pc);
75 inline GateRef ReadInst16_2(GateRef pc);
76 inline GateRef ReadInst16_3(GateRef pc);
77 inline GateRef ReadInst16_4(GateRef pc);
78 inline GateRef ReadInst16_5(GateRef pc);
79 inline GateRef ReadInst16_6(GateRef pc);
80 inline GateRef ReadInstSigned8_0(GateRef pc);
81 inline GateRef ReadInstSigned16_0(GateRef pc);
82 inline GateRef ReadInstSigned32_0(GateRef pc);
83 inline GateRef ReadInst32_0(GateRef pc);
84 inline GateRef ReadInst32_1(GateRef pc);
85 inline GateRef ReadInst32_2(GateRef pc);
86 inline GateRef ReadInst64_0(GateRef pc);
117 GateRef env, GateRef pc, GateRef prev, GateRef type);
119 inline void CheckException(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
122 inline void CheckPendingException(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
125 inline void CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
128 inline void CheckExceptionWithVar(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
138 inline void Dispatch(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
140 inline void DispatchWithId(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
142 inline void DispatchLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
144 inline void DispatchDebugger(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
146 inline void DispatchDebuggerLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
181 void GenerateCircuitImpl(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, \