Home
last modified time | relevance | path

Searched refs:m_typeInfo (Results 1 – 4 of 4) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DStructure.h95 const TypeInfo& typeInfo() const { return m_typeInfo; } in typeInfo()
193 TypeInfo m_typeInfo; variable
DStructure.cpp127 : m_typeInfo(typeInfo) in Structure()
/external/webkit/JavaScriptCore/jit/
DJITOpcodes.cpp489 …addSlowCase(branchTest32(Zero, Address(regT0, OBJECT_OFFSETOF(Structure, m_typeInfo.m_flags)), Imm… in emit_op_instanceof()
842 …addJump(branchTest32(NonZero, Address(regT2, OBJECT_OFFSETOF(Structure, m_typeInfo.m_flags)), Imm3… in emit_op_jeq_null()
869 …addJump(branchTest32(Zero, Address(regT2, OBJECT_OFFSETOF(Structure, m_typeInfo.m_flags)), Imm32(M… in emit_op_jneq_null()
1088 …setTest8(NonZero, Address(regT1, OBJECT_OFFSETOF(Structure, m_typeInfo.m_flags)), Imm32(Masquerade… in emit_op_eq_null()
1114 …setTest8(Zero, Address(regT1, OBJECT_OFFSETOF(Structure, m_typeInfo.m_flags)), Imm32(MasqueradesAs… in emit_op_neq_null()
1182 …isNotObject.append(branch32(NotEqual, Address(regT2, OBJECT_OFFSETOF(Structure, m_typeInfo.m_type)… in emit_op_get_pnames()
1461 …addSlowCase(branchTest32(NonZero, Address(regT2, OBJECT_OFFSETOF(Structure, m_typeInfo.m_flags)), … in emit_op_convert_this()
1941 …addSlowCase(branchTest32(Zero, Address(regT0, OBJECT_OFFSETOF(Structure, m_typeInfo.m_flags)), Imm…
2102 …addSlowCase(branch32(NotEqual, Address(regT2, OBJECT_OFFSETOF(Structure, m_typeInfo) + OBJECT_OFFS…
2211 …addJump(branchTest32(NonZero, Address(regT2, OBJECT_OFFSETOF(Structure, m_typeInfo.m_flags)), Imm3…
[all …]
DJITCall.cpp162 …addSlowCase(branch32(NotEqual, Address(regT2, OBJECT_OFFSETOF(Structure, m_typeInfo) + OBJECT_OFFS… in emit_op_construct_verify()