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

/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLOutput.h95 LValue constIntPtr(T* value) { return constInt(intPtr, bitwise_cast<intptr_t>(value)); } function in class:JSC::FTL::Output
97 LValue constIntPtr(T value) { return constInt(intPtr, static_cast<intptr_t>(value)); } function in class:JSC::FTL::Output

Completed in 133 milliseconds