Searched defs:nops (Results 1 - 4 of 4) sorted by relevance

/external/elfutils/0.153/libdwfl/
H A Ddwfl_module_return_value_location.c72 int nops = ebl_return_value_location (mod->ebl, functypedie, locops); local
73 if (unlikely (nops < 0))
75 if (nops == -1)
77 else if (nops == -2)
81 nops = -1;
84 return nops;
/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java1485 int nops = gap - padding;
1487 adjustOffsets(bytecodeSize, nops);
1495 while (nops-- > 0)
1513 void adjustOffsets(int size, int nops) { argument
1515 defaultByte -= nops;
1519 offsets[i] -= nops;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dprobe-finder.c289 size_t nops; local
301 dwarf_getlocation_addr(&attr, addr, &op, &nops, 1) <= 0 ||
302 nops == 0) {
738 size_t nops; local
758 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1);
759 if (ret <= 0 || nops == 0) {
762 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa &&
766 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) {
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 97 milliseconds