Searched refs:Int32Tag (Results 1 – 5 of 5) sorted by relevance
/external/webkit/JavaScriptCore/jit/ |
D | JITArithmetic.cpp | 57 Jump srcNotInt = branch32(NotEqual, regT1, Imm32(JSValue::Int32Tag)); in emit_op_negate() 100 notInt32Op2.append(branch32(NotEqual, regT3, Imm32(JSValue::Int32Tag))); in emit_op_jnless() 104 notInt32Op1.append(branch32(NotEqual, regT1, Imm32(JSValue::Int32Tag))); in emit_op_jnless() 108 notInt32Op1.append(branch32(NotEqual, regT1, Imm32(JSValue::Int32Tag))); in emit_op_jnless() 109 notInt32Op2.append(branch32(NotEqual, regT3, Imm32(JSValue::Int32Tag))); in emit_op_jnless() 163 notInt32Op2.append(branch32(NotEqual, regT3, Imm32(JSValue::Int32Tag))); in emit_op_jnlesseq() 167 notInt32Op1.append(branch32(NotEqual, regT1, Imm32(JSValue::Int32Tag))); in emit_op_jnlesseq() 171 notInt32Op1.append(branch32(NotEqual, regT1, Imm32(JSValue::Int32Tag))); in emit_op_jnlesseq() 172 notInt32Op2.append(branch32(NotEqual, regT3, Imm32(JSValue::Int32Tag))); in emit_op_jnlesseq() 224 addSlowCase(branch32(NotEqual, regT1, Imm32(JSValue::Int32Tag))); in emit_op_lshift() [all …]
|
D | JITOpcodes.cpp | 59 move(Imm32(JSValue::Int32Tag), regT1); in privateCompileCTIMachineTrampolines() 384 addSlowCase(branch32(NotEqual, regT1, Imm32(JSValue::Int32Tag))); in emit_op_loop_if_less() 391 addSlowCase(branch32(NotEqual, regT1, Imm32(JSValue::Int32Tag))); in emit_op_loop_if_less() 397 addSlowCase(branch32(NotEqual, regT1, Imm32(JSValue::Int32Tag))); in emit_op_loop_if_less() 398 addSlowCase(branch32(NotEqual, regT3, Imm32(JSValue::Int32Tag))); in emit_op_loop_if_less() 429 addSlowCase(branch32(NotEqual, regT1, Imm32(JSValue::Int32Tag))); in emit_op_loop_if_lesseq() 436 addSlowCase(branch32(NotEqual, regT1, Imm32(JSValue::Int32Tag))); in emit_op_loop_if_lesseq() 442 addSlowCase(branch32(NotEqual, regT1, Imm32(JSValue::Int32Tag))); in emit_op_loop_if_lesseq() 443 addSlowCase(branch32(NotEqual, regT3, Imm32(JSValue::Int32Tag))); in emit_op_loop_if_lesseq() 689 Jump isNotInteger = branch32(NotEqual, regT1, Imm32(JSValue::Int32Tag)); in emit_op_loop_if_true() [all …]
|
D | JITInlineMethods.h | 393 store32(Imm32(JSValue::Int32Tag), tagFor(index, callFrameRegister)); in emitStoreInt32() 400 store32(Imm32(JSValue::Int32Tag), tagFor(index, callFrameRegister)); in emitStoreInt32()
|
D | JITPropertyAccess.cpp | 273 addSlowCase(branch32(NotEqual, regT3, Imm32(JSValue::Int32Tag))); in emit_op_get_by_val() 330 addSlowCase(branch32(NotEqual, regT3, Imm32(JSValue::Int32Tag))); in emit_op_put_by_val() 694 move(Imm32(JSValue::Int32Tag), regT1); in privateCompilePatchGetArrayLength()
|
/external/webkit/JavaScriptCore/runtime/ |
D | JSValue.h | 218 enum { Int32Tag = 0xffffffff }; enumerator 521 return tag() == Int32Tag; in isInt32() 526 return tag() == Int32Tag && asInt32() > -1; in isUInt32() 610 u.asBits.tag = Int32Tag; in JSValue() 671 u.asBits.tag = Int32Tag; in JSValue()
|