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

/external/v8/src/
H A Dv8conversions.h37 inline int32_t NumberToInt32(Object* number) { function in namespace:v8::internal
H A Dhydrogen-instructions.cc1314 int32_t truncated = NumberToInt32(*handle_);
H A Dhydrogen-instructions.h2401 static_cast<double>(NumberToInt32(*handle_)))) return true;
H A Druntime.cc6887 int position = NumberToInt32(elements->get(i));
11619 StepAction step_action = static_cast<StepAction>(NumberToInt32(args[1]));
11629 int step_count = NumberToInt32(args[2]);
/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGAliasTracker.h103 // - (X, NumberToInt32(X))
109 return (node2.op == ValueToNumber || node2.op == ValueToInt32 || node2.op == NumberToInt32) && op1 == node2.child1;
H A DDFGNode.h100 macro(NumberToInt32, NodeResultInt32) \
H A DDFGNonSpeculativeJIT.cpp293 case NumberToInt32:
314 ASSERT(op != NumberToInt32);
H A DDFGSpeculativeJIT.cpp334 case NumberToInt32: {
H A DDFGByteCodeParser.cpp224 // 'NumberToInt32(Int32ToNumber(X))' == X, and 'NumberToInt32(UInt32ToNumber(X)) == X'
228 // We unique NumberToInt32 nodes in a map to prevent duplicate conversions.
233 result.first->second = addToGraph(NumberToInt32, index);

Completed in 138 milliseconds