Home
last modified time | relevance | path

Searched defs:NATIVE (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dthread_status.h34 NATIVE, enumerator
/arkcompiler/runtime_core/common_interfaces/thread/
Dthread_state.h37 NATIVE = 2, enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_typeapi.h80 NATIVE = 1U << 9U, // Method, Lambda enumerator
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcallconv.h217 NATIVE, // native function enumerator
/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
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_gate_info.h43 static constexpr uint8_t NATIVE = BOOL | INT32 | FLOAT64; variable
/arkcompiler/ets_frontend/ets2panda/ir/
DastNodeFlags.h55 NATIVE = 1U << 12U, enumerator
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h51 NATIVE, enumerator