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

/external/webkit/Source/JavaScriptCore/jit/
H A DJSInterfaceJIT.h203 inline Address tagFor(int index, RegisterID base = callFrameRegister);
234 return branch32(NotEqual, tagFor(virtualRegisterIndex), TrustedImm32(JSValue::CellTag));
241 return branch32(NotEqual, tagFor(static_cast<int>(virtualRegisterIndex)), TrustedImm32(JSValue::Int32Tag));
244 inline JSInterfaceJIT::Address JSInterfaceJIT::tagFor(int virtualRegisterIndex, RegisterID base) function in class:JSC::JSInterfaceJIT
263 return tagFor(virtualRegisterIndex, base);
269 loadPtr(tagFor(virtualRegisterIndex), scratch);

Completed in 45 milliseconds