Home
last modified time | relevance | path

Searched defs:BytecodeOptPeepholes (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Dbytecodeopt_peepholes_runtime_test.cpp27 class BytecodeOptPeepholes : public testing::Test { class
29 BytecodeOptPeepholes() in BytecodeOptPeepholes() function in ark::bytecodeopt::test::BytecodeOptPeepholes
58 TEST_F(BytecodeOptPeepholes, TryBlock) in TEST_F() argument
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dbytecodeopt_peepholes.h45 explicit BytecodeOptPeepholes(compiler::Graph *graph) : compiler::Optimization(graph) {} in BytecodeOptPeepholes() function