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

  /external/webkit/JavaScriptCore/jit/
JITInlineMethods.h 317 inline JIT::Address JIT::tagFor(unsigned index, RegisterID base)
342 load32(tagFor(index), tag);
383 load32(tagFor(index, base), tag);
389 load32(tagFor(index, base), tag);
425 store32(tag, tagFor(index, base));
432 store32(Imm32(JSValue::Int32Tag), tagFor(index, callFrameRegister));
439 store32(Imm32(JSValue::Int32Tag), tagFor(index, callFrameRegister));
446 store32(Imm32(JSValue::CellTag), tagFor(index, callFrameRegister));
453 store32(tag, tagFor(index, callFrameRegister));
464 store32(Imm32(constant.tag()), tagFor(index, base))
    [all...]
JIT.h 393 Address tagFor(unsigned index, RegisterID base = callFrameRegister);
    [all...]
JITOpcodes.cpp 317 Jump sawException = branch32(NotEqual, tagFor(0, regT2), Imm32(JSValue::EmptyValueTag));
    [all...]
JITArithmetic.cpp 70 store32(regT1, tagFor(dst));
    [all...]

Completed in 3057 milliseconds