Searched refs:stackUnitInBytes (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/cssjit/
H A DStackAllocator.h69 m_assembler.addPtrNoFlags(JSC::MacroAssembler::TrustedImm32(-stackUnitInBytes()), JSC::MacroAssembler::stackPointerRegister);
70 m_offsetFromTop += stackUnitInBytes();
82 m_offsetFromTop += stackUnitInBytes();
83 stackReferences.append(StackReference(m_offsetFromTop - stackUnitInBytes() / 2));
99 m_offsetFromTop += stackUnitInBytes();
110 ASSERT(m_offsetFromTop >= stackUnitInBytes() * ((popRegisterCount + 1) / 2));
116 RELEASE_ASSERT(stackReferences[i - 2] == m_offsetFromTop - stackUnitInBytes() / 2);
117 RELEASE_ASSERT(m_offsetFromTop >= stackUnitInBytes());
118 m_offsetFromTop -= stackUnitInBytes();
122 ASSERT(m_offsetFromTop >= stackUnitInBytes() * popRegisterCoun
215 static unsigned stackUnitInBytes() function in class:WebCore::StackAllocator
[all...]

Completed in 113 milliseconds