Home
last modified time | relevance | path

Searched defs:ChangeUint32ToTagged (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/unittests/compiler/
Dchange-lowering-unittest.cc465 TARGET_TEST_F(ChangeLowering32Test, ChangeUint32ToTagged) { in TARGET_TEST_F() argument
593 TARGET_TEST_F(ChangeLowering64Test, ChangeUint32ToTagged) { in TARGET_TEST_F() argument
Dsimplified-operator-reducer-unittest.cc394 TEST_F(SimplifiedOperatorReducerTest, ChangeUint32ToTagged) { in TEST_F() argument
/external/v8/test/cctest/compiler/
Dgraph-builder-tester.h165 Node* ChangeUint32ToTagged(Node* a) { in ChangeUint32ToTagged() function
/external/v8/src/compiler/
Dchange-lowering.cc398 Reduction ChangeLowering::ChangeUint32ToTagged(Node* value, Node* control) { in ChangeUint32ToTagged() function in v8::internal::compiler::ChangeLowering