HomeSort by relevance Sort by last modified time
    Searched refs:callOperation (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/dfg/
DFGNonSpeculativeJIT.cpp 190 callOperation(operationConvertThis, result.gpr(), thisGPR);
358 callOperation(operationValueAdd, result.gpr(), arg1GPR, arg2GPR);
424 callOperation(fmod, result.fpr(), arg1FPR, arg2FPR);
436 callOperation(dfgConvertJSValueToBoolean, result.gpr(), arg1GPR);
452 callOperation(operationCompareLess, result.gpr(), arg1GPR, arg2GPR);
467 callOperation(operationCompareLessEq, result.gpr(), arg1GPR, arg2GPR);
482 callOperation(operationCompareEq, result.gpr(), arg1GPR, arg2GPR);
497 callOperation(operationCompareStrictEq, result.gpr(), arg1GPR, arg2GPR);
512 callOperation(operationGetByVal, result.gpr(), arg1GPR, arg2GPR);
529 callOperation(m_jit.codeBlock()->isStrictMode() ? operationPutByValStrict : operationPutByValNonStrict, arg1GPR, (…)
    [all...]
DFGJITCodeGenerator.h 581 void callOperation(J_DFGOperation_EJP operation, GPRReg result, GPRReg arg1, void* pointer)
592 void callOperation(J_DFGOperation_EJI operation, GPRReg result, GPRReg arg1, Identifier* identifier)
594 callOperation((J_DFGOperation_EJP)operation, result, arg1, identifier);
596 void callOperation(J_DFGOperation_EJ operation, GPRReg result, GPRReg arg1)
606 void callOperation(Z_DFGOperation_EJ operation, GPRReg result, GPRReg arg1)
616 void callOperation(Z_DFGOperation_EJJ operation, GPRReg result, GPRReg arg1, GPRReg arg2)
626 void callOperation(J_DFGOperation_EJJ operation, GPRReg result, GPRReg arg1, GPRReg arg2)
636 void callOperation(V_DFGOperation_EJJP operation, GPRReg arg1, GPRReg arg2, void* pointer)
646 void callOperation(V_DFGOperation_EJJI operation, GPRReg arg1, GPRReg arg2, Identifier* identifier)
648 callOperation((V_DFGOperation_EJJP)operation, arg1, arg2, identifier)
    [all...]
DFGSpeculativeJIT.cpp 718 callOperation(operationGetById, result.gpr(), baseGPR, identifier(node.identifierNumber()));
730 callOperation(m_jit.codeBlock()->isStrictMode() ? operationPutByIdStrict : operationPutByIdNonStrict, valueGPR, baseGPR, identifier(node.identifierNumber()));
742 callOperation(m_jit.codeBlock()->isStrictMode() ? operationPutByIdDirectStrict : operationPutByIdDirectNonStrict, valueGPR, baseGPR, identifier(node.identifierNumber()));

Completed in 49 milliseconds