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

  /external/webkit/Source/JavaScriptCore/jit/
JSInterfaceJIT.h 203 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)
263 return tagFor(virtualRegisterIndex, base);
269 loadPtr(tagFor(virtualRegisterIndex), scratch);
JITCall32_64.cpp 80 store32(TrustedImm32(JSValue::CellTag), tagFor(RegisterFile::CallerFrame, regT3));
212 store32(TrustedImm32(JSValue::CellTag), tagFor(RegisterFile::CallerFrame + registerOffset, callFrameRegister));
285 store32(TrustedImm32(JSValue::Int32Tag), tagFor(registerOffset + RegisterFile::ArgumentCount));
289 store32(TrustedImm32(JSValue::CellTag), tagFor(registerOffset + RegisterFile::ScopeChain));
316 store32(TrustedImm32(JSValue::CellTag), tagFor(RegisterFile::CallerFrame + registerOffset, callFrameRegister));
JITInlineMethods.h 61 store32(TrustedImm32(JSValue::CellTag), tagFor(entry, callFrameRegister));
384 load32(tagFor(index), tag);
425 load32(tagFor(index, base), tag);
431 load32(tagFor(index, base), tag);
467 store32(tag, tagFor(index, base));
474 store32(TrustedImm32(JSValue::Int32Tag), tagFor(index, callFrameRegister));
481 store32(TrustedImm32(JSValue::Int32Tag), tagFor(index, callFrameRegister));
488 store32(TrustedImm32(JSValue::CellTag), tagFor(index, callFrameRegister));
495 store32(TrustedImm32(JSValue::BooleanTag), tagFor(index, callFrameRegister));
506 store32(Imm32(constant.tag()), tagFor(index, base))
    [all...]
JITOpcodes32_64.cpp 685 activationNotCreated = branch32(Equal, tagFor(m_codeBlock->activationRegister()), TrustedImm32(JSValue::EmptyValueTag));
714 activationNotCreated = branch32(Equal, tagFor(m_codeBlock->activationRegister()), TrustedImm32(JSValue::EmptyValueTag));
732 Jump activationCreated = branch32(NotEqual, tagFor(activation), TrustedImm32(JSValue::EmptyValueTag));
733 Jump argumentsNotCreated = branch32(Equal, tagFor(arguments), TrustedImm32(JSValue::EmptyValueTag));
746 Jump argsNotCreated = branch32(Equal, tagFor(unmodifiedArgumentsRegister(dst)), TrustedImm32(JSValue::EmptyValueTag));
    [all...]
JITOpcodes.cpp     [all...]
JITArithmetic32_64.cpp 68 store32(regT1, tagFor(dst));
    [all...]

Completed in 46 milliseconds