Searched refs:isOperandConstantImmediateChar (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
H A DJITArithmetic.cpp256 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(op
[all...]
H A DJITArithmetic32_64.cpp97 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(op
[all...]
H A DJITInlineMethods.h362 ALWAYS_INLINE bool JIT::isOperandConstantImmediateChar(unsigned src) function in class:JSC::JIT
H A DJIT.h908 bool isOperandConstantImmediateChar(unsigned src);

Completed in 117 milliseconds