Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tools/paoc/
Dpaoc.h32 enum class PaocMode : uint8_t { AOT, JIT, OSR }; enumerator
/arkcompiler/runtime_core/compiler/tests/
Dvn_test.cpp579 TEST_F(VNTest, OSR) in TEST_F() argument
/arkcompiler/runtime_core/libpandabase/utils/
Dcframe_layout.h89 enum class FrameKind : uint8_t { DEFAULT = 0, OSR = 1, NATIVE = 2, LAST = NATIVE }; enumerator