Searched refs:isMethodCheck (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/JavaScriptCore/jit/ |
D | JIT.h | 331 …nt baseVReg, Identifier* ident, Vector<SlowCaseEntry>::iterator& iter, bool isMethodCheck = false); 572 …nt baseVReg, Identifier* ident, Vector<SlowCaseEntry>::iterator& iter, bool isMethodCheck = false);
|
D | JITPropertyAccess.cpp | 442 …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()
|
D | JITPropertyAccess32_64.cpp | 458 …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()
|