Searched refs:checkStructure (Results 1 – 6 of 6) sorted by relevance
/external/webkit/JavaScriptCore/jit/ |
D | JITArithmetic.cpp | 1304 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 …]
|
D | JITPropertyAccess.cpp | 729 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));
|
D | JITInlineMethods.h | 207 ALWAYS_INLINE JIT::Jump JIT::checkStructure(RegisterID reg, Structure* structure) in checkStructure() function
|
D | JIT.h | 887 Jump checkStructure(RegisterID reg, Structure* structure);
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 11848 (JSC::JIT::checkStructure): 17135 (JSC::JIT::checkStructure): 17992 (JSC::JIT::checkStructure): 18747 (JSC::JIT::checkStructure): 18907 (JSC::JIT::checkStructure):
|
D | ChangeLog | 19420 (JSC::JIT::checkStructure):
|