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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCompiler.cpp 54 Jump isInteger = branchPtr(MacroAssembler::AboveOrEqual, tempReg, tagTypeNumberRegister);
58 Jump hasUnboxedDouble = jump();
110 // Link the jump from the Speculative path to here.
183 // Jump into the non-speculative path.
184 jump(entry.m_entry);
245 Jump registerFileCheck = branchPtr(Below, AbsoluteAddress(m_globalData->interpreter->registerFile().addressOfEnd()), regT1);
254 // bail-outs from the speculative path jump to the corresponding point on
292 // Generate code to lookup and jump to exception handlers, to perform the slow
300 Jump& exceptionCheck = m_calls[i].m_exceptionCheck
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITOpcodes32_64.cpp 55 Jump string_failureCases1 = branch32(NotEqual, regT1, TrustedImm32(JSValue::CellTag));
56 Jump string_failureCases2 = branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsStringVPtr));
61 Jump string_failureCases3 = branch32(Above, regT2, TrustedImm32(INT_MAX));
82 jump(regT0);
95 jump(regT0);
106 Jump hasCodeBlock3 = branch32(GreaterThanOrEqual, Address(regT2, OBJECT_OFFSETOF(FunctionExecutable, m_numParametersForCall)), TrustedImm32(0));
117 jump(regT0);
126 Jump hasCodeBlock4 = branch32(GreaterThanOrEqual, Address(regT2, OBJECT_OFFSETOF(FunctionExecutable, m_numParametersForConstruct)), TrustedImm32(0));
137 jump(regT0);
307 Jump sawException = branch32(NotEqual, AbsoluteAddress(reinterpret_cast<char*>(&globalData->exception) (…)
    [all...]
JITArithmetic32_64.cpp 57 Jump srcNotInt = branch32(NotEqual, regT1, TrustedImm32(JSValue::Int32Tag));
62 Jump end = jump();
136 Jump end = jump();
224 Jump end = jump();
311 Jump end = jump();
464 emitJumpSlowToHot(jump(), OPCODE_LENGTH(op_rshift))
    [all...]
JITOpcodes.cpp 54 Jump string_failureCases1 = emitJumpIfNotJSCell(regT0);
55 Jump string_failureCases2 = branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsStringVPtr));
60 Jump string_failureCases3 = branch32(LessThan, regT0, TrustedImm32(0));
83 jump(regT0);
96 jump(regT0);
105 Jump hasCodeBlock3 = branch32(GreaterThanOrEqual, Address(regT2, OBJECT_OFFSETOF(FunctionExecutable, m_numParametersForCall)), TrustedImm32(0));
116 jump(regT0);
125 Jump hasCodeBlock4 = branch32(GreaterThanOrEqual, Address(regT2, OBJECT_OFFSETOF(FunctionExecutable, m_numParametersForConstruct)), TrustedImm32(0));
136 jump(regT0);
281 Jump exceptionHandler = branchTestPtr(NonZero, regT2)
    [all...]
JITArithmetic.cpp 98 Jump lhsIsInt = emitJumpIfImmediateInteger(regT0);
208 emitJumpSlowToHot(jump(), OPCODE_LENGTH(op_rshift));
230 emitJumpSlowToHot(jump(), OPCODE_LENGTH(op_rshift));
320 Jump fail1 = emitJumpIfNotImmediateNumber(regT0);
331 emitJumpSlowToHot(jump(), OPCODE_LENGTH(op_jnless));
346 Jump fail1 = emitJumpIfNotImmediateNumber(regT1);
357 emitJumpSlowToHot(jump(), OPCODE_LENGTH(op_jnless));
372 Jump fail1 = emitJumpIfNotImmediateNumber(regT0);
373 Jump fail2 = emitJumpIfNotImmediateNumber(regT1);
374 Jump fail3 = emitJumpIfImmediateInteger(regT1)
    [all...]
JITPropertyAccess.cpp 121 Jump nonCell = jump();
123 Jump notString = branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsStringVPtr));
125 Jump failed = branchTestPtr(Zero, regT0);
127 emitJumpSlowToHot(jump(), OPCODE_LENGTH(op_get_by_val));
204 Jump empty = branchTestPtr(Zero, BaseIndex(regT2, regT1, ScalePtr, OBJECT_OFFSETOF(ArrayStorage, m_vector[0])));
209 Jump end = jump();
218 jump().linkTo(storeResult, this);
335 Jump notCell = emitJumpIfNotJSCell(regT0)
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssembler.h 70 using MacroAssemblerBase::jump;
138 void jump(Label target) function in class:JSC::MacroAssembler
140 jump().linkTo(target, this);
275 Jump branchPtr(Condition cond, RegisterID left, RegisterID right)
280 Jump branchPtr(Condition cond, RegisterID left, TrustedImmPtr right)
285 Jump branchPtr(Condition cond, RegisterID left, Address right)
290 Jump branchPtr(Condition cond, Address left, RegisterID right)
295 Jump branchPtr(Condition cond, AbsoluteAddress left, RegisterID right)
300 Jump branchPtr(Condition cond, Address left, TrustedImmPtr right)
305 Jump branchPtr(Condition cond, AbsoluteAddress left, TrustedImmPtr right
    [all...]
  /dalvik/vm/mterp/x86-atom/
OP_FILLED_NEW_ARRAY.S 88 jne .L${opcode}_notimpl # jump to not implemented
151 FINISH 3 # jump to next instruction
OP_EXECUTE_INLINE.S 86 FGETOP_JMP 3, %eax # jump to next instruction; getop, jmp
OP_IGET.S 80 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
OP_IGET_WIDE.S 74 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
clone_test.S 52 jz thread2 # if so, jump to thrad2
  /external/valgrind/main/exp-bbv/tests/x86-linux/
clone_test.S 52 jz thread2 # if so, jump to thrad2
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
bootparam.h 23 __u16 jump; member in struct:setup_header
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
bootparam.h 23 __u16 jump; member in struct:setup_header
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
bootparam.h 23 __u16 jump; member in struct:setup_header
  /dalvik/vm/mterp/armv5te/
OP_CHECK_CAST.S 29 GOTO_OPCODE(ip) @ jump to next instruction
OP_IGET_WIDE.S 49 GOTO_OPCODE(ip) @ jump to next instruction
OP_IPUT.S 48 GOTO_OPCODE(ip) @ jump to next instruction
OP_IPUT_OBJECT.S 51 GOTO_OPCODE(ip) @ jump to next instruction
OP_IPUT_WIDE.S 46 GOTO_OPCODE(r10) @ jump to next instruction
OP_SGET_WIDE.S 28 GOTO_OPCODE(ip) @ jump to next instruction
OP_SPUT_OBJECT.S 35 GOTO_OPCODE(ip) @ jump to next instruction
OP_SPUT_WIDE.S 28 GOTO_OPCODE(r10) @ jump to next instruction
  /dalvik/vm/mterp/armv6t2/
OP_IPUT_WIDE.S 39 GOTO_OPCODE(ip) @ jump to next instruction

Completed in 695 milliseconds

1 2 3 4 5 6 7 8 91011>>