Home
last modified time | relevance | path

Searched defs:OSR (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.h39 enum class PaocMode : uint8_t { AOT, JIT, OSR, LLVM }; enumerator
/arkcompiler/runtime_core/static_core/compiler/tests/
Dvn_test.cpp642 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/
Dvn_test.cpp579 TEST_F(VNTest, OSR) in TEST_F() argument
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dcframe_layout.h89 enum class FrameKind : uint8_t { DEFAULT = 0, OSR = 1, NATIVE = 2, LAST = NATIVE }; enumerator
/arkcompiler/runtime_core/libpandabase/utils/
Dcframe_layout.h89 enum class FrameKind : uint8_t { DEFAULT = 0, OSR = 1, NATIVE = 2, LAST = NATIVE }; enumerator