예제 #1
0
bool emit(Venv& env, const callphp& i) {
  const auto call = emitSmashableCall(*env.cb, env.meta, i.stub);
  setJmpTransID(env, call);
  return true;
}
예제 #2
0
파일: vasm-arm.cpp 프로젝트: gamer7569/hhvm
void Vgen::emit(const callphp& i) {
    emitSmashableCall(*codeBlock, env.meta, i.stub);
}