Lines Matching refs:acc
394 void InterpreterStubBuilder::SetFrameState(GateRef glue, GateRef sp, GateRef function, GateRef acc,
399 SetAccToFrame(glue, state, acc);
676 GateRef acc, GateRef hotnessCounter, GateRef format)
681 DispatchBase(target, glue, sp, newPc, constpool, profileTypeInfo, acc, hotnessCounter);
686 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter)
689 DispatchBase(target, glue, sp, pc, constpool, profileTypeInfo, acc, hotnessCounter);
694 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter)
698 auto args = { glue, sp, pc, constpool, profileTypeInfo, acc, hotnessCounter };
704 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter)
707 auto args = { glue, sp, pc, constpool, profileTypeInfo, acc, hotnessCounter };
719 GateRef profileTypeInfo, GateRef acc,
723 DispatchBase(target, glue, sp, pc, constpool, profileTypeInfo, acc, hotnessCounter);
727 #define DISPATCH_LAST(acc) \
728 DispatchLast(glue, sp, pc, constpool, profileTypeInfo, acc, hotnessCounter)
729 #define DISPATCH(acc) \
730 Dispatch(glue, sp, pc, constpool, profileTypeInfo, acc, hotnessCounter, offset)
732 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter,
741 DISPATCH_LAST(acc);
745 DISPATCH(acc);
750 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter,
759 DISPATCH_LAST(acc);
768 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter,
777 DISPATCH_LAST(acc);
781 DEFVARIABLE(varAcc, VariableType::JS_ANY(), acc);
788 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter,
797 DISPATCH_LAST(acc);