Home
last modified time | relevance | path

Searched refs:NumberToInt32 (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dconversions.h91 static inline int32_t NumberToInt32(Object* number);
Dconversions-inl.h80 int32_t NumberToInt32(Object* number) { in NumberToInt32() function
Dhydrogen-instructions.cc1047 int32_t truncated = NumberToInt32(*handle_); in CopyToTruncatedInt32()
Druntime.cc10436 StepAction step_action = static_cast<StepAction>(NumberToInt32(args[1])); in RUNTIME_FUNCTION()
10446 int step_count = NumberToInt32(args[2]); in RUNTIME_FUNCTION()
/external/webkit/Source/JavaScriptCore/dfg/
DDFGAliasTracker.h109 …return (node2.op == ValueToNumber || node2.op == ValueToInt32 || node2.op == NumberToInt32) && op1… in equalIgnoringLaterNumericConversion()
DDFGNode.h100 macro(NumberToInt32, NodeResultInt32) \
DDFGNonSpeculativeJIT.cpp293 case NumberToInt32: in compile()
314 ASSERT(op != NumberToInt32); in compile()
DDFGSpeculativeJIT.cpp334 case NumberToInt32: { in compile()
DDFGByteCodeParser.cpp233 result.first->second = addToGraph(NumberToInt32, index); in toInt32()