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

/external/webkit/Source/JavaScriptCore/jit/
H A DJITPropertyAccess.cpp729 Jump failureCases1 = checkStructure(regT0, structure);
793 Jump failureCase = checkStructure(regT0, structure);
851 Jump failureCases1 = checkStructure(regT0, structure);
917 Jump baseObjectCheck = checkStructure(regT0, structure);
986 bucketsOfFail.append(checkStructure(regT0, structure));
H A DJITPropertyAccess32_64.cpp757 Jump failureCases1 = checkStructure(regT0, structure);
824 Jump failureCase = checkStructure(regT0, structure);
883 Jump failureCases1 = checkStructure(regT0, structure);
949 bucketsOfFail.append(checkStructure(regT0, structure));
1017 bucketsOfFail.append(checkStructure(regT0, structure));
H A DJITInlineMethods.h259 ALWAYS_INLINE JIT::Jump JIT::checkStructure(RegisterID reg, Structure* structure) function in class:JSC::JIT
H A DJITOpcodes.cpp1631 addSlowCase(checkStructure(regT1, m_globalData->activationStructure.get()));
1637 addSlowCase(checkStructure(regT1, m_globalData->activationStructure.get()));
H A DJIT.h921 Jump checkStructure(RegisterID reg, Structure* structure);

Completed in 44 milliseconds