Home
last modified time | relevance | path

Searched refs:JNI (Results 1 – 5 of 5) sorted by relevance

/ark/runtime_core/runtime/include/
Dcframe.h69 enum FrameKind : uint8_t { DEFAULT = 0, OSR = 1, JNI = 2, LAST = JNI }; enumerator
92 … return FrameKindField::Get(*GetPtr<SlotType>(CFrameLayout::FlagsSlot::Start())) == FrameKind::JNI; in IsJni()
/ark/runtime_core/tests/cts-generator/
DCMakeLists.txt178 …# At this moment (10/22/2020) JNI test can consume all available memory during build on clang 8 wi…
180 …be removed and only arkstdlib java_libbase can be kept as dependency after JNI issue will be fixed.
/ark/runtime_core/docs/
Dmemory-management-SW-requirements.md64 - Reference storage and additional interfaces for MM <-> JNI interaction
Dmemory-management.md17 * native memory via JNI/FFI
/ark/runtime_core/runtime/asm_defines/
Dasm_defines.def42 DEFINE_VALUE(CFRAME_KIND_JNI, (CFrame::FrameKind::JNI << CFrame::FrameKindField::START_BIT))