Home
last modified time | relevance | path

Searched defs:INVALID (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/xgc/
Dxgc.h49 INVALID, // Invalid trigger, it should not be used enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_call_signature_id_properties.h39 INVALID = 0xFFFF, enumerator
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dobject_type_check_elimination.h66 enum CheckCastEliminateType { REDUNDANT, MUST_THROW, INVALID }; enumerator
Ddeoptimize_elimination.h67 enum BlockType { INVALID, GUARD, RUNTIME_CALL, NOTHING }; enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.h33 INVALID, enumerator
38 INVALID, enumerator
Dshare_gate_meta_data.h592 INVALID, enumerator
Dtype_info_accessors.h840 INVALID enumerator
/arkcompiler/runtime_core/common_interfaces/objects/
Dbase_class.h27 INVALID = 0, enumerator
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env_fields.h483 INVALID = -1 enumerator
Dglobal_env_constants.h587 INVALID = -1, enumerator
Djs_hclass.h356 INVALID = 0, enumerator
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dliterals.h39 INVALID, enumerator
/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.h71 enum class Type { STRUCTURAL, NORMAL, INVALID }; enumerator
/arkcompiler/ets_frontend/ets2panda/util/
Ddiagnostic.h57 INVALID = COUNT enumerator
/arkcompiler/runtime_core/static_core/irtoc/backend/
Dfunction.h33 INVALID, enumerator
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dtype_info.h93 …eId : uint8_t { INT8 = 0, INT16 = 1, INT32 = 2, INT64 = 3, FLOAT32 = 4, FLOAT64 = 5, INVALID = 6 }; enumerator
/arkcompiler/runtime_core/static_core/verification/util/
Dtagged_index.h133 static constexpr UInt INVALID = static_cast<UInt>(0); variable
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.h99 enum EncodingType { INVALID = 0, ASCII, UTF8, UTF16LE, BASE64, BASE64URL, LATIN1, BINARY, HEX }; enumerator
/arkcompiler/ets_runtime/ecmascript/js_type_metadata/
Dtype_enums.json3 "INVALID":8, number
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h392 INVALID, enumerator
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h165 INVALID = -1, enumerator
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1704 INVALID = 0, enumerator
Dinst.h128 INVALID = -1, enumerator
267 static const ObjectTypeInfo INVALID; variable