Searched refs:osr_mode (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | graph.h | 119 Graph(ArenaAllocator *allocator, ArenaAllocator *local_allocator, Arch arch, bool osr_mode) in Graph() argument 120 : Graph(allocator, local_allocator, arch, nullptr, GetDefaultRuntime(), osr_mode) in Graph() 131 RuntimeInterface *runtime, bool osr_mode) in Graph() 132 : Graph(allocator, local_allocator, arch, method, runtime, osr_mode, nullptr) in Graph() 137 RuntimeInterface *runtime, bool osr_mode, Graph *parent, bool dynamic_method = false, in Graph() 140 GraphMode::Osr(osr_mode) | GraphMode::BytecodeOpt(bytecode_opt) | in Graph() 130 Graph(ArenaAllocator *allocator, ArenaAllocator *local_allocator, Arch arch, RuntimeInterface::MethodPtr method, RuntimeInterface *runtime, bool osr_mode) Graph() argument 136 Graph(ArenaAllocator *allocator, ArenaAllocator *local_allocator, Arch arch, RuntimeInterface::MethodPtr method, RuntimeInterface *runtime, bool osr_mode, Graph *parent, bool dynamic_method = false, bool bytecode_opt = false) Graph() argument
|
Completed in 3 milliseconds