Home
last modified time | relevance | path

Searched refs:isMethodCheck (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
DJIT.h331 …nt baseVReg, Identifier* ident, Vector<SlowCaseEntry>::iterator& iter, bool isMethodCheck = false);
572 …nt baseVReg, Identifier* ident, Vector<SlowCaseEntry>::iterator& iter, bool isMethodCheck = false);
DJITPropertyAccess.cpp442 …ltVReg, int baseVReg, Identifier* ident, Vector<SlowCaseEntry>::iterator& iter, bool isMethodCheck) in compileGetByIdSlowCase() argument
458 JITStubCall stubCall(this, isMethodCheck ? cti_op_get_by_id_method_check : cti_op_get_by_id); in compileGetByIdSlowCase()
DJITPropertyAccess32_64.cpp458 …se(int dst, int base, Identifier* ident, Vector<SlowCaseEntry>::iterator& iter, bool isMethodCheck) in compileGetByIdSlowCase() argument
473 JITStubCall stubCall(this, isMethodCheck ? cti_op_get_by_id_method_check : cti_op_get_by_id); in compileGetByIdSlowCase()