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

  /external/webkit/Source/JavaScriptCore/jit/
JITArithmetic.cpp 256 if (isOperandConstantImmediateChar(op1)) {
265 if (isOperandConstantImmediateChar(op2)) {
303 if (isOperandConstantImmediateChar(op1) || isOperandConstantImmediateChar(op2)) {
409 if (isOperandConstantImmediateChar(op1)) {
418 if (isOperandConstantImmediateChar(op2)) {
456 if (isOperandConstantImmediateChar(op1) || isOperandConstantImmediateChar(op2)) {
562 if (isOperandConstantImmediateChar(op1)) {
571 if (isOperandConstantImmediateChar(op2))
    [all...]
JITArithmetic32_64.cpp 97 if (isOperandConstantImmediateChar(op1)) {
106 if (isOperandConstantImmediateChar(op2)) {
149 if (isOperandConstantImmediateChar(op1) || isOperandConstantImmediateChar(op2)) {
186 if (isOperandConstantImmediateChar(op1)) {
195 if (isOperandConstantImmediateChar(op2)) {
237 if (isOperandConstantImmediateChar(op1) || isOperandConstantImmediateChar(op2)) {
273 if (isOperandConstantImmediateChar(op1)) {
282 if (isOperandConstantImmediateChar(op2))
    [all...]
JITInlineMethods.h 362 ALWAYS_INLINE bool JIT::isOperandConstantImmediateChar(unsigned src)
JIT.h     [all...]

Completed in 39 milliseconds