Searched defs:BytecodeOptPeepholes (Results 1 – 2 of 2) sorted by relevance
27 class BytecodeOptPeepholes : public testing::Test { class29 BytecodeOptPeepholes() in BytecodeOptPeepholes() function in ark::bytecodeopt::test::BytecodeOptPeepholes58 TEST_F(BytecodeOptPeepholes, TryBlock) in TEST_F() argument
45 explicit BytecodeOptPeepholes(compiler::Graph *graph) : compiler::Optimization(graph) {} in BytecodeOptPeepholes() function