Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/jit/
DJITPropertyAccess.cpp552 JumpList failureCases; in privateCompilePutByIdTransition() local
553 failureCases.append(branch32(NotEqual, regT1, Imm32(JSValue::CellTag))); in privateCompilePutByIdTransition()
556 failureCases.append(branchPtr(NotEqual, regT2, ImmPtr(oldStructure))); in privateCompilePutByIdTransition()
562 failureCases.append(branchPtr(NotEqual, regT2, ImmPtr(it->get()))); in privateCompilePutByIdTransition()
596 ASSERT(!failureCases.empty()); in privateCompilePutByIdTransition()
597 failureCases.link(this); in privateCompilePutByIdTransition()
1341 JumpList failureCases;
1343 failureCases.append(emitJumpIfNotJSCell(regT0));
1344failureCases.append(branchPtr(NotEqual, Address(regT0, OBJECT_OFFSETOF(JSCell, m_structure)), ImmP…
1350failureCases.append(branch32(NotEqual, Address(regT2, OBJECT_OFFSETOF(Structure, m_typeInfo) + OBJ…
[all …]