Home | History | Annotate | Download | only in jit

Lines Matching refs:m_ref

52             : m_ref(ref)
58 return !m_ref.m_code.executableAddress();
63 return m_ref.m_code;
71 intptr_t result = reinterpret_cast<intptr_t>(pointerIntoCode) - reinterpret_cast<intptr_t>(m_ref.m_code.executableAddress());
79 return JSValue::decode(ctiTrampoline(m_ref.m_code.executableAddress(), registerFile, callFrame, exception, Profiler::enabledProfilerReference(), globalData));
84 return m_ref.m_code.dataLocation();
89 ASSERT(m_ref.m_code.executableAddress());
90 return m_ref.m_size;
95 return m_ref.m_executablePool.get();
107 : m_ref(code, executablePool, size)
111 CodeRef m_ref;