Home | History | Annotate | Download | only in jit

Lines Matching full:call

165         JIT::Call call()
173 JIT::Call call = m_jit->call();
174 m_jit->m_calls.append(CallRecord(call, m_jit->m_bytecodeIndex, m_stub.value()));
186 return call;
190 JIT::Call call(unsigned dst) // dst is a virtual register.
193 JIT::Call call = this->call();
198 return call;
201 JIT::Call call(unsigned dst) // dst is a virtual register.
204 JIT::Call call = this->call();
206 return call;
210 JIT::Call call(JIT::RegisterID dst) // dst is a machine register.
217 JIT::Call call = this->call();
220 return call;