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

  /external/qemu/hw/
goldfish_trace.c 313 int call_type = (offset - 4096) >> 2; local
314 trace_interpreted_method(value, call_type);
  /external/qemu/tcg/
tcg.c 599 int call_type; local
626 call_type = (flags & TCG_CALL_TYPE_MASK);
656 if (i == 2 && call_type == TCG_CALL_TYPE_REGPARM) {
657 call_type = TCG_CALL_TYPE_REGPARM_2;
658 flags = (flags & ~TCG_CALL_TYPE_MASK) | call_type;
    [all...]

Completed in 41 milliseconds