Searched defs:NATIVE (Results 1 - 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | thread_status.h | 32 NATIVE, member in ark::ThreadStatus
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| H A D | callconv.h | 217 NATIVE, // native function enumerator
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_typeapi.h | 80 NATIVE = 1U << 9U, // Method, Lambda member in ark::ets::EtsTypeAPIKind::EtsTypeAPIAttributes
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | cframe_layout.h | 89 enum class FrameKind : uint8_t { DEFAULT = 0, OSR = 1, NATIVE = 2, LAST = NATIVE }; member in panda::CFrameLayout::FrameKind
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A D | cframe_layout.h | 89 enum class FrameKind : uint8_t { DEFAULT = 0, OSR = 1, NATIVE = 2, LAST = NATIVE }; member in ark::CFrameLayout::FrameKind
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | number_gate_info.h | 43 static constexpr uint8_t NATIVE = BOOL | INT32 | FLOAT64; member in panda::ecmascript::kungfu::UseInfo
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| H A D | astNodeFlags.h | 52 NATIVE = 1U << 12U, member in ark::es2panda::ir::ModifierFlags
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_thread.h | 105 NATIVE = 2, member in panda::ecmascript::ThreadState
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| H A D | heap_snapshot.h | 51 NATIVE, member in panda::ecmascript::NodeType
|
Completed in 7 milliseconds