HomeSort by relevance Sort by last modified time
    Searched defs:first_insn (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen_unittest.cc 335 Instruction* first_insn = first_block->instructions[0]; local
348 SANDBOX_ASSERT(insn == first_insn ||
  /external/qemu/tcg/
tcg.c 1098 int i, k, nb_oargs, nb_iargs, nb_cargs, first_insn; local
1102 first_insn = 1;
1115 if (!first_insn) {
1119 first_insn = 0;
    [all...]

Completed in 235 milliseconds