Searched refs:JSInterfaceJIT (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/JavaScriptCore/jit/ |
D | JSInterfaceJIT.h | 38 class JSInterfaceJIT : public MacroAssembler { 225 …inline JSInterfaceJIT::Jump JSInterfaceJIT::emitLoadJSCell(unsigned virtualRegisterIndex, Register… in emitLoadJSCell() 231 inline JSInterfaceJIT::Jump JSInterfaceJIT::emitJumpIfNotJSCell(unsigned virtualRegisterIndex) in emitJumpIfNotJSCell() 237 …inline JSInterfaceJIT::Jump JSInterfaceJIT::emitLoadInt32(unsigned virtualRegisterIndex, RegisterI… in emitLoadInt32() 244 inline JSInterfaceJIT::Address JSInterfaceJIT::tagFor(int virtualRegisterIndex, RegisterID base) in tagFor() 250 …inline JSInterfaceJIT::Address JSInterfaceJIT::payloadFor(int virtualRegisterIndex, RegisterID bas… in payloadFor() 256 …inline JSInterfaceJIT::Address JSInterfaceJIT::intPayloadFor(int virtualRegisterIndex, RegisterID … in intPayloadFor() 261 …inline JSInterfaceJIT::Address JSInterfaceJIT::intTagFor(int virtualRegisterIndex, RegisterID base) in intTagFor() 266 …inline JSInterfaceJIT::Jump JSInterfaceJIT::emitLoadDouble(unsigned virtualRegisterIndex, FPRegist… in emitLoadDouble() 283 ALWAYS_INLINE JSInterfaceJIT::Jump JSInterfaceJIT::emitJumpIfImmediateNumber(RegisterID reg) in emitJumpIfImmediateNumber() [all …]
|
D | SpecializedThunkJIT.h | 37 class SpecializedThunkJIT : public JSInterfaceJIT {
|
D | JITInlineMethods.h | 116 JSInterfaceJIT::beginUninterruptedSequence(); in beginUninterruptedSequence() 166 JSInterfaceJIT::endUninterruptedSequence(); in endUninterruptedSequence()
|
D | JIT.h | 168 class JIT : private JSInterfaceJIT {
|
D | JITPropertyAccess.cpp | 55 JSInterfaceJIT jit; in stringGetByValStubGenerator()
|
D | JITPropertyAccess32_64.cpp | 272 JSInterfaceJIT jit; in stringGetByValStubGenerator()
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSValue.h | 104 friend class JSInterfaceJIT; variable
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog | 398 * jit/JSInterfaceJIT.h: 399 (JSC::JSInterfaceJIT::storePtrWithWriteBarrier): 1563 * jit/JSInterfaceJIT.h: 1635 * jit/JSInterfaceJIT.h: 1983 * jit/JSInterfaceJIT.h: 3616 * jit/JSInterfaceJIT.h: 3617 (JSC::JSInterfaceJIT::emitJumpIfNotJSCell): 3618 (JSC::JSInterfaceJIT::emitLoadInt32): 3619 (JSC::JSInterfaceJIT::emitLoadDouble): 5285 * jit/JSInterfaceJIT.h: [all …]
|
D | JavaScriptCore.gypi | 390 'jit/JSInterfaceJIT.h',
|
D | GNUmakefile.list.am | 180 Source/JavaScriptCore/jit/JSInterfaceJIT.h \
|
D | ChangeLog-2010-05-24 | 862 * jit/JSInterfaceJIT.h: 863 (JSC::JSInterfaceJIT::emitJumpIfNotJSCell): 864 (JSC::JSInterfaceJIT::emitLoadInt32): 865 (JSC::JSInterfaceJIT::tagFor): 866 (JSC::JSInterfaceJIT::payloadFor): 867 (JSC::JSInterfaceJIT::emitLoadDouble): 868 (JSC::JSInterfaceJIT::addressFor): 1364 * jit/JSInterfaceJIT.h: 2036 * jit/JSInterfaceJIT.h: 2037 (JSC::JSInterfaceJIT::emitFastArithImmToInt): [all …]
|
D | ChangeLog-2011-02-16 | 11698 * jit/JSInterfaceJIT.h:
|
/external/webkit/Source/JavaScriptCore/JavaScriptCore.xcodeproj/ |
D | project.pbxproj | 390 …1761182748D00715B05 /* JSInterfaceJIT.h in Headers */ = {isa = PBXBuildFile; fileRef = A76C5174118… 1088 …48D00715B05 /* JSInterfaceJIT.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 1450 A76C51741182748D00715B05 /* JSInterfaceJIT.h */, 2333 A76C51761182748D00715B05 /* JSInterfaceJIT.h in Headers */,
|