OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reinterpretDoubleToIntptr
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/JavaScriptCore/runtime/
JSValueInlineMethods.h
493
inline intptr_t
reinterpretDoubleToIntptr
(double value)
504
u.asInt64 =
reinterpretDoubleToIntptr
(d) + DoubleEncodeOffset;
/external/webkit/Source/JavaScriptCore/dfg/
DFGJITCompiler.cpp
50
move(MacroAssembler::ImmPtr(reinterpret_cast<void*>(
reinterpretDoubleToIntptr
(valueOfDoubleConstant(nodeIndex)))), tempReg);
DFGJITCodeGenerator.cpp
127
m_jit.move(MacroAssembler::ImmPtr(reinterpret_cast<void*>(
reinterpretDoubleToIntptr
(valueOfDoubleConstant(nodeIndex)))), reg);
Completed in 65 milliseconds