Home
last modified time | relevance | path

Searched defs:valueOfInt32Constant (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/dfg/
DDFGJITCompiler.h269 int32_t valueOfInt32Constant(NodeIndex nodeIndex) in valueOfInt32Constant() function
DDFGJITCodeGenerator.h244 …int32_t valueOfInt32Constant(NodeIndex nodeIndex) { return m_jit.valueOfInt32Constant(nodeIndex); } in valueOfInt32Constant() function
DDFGByteCodeParser.cpp337 int32_t valueOfInt32Constant(NodeIndex index) in valueOfInt32Constant() function in JSC::DFG::ByteCodeParser