Home
last modified time | relevance | path

Searched refs:Int32Tag (Results 1 – 6 of 6) sorted by relevance

/external/webkit/JavaScriptCore/jit/
DJITArithmetic.cpp58 Jump srcNotInt = branch32(NotEqual, regT1, Imm32(JSValue::Int32Tag)); in emit_op_negate()
101 notInt32Op2.append(branch32(NotEqual, regT3, Imm32(JSValue::Int32Tag))); in emit_op_jnless()
105 notInt32Op1.append(branch32(NotEqual, regT1, Imm32(JSValue::Int32Tag))); in emit_op_jnless()
109 notInt32Op1.append(branch32(NotEqual, regT1, Imm32(JSValue::Int32Tag))); in emit_op_jnless()
110 notInt32Op2.append(branch32(NotEqual, regT3, Imm32(JSValue::Int32Tag))); in emit_op_jnless()
164 notInt32Op2.append(branch32(NotEqual, regT3, Imm32(JSValue::Int32Tag))); in emit_op_jless()
168 notInt32Op1.append(branch32(NotEqual, regT1, Imm32(JSValue::Int32Tag))); in emit_op_jless()
172 notInt32Op1.append(branch32(NotEqual, regT1, Imm32(JSValue::Int32Tag))); in emit_op_jless()
173 notInt32Op2.append(branch32(NotEqual, regT3, Imm32(JSValue::Int32Tag))); in emit_op_jless()
227 notInt32Op2.append(branch32(NotEqual, regT3, Imm32(JSValue::Int32Tag))); in emit_op_jnlesseq()
[all …]
DJITInlineMethods.h432 store32(Imm32(JSValue::Int32Tag), tagFor(index, callFrameRegister)); in emitStoreInt32()
439 store32(Imm32(JSValue::Int32Tag), tagFor(index, callFrameRegister)); in emitStoreInt32()
DJITOpcodes.cpp63 move(Imm32(JSValue::Int32Tag), regT1); in privateCompileCTIMachineTrampolines()
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()
759 Jump isNotInteger = branch32(NotEqual, regT1, Imm32(JSValue::Int32Tag)); in emit_op_jfalse()
800 Jump isNotInteger = branch32(NotEqual, regT1, Imm32(JSValue::Int32Tag)); in emit_op_jtrue()
1291 Jump isInt32 = branch32(Equal, regT1, Imm32(JSValue::Int32Tag)); in emit_op_to_jsnumber()
DJITPropertyAccess.cpp279 addSlowCase(branch32(NotEqual, regT3, Imm32(JSValue::Int32Tag))); in emit_op_get_by_val()
320 addSlowCase(branch32(NotEqual, regT3, Imm32(JSValue::Int32Tag))); in emit_op_put_by_val()
695 move(Imm32(JSValue::Int32Tag), regT1); in privateCompilePatchGetArrayLength()
/external/webkit/JavaScriptCore/runtime/
DJSValue.h217 enum { Int32Tag = 0xffffffff }; enumerator
550 return tag() == Int32Tag; in isInt32()
555 return tag() == Int32Tag && asInt32() > -1; in isUInt32()
644 u.asBits.tag = Int32Tag; in JSValue()
705 u.asBits.tag = Int32Tag; in JSValue()
/external/webkit/WebCore/bindings/v8/
DSerializedScriptValue.cpp62 Int32Tag = 'I', enumerator
144 append(Int32Tag); in writeInt32()
507 case Int32Tag: in read()