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

  /external/google-breakpad/src/third_party/libdisasm/
x86_format.c 411 } insn_flags[] = { local
434 for (i = 0; insn_flags[i].name; i++) {
435 if (! (flags & insn_flags[i].value) )
438 STRNCAT( buf, insn_flags[i].name, len );
    [all...]
  /art/runtime/verifier/
method_verifier.h 327 * table data, are not touched (so the caller should probably initialize "insn_flags" to zero).
345 * Call this after widths have been set in "insn_flags".
    [all...]

Completed in 209 milliseconds