Lines Matching refs:acc
44 void CheckExceptionWithVar(GateRef acc, GateRef res)
56 DEFVARIABLE(varAcc, VariableType::JS_ANY(), acc);
62 void CheckException(GateRef acc, GateRef res)
70 (void) acc;
79 void CheckExceptionWithJump(GateRef acc, GateRef res, Label *jump)
87 Return(acc);
120 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter)
123 DispatchBase(target, glue, sp, pc, constpool, profileTypeInfo, acc, hotnessCounter);
128 GateRef acc, GateRef hotnessCounter, GateRef format)
133 DispatchBase(target, glue, sp, newPc, constpool, profileTypeInfo, acc, hotnessCounter);