Home
last modified time | relevance | path

Searched refs:CallerFrame (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
DJITCall32_64.cpp80 store32(TrustedImm32(JSValue::CellTag), tagFor(RegisterFile::CallerFrame, regT3)); in compileOpCallVarargs()
81 storePtr(callFrameRegister, payloadFor(RegisterFile::CallerFrame, regT3)); in compileOpCallVarargs()
113 emitGetFromCallFrameHeaderPtr(RegisterFile::CallerFrame, callFrameRegister); in emit_op_ret()
130 emitGetFromCallFrameHeaderPtr(RegisterFile::CallerFrame, callFrameRegister); in emit_op_ret_object_or_this()
140 emitGetFromCallFrameHeaderPtr(RegisterFile::CallerFrame, callFrameRegister); in emit_op_ret_object_or_this()
212 …store32(TrustedImm32(JSValue::CellTag), tagFor(RegisterFile::CallerFrame + registerOffset, callFra… in compileOpCall()
213 …storePtr(callFrameRegister, payloadFor(RegisterFile::CallerFrame + registerOffset, callFrameRegist… in compileOpCall()
287 …storePtr(callFrameRegister, payloadFor(RegisterFile::CallerFrame + registerOffset, callFrameRegist… in compileOpCall()
316 …store32(TrustedImm32(JSValue::CellTag), tagFor(RegisterFile::CallerFrame + registerOffset, callFra… in compileOpCallSlowCase()
317 …storePtr(callFrameRegister, payloadFor(RegisterFile::CallerFrame + registerOffset, callFrameRegist… in compileOpCallSlowCase()
DSpecializedThunkJIT.h90 loadPtr(payloadFor(RegisterFile::CallerFrame, callFrameRegister), callFrameRegister); in returnJSValue()
104 loadPtr(payloadFor(RegisterFile::CallerFrame, callFrameRegister), callFrameRegister); in returnDouble()
113 loadPtr(payloadFor(RegisterFile::CallerFrame, callFrameRegister), callFrameRegister); in returnInt32()
122 loadPtr(payloadFor(RegisterFile::CallerFrame, callFrameRegister), callFrameRegister); in returnJSCell()
DJITCall.cpp81 intptr_t offset = (intptr_t)sizeof(Register) * (intptr_t)RegisterFile::CallerFrame; in compileOpCallVarargs()
133 …storePtr(callFrameRegister, Address(callFrameRegister, (RegisterFile::CallerFrame + registerOffset… in compileOpCall()
207 …meRegister, Address(callFrameRegister, (registerOffset + RegisterFile::CallerFrame) * static_cast<… in compileOpCall()
233 …storePtr(callFrameRegister, Address(callFrameRegister, (RegisterFile::CallerFrame + registerOffset… in compileOpCallSlowCase()
DJITOpcodes32_64.cpp143 emitGetFromCallFrameHeaderPtr(RegisterFile::CallerFrame, callFrameRegister); in privateCompileCTIMachineTrampolines()
206 emitGetFromCallFrameHeaderPtr(RegisterFile::CallerFrame, regT0); in privateCompileCTINativeCall()
230 emitGetFromCallFrameHeaderPtr(RegisterFile::CallerFrame, regT2); in privateCompileCTINativeCall()
251 emitGetFromCallFrameHeaderPtr(RegisterFile::CallerFrame, regT2); in privateCompileCTINativeCall()
271 emitGetFromCallFrameHeaderPtr(RegisterFile::CallerFrame, regT0); in privateCompileCTINativeCall()
341 emitGetFromCallFrameHeaderPtr(RegisterFile::CallerFrame, regT0); in privateCompileCTINativeCall()
364 emitGetFromCallFrameHeaderPtr(RegisterFile::CallerFrame, regT2); in privateCompileCTINativeCall()
387 emitGetFromCallFrameHeaderPtr(RegisterFile::CallerFrame, regT0); in privateCompileCTINativeCall()
419 emitGetFromCallFrameHeaderPtr(RegisterFile::CallerFrame, regT2); in privateCompileCTINativeCall()
DJITOpcodes.cpp142 emitGetFromCallFrameHeaderPtr(RegisterFile::CallerFrame, callFrameRegister); in privateCompileCTIMachineTrampolines()
200 emitGetFromCallFrameHeaderPtr(RegisterFile::CallerFrame, regT0); in privateCompileCTINativeCall()
223 emitGetFromCallFrameHeaderPtr(RegisterFile::CallerFrame, regT2); in privateCompileCTINativeCall()
244 emitGetFromCallFrameHeaderPtr(RegisterFile::CallerFrame, regT0); in privateCompileCTINativeCall()
552 emitGetFromCallFrameHeaderPtr(RegisterFile::CallerFrame, callFrameRegister); in emit_op_ret()
575 emitGetFromCallFrameHeaderPtr(RegisterFile::CallerFrame, callFrameRegister); in emit_op_ret_object_or_this()
590 emitGetFromCallFrameHeaderPtr(RegisterFile::CallerFrame, callFrameRegister); in emit_op_ret_object_or_this()
/external/webkit/Source/JavaScriptCore/interpreter/
DCallFrame.h93 CallFrame* callerFrame() const { return this[RegisterFile::CallerFrame].callFrame(); } in callerFrame()
101 …e(CallFrame* callerFrame) { static_cast<Register*>(this)[RegisterFile::CallerFrame] = callerFrame;… in setCallerFrame()
DRegisterFile.h99 CallerFrame = -5, enumerator
/external/webkit/Source/JavaScriptCore/dfg/
DDFGNonSpeculativeJIT.cpp637 … m_jit.emitGetFromCallFrameHeaderPtr(RegisterFile::CallerFrame, JITCompiler::callFrameRegister); in compile()
DDFGSpeculativeJIT.cpp692 … m_jit.emitGetFromCallFrameHeaderPtr(RegisterFile::CallerFrame, JITCompiler::callFrameRegister); in compile()