Home
last modified time | relevance | path

Searched refs:NATIVE (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_gate_info.h40 static constexpr uint8_t NATIVE = BOOL | INT32 | FLOAT64; variable
58 return ((tag_ & NATIVE) != 0); in UsedAsNative()
/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/dfx/hprof/
Dheap_snapshot.h524 NATIVE, /* kNative */ enumerator
530 DEFAULT = NATIVE, /* kDefault */