Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/jit/
DJITArithmetic.cpp1304 addSlowCase(checkStructure(regT0, m_globalData->numberStructure.get()));
1433 Jump fail2 = checkStructure(regT0, m_globalData->numberStructure.get());
1474 Jump fail2 = checkStructure(regT1, m_globalData->numberStructure.get());
1523 Jump fail3 = checkStructure(regT0, m_globalData->numberStructure.get());
1524 Jump fail4 = checkStructure(regT1, m_globalData->numberStructure.get());
1618 Jump fail2 = checkStructure(regT0, m_globalData->numberStructure.get());
1659 Jump fail2 = checkStructure(regT1, m_globalData->numberStructure.get());
1708 Jump fail3 = checkStructure(regT0, m_globalData->numberStructure.get());
1709 Jump fail4 = checkStructure(regT1, m_globalData->numberStructure.get());
1803 Jump fail2 = checkStructure(regT0, m_globalData->numberStructure.get());
[all …]
DJITPropertyAccess.cpp729 Jump failureCases1 = checkStructure(regT0, structure); in privateCompileGetByIdProto()
773 Jump failureCase = checkStructure(regT0, structure); in privateCompileGetByIdSelfList()
809 Jump failureCases1 = checkStructure(regT0, structure); in privateCompileGetByIdProtoList()
855 bucketsOfFail.append(checkStructure(regT0, structure)); in privateCompileGetByIdChainList()
910 bucketsOfFail.append(checkStructure(regT0, structure)); in privateCompileGetByIdChain()
1675 Jump failureCases1 = checkStructure(regT0, structure);
1716 Jump failureCase = checkStructure(regT0, structure);
1750 Jump failureCases1 = checkStructure(regT0, structure);
1795 Jump baseObjectCheck = checkStructure(regT0, structure);
1849 bucketsOfFail.append(checkStructure(regT0, structure));
DJITInlineMethods.h207 ALWAYS_INLINE JIT::Jump JIT::checkStructure(RegisterID reg, Structure* structure) in checkStructure() function
DJIT.h887 Jump checkStructure(RegisterID reg, Structure* structure);
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-1611848 (JSC::JIT::checkStructure):
17135 (JSC::JIT::checkStructure):
17992 (JSC::JIT::checkStructure):
18747 (JSC::JIT::checkStructure):
18907 (JSC::JIT::checkStructure):
DChangeLog19420 (JSC::JIT::checkStructure):