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

/external/webkit/JavaScriptCore/jit/
H A DJITInlineMethods.h317 inline JIT::Address JIT::tagFor(unsigned index, RegisterID base) function in class:JSC::JIT
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(inde
[all...]

Completed in 416 milliseconds