Searched refs:pointerIntoCode (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
H A DJITCode.h64 // This function returns the offset in bytes of 'pointerIntoCode' into
67 unsigned offsetOf(void* pointerIntoCode) argument
69 intptr_t result = reinterpret_cast<intptr_t>(pointerIntoCode) - reinterpret_cast<intptr_t>(m_ref.m_code.executableAddress());

Completed in 70 milliseconds