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

/external/webkit/Source/JavaScriptCore/jit/
H A DJITPropertyAccess.cpp377 compileGetByIdSlowCase(resultVReg, baseVReg, ident, iter, true);
439 compileGetByIdSlowCase(resultVReg, baseVReg, ident, iter, false);
442 void JIT::compileGetByIdSlowCase(int resultVReg, int baseVReg, Identifier* ident, Vector<SlowCaseEntry>::iterator& iter, bool isMethodCheck) function in class:JSC::JIT
H A DJITPropertyAccess32_64.cpp256 compileGetByIdSlowCase(dst, base, &(m_codeBlock->identifier(ident)), iter, true);
455 compileGetByIdSlowCase(dst, base, &(m_codeBlock->identifier(ident)), iter);
458 void JIT::compileGetByIdSlowCase(int dst, int base, Identifier* ident, Vector<SlowCaseEntry>::iterator& iter, bool isMethodCheck) function in class:JSC::JIT
H A DJIT.h331 void compileGetByIdSlowCase(int resultVReg, int baseVReg, Identifier* ident, Vector<SlowCaseEntry>::iterator& iter, bool isMethodCheck = false);
572 void compileGetByIdSlowCase(int resultVReg, int baseVReg, Identifier* ident, Vector<SlowCaseEntry>::iterator& iter, bool isMethodCheck = false);

Completed in 64 milliseconds