HomeSort by relevance Sort by last modified time
    Searched defs:emitLoad (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/jit/
JITInlineMethods.h 365 inline void JIT::emitLoad(const JSValue& v, RegisterID tag, RegisterID payload)
371 inline void JIT::emitLoad(unsigned index, RegisterID tag, RegisterID payload, RegisterID base)
395 emitLoad(index1, tag1, payload1);
396 emitLoad(index2, tag2, payload2);
399 emitLoad(index2, tag2, payload2);
400 emitLoad(index1, tag1, payload1);
603 emitLoad(src, scratch1, scratch2);
  /external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 272 emitLoad(newVars[i], jsUndefined());
    [all...]

Completed in 24 milliseconds