HomeSort by relevance Sort by last modified time
    Searched refs:jump (Results 201 - 225 of 338) sorted by null

1 2 3 4 5 6 7 891011>>

  /dalvik/vm/mterp/armv5te/
OP_USHR_LONG.S 32 GOTO_OPCODE(ip) @ jump to next instruction
OP_USHR_LONG_2ADDR.S 28 GOTO_OPCODE(ip) @ jump to next instruction
OP_EXECUTE_INLINE.S 33 GOTO_OPCODE(ip) @ jump to next instruction
43 * - Use a jump table from the main piece to jump directly into the
92 GOTO_OPCODE(ip) @ jump to next instruction
OP_EXECUTE_INLINE_RANGE.S 31 GOTO_OPCODE(ip) @ jump to next instruction
86 GOTO_OPCODE(ip) @ jump to next instruction
OP_INSTANCE_OF.S 52 GOTO_OPCODE(ip) @ jump to next instruction
64 GOTO_OPCODE(ip) @ jump to next instruction
  /dalvik/vm/mterp/armv6t2/
OP_IGET.S 45 GOTO_OPCODE(ip) @ jump to next instruction
OP_IGET_WIDE.S 42 GOTO_OPCODE(ip) @ jump to next instruction
OP_IPUT.S 45 GOTO_OPCODE(ip) @ jump to next instruction
OP_SHL_LONG_2ADDR.S 27 GOTO_OPCODE(ip) @ jump to next instruction
OP_SHR_LONG_2ADDR.S 27 GOTO_OPCODE(ip) @ jump to next instruction
OP_USHR_LONG_2ADDR.S 27 GOTO_OPCODE(ip) @ jump to next instruction
  /dalvik/vm/mterp/x86-atom/
OP_EXECUTE_INLINE_RANGE.S 75 FGETOP_JMP 3, %eax # jump to next instruction; getop, jmp
OP_SGET.S 60 FGETOP_JMP 2, %edx # jump to next instruction; getop, jmp
OP_SGET_WIDE.S 44 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
OP_SHR_LONG_2ADDR.S 54 FINISH 1 # jump to next instruction
OP_SPUT.S 60 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
OP_SPUT_WIDE.S 44 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
binopDLit16.S 66 FINISH 2 # jump to next instruction
  /external/oprofile/events/mips/vr5432/
events 8 event:0x4 counters:0,1 um:zero minimum:500 name:BRANCHES : Branch execution (no jumps or jump registers)
  /external/valgrind/main/memcheck/tests/darwin/
aio.stderr.exp 7 Conditional jump or move depends on uninitialised value(s)
  /external/valgrind/main/none/tests/s390x/
op_exception.stderr.exp 9 warning about a bad jump, it's probably your program's fault.
  /external/webkit/Source/JavaScriptCore/assembler/
LinkBuffer.h 47 // * Jump objects may be linked to external targets,
48 // * The address of Jump objects may taken, such that it can later be relinked.
58 typedef MacroAssembler::Jump Jump;
100 void link(Jump jump, CodeLocationLabel label)
102 jump.m_jmp = applyOffset(jump.m_jmp);
103 MacroAssembler::linkJump(code(), jump, label); local
233 // Copy the instructions from the last jump to the current one
    [all...]
  /frameworks/av/media/libeffects/testlibs/
AudioEqualizer.cpp 88 const int32_t jump = (top - bottom) / (mNumPeaking + 2); local
89 int32_t centerFreq = bottom + jump/2;
93 centerFreq += jump;
97 centerFreq += jump;
  /system/extras/fatblock/
fat.h 29 uint8_t jump[3]; member in struct:fat_boot_sector
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsCharacter.java 194 public void jump() { method in class:PhysicsCharacter
195 jump(characterId);
198 private native void jump(long characterId); method in class:PhysicsCharacter

Completed in 1213 milliseconds

1 2 3 4 5 6 7 891011>>