HomeSort by relevance Sort by last modified time
    Searched refs:jump (Results 276 - 300 of 315) sorted by null

<<111213

  /external/webkit/Source/JavaScriptCore/dfg/
DFGSpeculativeJIT.cpp 143 SpeculationCheck::SpeculationCheck(MacroAssembler::Jump check, SpeculativeJIT* jit, unsigned recoveryIndex)
399 MacroAssembler::Jump check = m_jit.branchAdd32(MacroAssembler::Overflow, JITCompiler::gprToRegisterID(gpr1), JITCompiler::gprToRegisterID(gpr2), JITCompiler::gprToRegisterID(gprResult));
446 MacroAssembler::Jump resultNonZero = m_jit.branchTest32(MacroAssembler::NonZero, result.registerID());
601 MacroAssembler::Jump notHoleValue = m_jit.branchTestPtr(MacroAssembler::NonZero, MacroAssembler::BaseIndex(storageReg, propertyReg, MacroAssembler::ScalePtr, OBJECT_OFFSETOF(ArrayStorage, m_vector[0])));
605 MacroAssembler::Jump lengthDoesNotNeedUpdate = m_jit.branch32(MacroAssembler::Below, propertyReg, MacroAssembler::Address(storageReg, OBJECT_OFFSETOF(ArrayStorage, m_length)));
641 case DFG::Jump: {
644 addBranch(m_jit.jump(), taken);
658 MacroAssembler::Jump isNonZeroInteger = m_jit.branchPtr(MacroAssembler::AboveOrEqual, valueReg, JITCompiler::tagTypeNumberRegister);
668 addBranch(m_jit.jump(), taken);
DFGJITCodeGenerator.cpp 171 JITCompiler::Jump isInteger = m_jit.branchPtr(MacroAssembler::AboveOrEqual, jsValueReg, JITCompiler::tagTypeNumberRegister);
179 JITCompiler::Jump hasUnboxedDouble = m_jit.jump();
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java 526 code.jump(afterIf);
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
X86Assembler.h     [all...]
ARMv7Assembler.h     [all...]
MacroAssemblerSH4.h 869 Jump branch32WithUnalignedHalfWords(Condition cond, BaseIndex left, TrustedImm32 right)
883 Jump branchDoubleNonZero(FPRegisterID reg, FPRegisterID scratch)
890 Jump branchDoubleZeroOrNaN(FPRegisterID reg, FPRegisterID scratch)
897 Jump branchDouble(Condition cond, FPRegisterID left, FPRegisterID right)
1440 Jump jump() function in class:JSC::MacroAssemblerSH4
1445 void jump(RegisterID target) function in class:JSC::MacroAssemblerSH4
1450 void jump(Address address) function in class:JSC::MacroAssemblerSH4
    [all...]
SH4Assembler.h     [all...]
  /external/e2fsprogs/lib/blkid/
probe.h 450 __u8 jump[3]; member in struct:ntfs_super_block
  /external/grub/stage2/
shared.h 402 unsigned short jump; /* Jump instruction */ member in struct:linux_kernel_header
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestWalkingChar.java 387 character.jump();
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
x86p_32.asm 928 jmp .L2 ; short jump out of range :(
1005 jz .L2 ; L1 out of range for short jump :(
  /external/smack/src/org/xbill/DNS/
Name.java 378 in.jump(pos);
DNSSEC.java 165 out.jump(lengthPosition);
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 66 bcs discrete_char @ if set, we jump to discrete char
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 164 // jump to last topic of previous section
167 // jump to previous topic in this section
171 // jump to this section's index page (if it exists)
190 // we're on an index page, jump to the first topic
208 // jump to the next topic in this section (if it exists)
212 // no more topics in this section, jump to the first topic in the next section
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 221 // jump to last topic of previous section
224 // jump to previous topic in this section
228 // jump to this section's index page (if it exists)
247 // we're on an index page, jump to the first topic
265 // jump to the next topic in this section (if it exists)
269 // no more topics in this section, jump to the first topic in the next section
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 217 // jump to last topic of previous section
220 // jump to previous topic in this section
224 // jump to this section's index page (if it exists)
243 // we're on an index page, jump to the first topic
261 // jump to the next topic in this section (if it exists)
265 // no more topics in this section, jump to the first topic in the next section
    [all...]
  /external/valgrind/main/callgrind/
callgrind_annotate.in 659 } elsif (s/^(jump|jcnd)=//) {
660 #ignore jump information
665 # ignore jump information
670 # ignore jump information
    [all...]
  /external/qemu/block/
vvfat.c 206 uint8_t jump[3]; member in struct:bootsector_t
959 bootsector->jump[0]=0xeb;
960 bootsector->jump[1]=0x3e;
961 bootsector->jump[2]=0x90;
    [all...]
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 74 jc discrete_char # ! if set, we jump to discrete char
  /external/valgrind/main/exp-bbv/tests/x86-linux/
ll.S 66 jc discrete_char # if set, we jump to discrete char
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 752 input.seek(stopIndex+1); // jump to one past stop token
  /external/qemu-pc-bios/bochs/bios/
rombios.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 1043 milliseconds

<<111213