Searched refs:m_mappedBytecodeOffset (Results 1 – 3 of 3) sorted by relevance
531 m_mappedBytecodeOffset = bytecodeOffset; in map()547 m_mappedBytecodeOffset = (unsigned)-1; in unmap()555 if (m_mappedBytecodeOffset != m_bytecodeOffset) in isMapped()564 if (m_mappedBytecodeOffset != m_bytecodeOffset) in getMappedPayload()576 if (m_mappedBytecodeOffset != m_bytecodeOffset) in getMappedTag()
81 , m_mappedBytecodeOffset((unsigned)-1) in JIT()
981 unsigned m_mappedBytecodeOffset; variable