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

/macosx-10.10/WebCore-7600.1.25/cssjit/
H A DSelectorCompiler.cpp258 void addFlagsToElementStyleFromContext(Assembler::RegisterID checkingContext, int64_t);
1420 void SelectorCodeGenerator::addFlagsToElementStyleFromContext(Assembler::RegisterID checkingContext, int64_t newFlag) argument
1423 m_assembler.loadPtr(Assembler::Address(checkingContext, OBJECT_OFFSETOF(CheckingContext, elementStyle)), childStyle);
1466 Assembler::Jump SelectorCodeGenerator::jumpIfNotResolvingStyle(Assembler::RegisterID checkingContext) argument
1472 m_assembler.loadPtr(Assembler::Address(Assembler::stackPointerRegister, offsetToCheckingContext), checkingContext); local
1476 return m_assembler.branch8(Assembler::NotEqual, Assembler::Address(checkingContext, OBJECT_OFFSETOF(CheckingContext, resolvingMode)), Assembler::TrustedImm32(static_cast<std::underlying_type<SelectorChecker::Mode>::type>(SelectorChecker::Mode::ResolvingStyle)));
1641 LocalRegister checkingContext(m_registerAllocator);
1642 skipMarking.append(jumpIfNotResolvingStyle(checkingContext));
1658 // if (checkingContext.resolvingMode == ResolvingStyle) {
1665 LocalRegister checkingContext(m_registerAllocato
2215 elementIsActiveForStyleResolution(Element* element, const CheckingContext* checkingContext) argument
2243 Assembler::RegisterID checkingContext = m_registerAllocator.allocateRegisterWithPreference(JSC::GPRInfo::argumentGPR1); local
2244 m_assembler.loadPtr(Assembler::Address(Assembler::stackPointerRegister, offsetToCheckingContext), checkingContext); local
2311 elementIsHoveredForStyleResolution(Element* element, const CheckingContext* checkingContext) argument
2339 Assembler::RegisterID checkingContext = m_registerAllocator.allocateRegisterWithPreference(JSC::GPRInfo::argumentGPR1); local
2340 m_assembler.loadPtr(Assembler::Address(Assembler::stackPointerRegister, offsetToCheckingContext), checkingContext); local
[all...]

Completed in 191 milliseconds