Searched defs:executableAddress (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DJITCode.h176 void* executableAddress() { return executableAddressAtOffset(0); } function in class:JSC::JITCode
/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DMacroAssemblerCodeRef.h224 void* executableAddress() const { return m_value; } function in class:JSC::FunctionPtr
307 void* executableAddress() const { return m_value; } function in class:JSC::MacroAssemblerCodePtr
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter.cpp258 JSValue CLoop::execute(OpcodeID entryOpcodeID, void* executableAddress, VM* vm, ProtoCallFrame* protoCallFrame, bool isInitializationPass) argument

Completed in 95 milliseconds