Searched defs:isInt32 (Results 1 - 4 of 4) sorted by relevance

/external/webkit/JavaScriptCore/parser/
H A DResultType.h56 bool isInt32() function in struct:JSC::ResultType
/external/webkit/JavaScriptCore/runtime/
H A DJSImmediate.h601 inline bool JSValue::isInt32() const function in class:JSC::JSValue
608 ASSERT(isInt32());
H A DJSValue.h114 bool isInt32() const;
398 if (isInt32())
414 if (isInt32()) {
548 inline bool JSValue::isInt32() const function in class:JSC::JSValue
585 ASSERT(isInt32());
720 return isInt32() || isDouble();
751 return isInt32() ? asInt32() : asDouble();
761 if (isInt32()) {
/external/webkit/JavaScriptCore/jit/
H A DJITOpcodes.cpp1291 Jump isInt32 = branch32(Equal, regT1, Imm32(JSValue::Int32Tag)); local
1293 isInt32.link(this);

Completed in 54 milliseconds