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

/external/chromium_org/v8/src/compiler/
H A Dchange-lowering.cc35 return ChangeUint32ToTagged(node->InputAt(0), control);
211 Reduction ChangeLowering::ChangeUint32ToTagged(Node* val, Node* control) { function in class:v8::internal::compiler::ChangeLowering
/external/chromium_org/v8/test/cctest/compiler/
H A Dsimplified-graph-builder.h111 Node* ChangeUint32ToTagged(Node* a) { function in class:v8::internal::compiler::SimplifiedGraphBuilder
112 return NewNode(simplified()->ChangeUint32ToTagged(), a);

Completed in 87 milliseconds