/external/elfutils/libdwfl/ |
D | dwfl_module_return_value_location.c | 49 int nops = ebl_return_value_location (mod->ebl, functypedie, locops); in dwfl_module_return_value_location() local 50 if (unlikely (nops < 0)) in dwfl_module_return_value_location() 52 if (nops == -1) in dwfl_module_return_value_location() 54 else if (nops == -2) in dwfl_module_return_value_location() 58 nops = -1; in dwfl_module_return_value_location() 61 return nops; in dwfl_module_return_value_location()
|
D | frame_unwind.c | 152 size_t nops, Dwarf_Addr *result, Dwarf_Addr bias) in expr_eval() argument 155 if (nops == 0) in expr_eval() 173 for (const Dwarf_Op *op = ops; op < ops + nops; op++) in expr_eval() 452 const Dwarf_Op *found = bsearch ((void *) (uintptr_t) offset, ops, nops, in expr_eval()
|
/external/elfutils/libdw/ |
D | dwarf_frame_register.c | 38 Dwarf_Op **ops, size_t *nops) in dwarf_frame_register() argument 51 *nops = 0; in dwarf_frame_register() 78 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_call_frame_cfa }; in dwarf_frame_register() 80 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_plus_uconst, in dwarf_frame_register() 84 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_stack_value }; in dwarf_frame_register() 89 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_regx, in dwarf_frame_register() 112 ops, nops, IDX_debug_frame) < 0) in dwarf_frame_register()
|
D | dwarf_frame_cfa.c | 38 dwarf_frame_cfa (Dwarf_Frame *fs, Dwarf_Op **ops, size_t *nops) in dwarf_frame_cfa() argument 49 *nops = 0; in dwarf_frame_cfa() 55 *nops = 1; in dwarf_frame_cfa() 64 ops, nops, IDX_debug_frame); in dwarf_frame_cfa()
|
D | libdw.h | 964 extern int dwarf_frame_cfa (Dwarf_Frame *frame, Dwarf_Op **ops, size_t *nops) 987 Dwarf_Op **ops, size_t *nops)
|
/external/elfutils/tests/ |
D | addrcfi.c | 49 print_detail (int result, const Dwarf_Op *ops, size_t nops, Dwarf_Addr bias) in print_detail() argument 53 else if (nops == 0) in print_detail() 58 for (size_t i = 0; i < nops; ++i) in print_detail() 97 size_t nops; in print_register() local 98 int result = dwarf_frame_register (stuff->frame, regno, ops_mem, &ops, &nops); in print_register() 99 print_detail (result, ops, nops, stuff->bias); in print_register()
|
/external/autotest/client/tests/fsstress/ |
D | fsstress.py | 23 def run_once(self, testdir = None, extra_args = '', nproc = '1000', nops = '1000'): argument 27 args = '-d %s -p %s -n %s %s' % (testdir, nproc, nops, extra_args)
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-stackmap-nops.ll | 5 ; Expect 8 bytes worth of nops here rather than 16: With the shadow optimization
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64-stackmap-nops.ll | 5 ; Expect 12 bytes worth of nops here rather than 32: With the shadow optimization
|
/external/javassist/src/main/javassist/bytecode/ |
D | CodeIterator.java | 1485 int nops = gap - padding; in write() local 1487 adjustOffsets(bytecodeSize, nops); in write() 1495 while (nops-- > 0) in write() 1513 void adjustOffsets(int size, int nops) { in adjustOffsets() argument 1515 defaultByte -= nops; in adjustOffsets() 1519 offsets[i] -= nops; in adjustOffsets()
|
/external/gemmlowp/internal/ |
D | multi_thread_gemm.h | 94 int nops = 0; in WaitForVariableChange() local 101 while (nops < kMaxBusyWaitNOPs) { in WaitForVariableChange() 102 nops += Do256NOPs(); in WaitForVariableChange()
|
/external/llvm/test/MC/X86/AlignedBundling/ |
D | long-nop-pad.s | 6 # Test that long nops are generated for padding where possible.
|
/external/llvm/test/MC/X86/ |
D | stackmap-nops.ll | 46 ; padded with nops.
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 964 extern int dwarf_frame_cfa (Dwarf_Frame *frame, Dwarf_Op **ops, size_t *nops) 987 Dwarf_Op **ops, size_t *nops)
|
/external/llvm/test/MC/MachO/ |
D | x86_32-optimal_nop.s | 153 # Only the .text sections gets optimal nops.
|
/external/llvm/docs/ |
D | StackMaps.rst | 124 The stack map intrinsic generates no code in place, unless nops are 245 The patch point also emits nops to cover at least ``<numBytes>`` of 253 the call sequence and nops. However, the runtime may not assume 256 padding with nops if necessary.
|
D | Statepoints.rst | 372 patch bytes' bytes of nops in its place. LLVM will emit code to 376 the user will patch over the 'num patch bytes' bytes of nops with a
|
/external/llvm/test/MC/Mips/ |
D | nacl-mask.s | 198 # check that 2 additional nops are inserted, to align it to the next bundle.
|
/external/llvm/test/CodeGen/X86/ |
D | stackmap-nops.ll | 229 ; padded with nops.
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | x86inc.asm | 96 ; Always use long nops (reduces 0x90 spam in disassembly on x86_32)
|
/external/llvm/lib/Target/X86/ |
D | X86Schedule.td | 130 // Nop, not very useful expect it provides a model for nops!
|
/external/robolectric/v1/lib/main/ |
D | javassist-3.14.0-GA.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/bytecode/
javassist/ ... |
/external/guice/extensions/struts2/lib/ |
D | javassist.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/ByteArrayClassPath.class
ByteArrayClassPath ... |
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 1938 // The POWER6 and POWER7 have special group-terminating nops.
|