Searched refs:dynamicMethod (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph.h | 141 …Graph(ArenaAllocator *allocator, ArenaAllocator *localAllocator, Arch arch, bool dynamicMethod, bo… in Graph() argument 142 …Graph(allocator, localAllocator, arch, nullptr, GetDefaultRuntime(), false, nullptr, dynamicMethod, in Graph() 154 …RuntimeInterface *runtime, bool osrMode, Graph *parent, bool dynamicMethod = false, bool bytecodeO… 156 …Mode::Osr(osrMode) | GraphMode::BytecodeOpt(bytecodeOpt) | GraphMode::DynamicMethod(dynamicMethod))
|