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

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

Completed in 673 milliseconds