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

  /external/webkit/Source/JavaScriptCore/jit/
JSInterfaceJIT.h 38 class JSInterfaceJIT : public MacroAssembler {
225 inline JSInterfaceJIT::Jump JSInterfaceJIT::emitLoadJSCell(unsigned virtualRegisterIndex, RegisterID payload)
231 inline JSInterfaceJIT::Jump JSInterfaceJIT::emitJumpIfNotJSCell(unsigned virtualRegisterIndex)
237 inline JSInterfaceJIT::Jump JSInterfaceJIT::emitLoadInt32(unsigned virtualRegisterIndex, RegisterID dst)
244 inline JSInterfaceJIT::Address JSInterfaceJIT::tagFor(int virtualRegisterIndex, RegisterID base)
250 inline JSInterfaceJIT::Address JSInterfaceJIT::payloadFor(int virtualRegisterIndex, RegisterID base
    [all...]
SpecializedThunkJIT.h 32 #include "JSInterfaceJIT.h"
37 class SpecializedThunkJIT : public JSInterfaceJIT {
JITInlineMethods.h 116 JSInterfaceJIT::beginUninterruptedSequence();
166 JSInterfaceJIT::endUninterruptedSequence();
JIT.h 43 #include "JSInterfaceJIT.h"
168 class JIT : private JSInterfaceJIT {
    [all...]
JITPropertyAccess.cpp 55 JSInterfaceJIT jit;
    [all...]
JITPropertyAccess32_64.cpp 272 JSInterfaceJIT jit;
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
JSValue.h 104 friend class JSInterfaceJIT;

Completed in 182 milliseconds