Home
last modified time | relevance | path

Searched refs:BytecodeOptIrInterface (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcodegen_test.cpp108 BytecodeOptIrInterface *interface = nullptr; in __anon0774c0120102()
146 BytecodeOptIrInterface *interface = nullptr; in __anon0774c0120202()
184 BytecodeOptIrInterface *interface = nullptr; in __anon0774c0120302()
246 BytecodeOptIrInterface *interface = nullptr; in __anon0774c0120402()
288 BytecodeOptIrInterface interface(&maps, prog); in __anon0774c0120502()
339 BytecodeOptIrInterface *interface = nullptr; in __anon0774c0120602()
363 BytecodeOptIrInterface interface(&maps, prog);
381 BytecodeOptIrInterface interface(&maps, prog);
399 BytecodeOptIrInterface interface(&maps, prog);
476 BytecodeOptIrInterface *interface = nullptr; in __anon0774c0120702()
[all …]
Dcommon.h76 class IrInterfaceTest : public BytecodeOptIrInterface {
80 : BytecodeOptIrInterface(maps, prog) in BytecodeOptIrInterface() function
91 return IsMapsSet() ? BytecodeOptIrInterface::GetTypeIdByOffset(offset) : ""; in GetTypeIdByOffset()
201 ir_interface_ = std::make_unique<bytecodeopt::BytecodeOptIrInterface>(&maps_, prog); in ParseToGraph()
248 bytecodeopt::BytecodeOptIrInterface *GetIrInterface() in GetIrInterface()
264 std::unique_ptr<BytecodeOptIrInterface> ir_interface_;
Dgraph_test.h78 …pandasm::AsmEmitter::PandaFileToPandaAsmMaps &maps, bytecodeopt::BytecodeOptIrInterface &ir_interf… in TestBuildGraphFromFunc()
/arkcompiler/runtime_core/bytecode_optimizer/
Dir_interface.h26 class BytecodeOptIrInterface {
28 explicit BytecodeOptIrInterface(const pandasm::AsmEmitter::PandaFileToPandaAsmMaps *maps,
34 virtual ~BytecodeOptIrInterface() = default;
Doptimize_bytecode.h25 bool RunOptimizations(compiler::Graph *graph, BytecodeOptIrInterface *iface = nullptr);
Dcodegen.h42 const BytecodeOptIrInterface *iface, pandasm::Program *prog) in BytecodeGen()
151 const BytecodeOptIrInterface *ir_interface_;
Doptimize_bytecode.cpp61 bool RunOptimizations(compiler::Graph *graph, BytecodeOptIrInterface *iface) in RunOptimizations()
92 void BuildMapFromPcToIns(pandasm::Function &function, BytecodeOptIrInterface &ir_interface, in BuildMapFromPcToIns()
243 BytecodeOptIrInterface &ir_interface) in DebugInfoPropagate()
295 auto ir_interface = BytecodeOptIrInterface(maps, prog); in OptimizeFunction()
/arkcompiler/runtime_core/compiler/tests/
DirBuilder_tests.cpp61 auto ir_interface = panda::bytecodeopt::BytecodeOptIrInterface(&maps, &prog); in TestBuildGraphFromFunc()