Searched defs:OSR (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/tools/paoc/ |
| D | paoc.h | 39 enum class PaocMode : uint8_t { AOT, JIT, OSR, LLVM }; enumerator
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | vn_test.cpp | 642 SRC_GRAPH(OSR, Graph *graph) in SRC_GRAPH() argument 671 OUT_GRAPH(OSR, Graph *graph) in OUT_GRAPH() argument 699 TEST_F(VNTest, OSR) in TEST_F() argument
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | vn_test.cpp | 579 TEST_F(VNTest, OSR) in TEST_F() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | cframe_layout.h | 89 enum class FrameKind : uint8_t { DEFAULT = 0, OSR = 1, NATIVE = 2, LAST = NATIVE }; enumerator
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | cframe_layout.h | 89 enum class FrameKind : uint8_t { DEFAULT = 0, OSR = 1, NATIVE = 2, LAST = NATIVE }; enumerator
|