| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/ |
| D | task.h | 31 enum class TaskType : uint8_t { GC, JIT, UNKNOWN }; enumerator 40 enum class VMType : uint8_t { DYNAMIC_VM, STATIC_VM, UNKNOWN }; enumerator 49 enum class TaskExecutionMode : uint8_t { FOREGROUND, BACKGROUND, UNKNOWN }; enumerator
|
| /arkcompiler/runtime_core/static_core/verification/cache/ |
| D | results_cache.h | 25 enum class Status { OK, FAILED, UNKNOWN }; enumerator
|
| /arkcompiler/runtime_core/static_core/verification/ |
| D | public.h | 47 enum class Status { OK, FAILED, UNKNOWN }; enumerator
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | condition.h | 33 UNKNOWN, enumerator
|
| /arkcompiler/toolchain/tooling/ |
| D | protocol_handler.h | 30 UNKNOWN = 0, enumerator
|
| /arkcompiler/runtime_core/static_core/runtime/profiling/ |
| D | profiling.h | 27 enum class CallKind { UNKNOWN = 0, MONOMORPHIC, POLYMORPHIC, MEGAMORPHIC, COUNT }; enumerator
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | variableDeclarator.h | 31 UNKNOWN, enumerator
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | typeRelation.h | 34 enum class RelationResult { TRUE, FALSE, UNKNOWN, MAYBE, CACHE_MISS }; enumerator
|
| D | globalTypesHolder.h | 32 UNKNOWN, enumerator
|
| D | typeFlag.h | 33 UNKNOWN = 1ULL << 6, // x: unknown enumerator
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_type.h | 37 enum class EtsType { BOOLEAN, BYTE, CHAR, SHORT, INT, LONG, FLOAT, DOUBLE, OBJECT, UNKNOWN, VOID }; enumerator
|
| /arkcompiler/toolchain/common/ |
| D | log_wrapper.h | 44 UNKNOWN, enumerator
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_source_text.h | 43 UNKNOWN enumerator
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | reg_alloc_verifier.h | 113 enum class State : uint8_t { UNKNOWN, KNOWN, CONFLICT }; enumerator
|
| D | alias_analysis.h | 270 UNKNOWN, enumerator
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | global_ts_type_ref.h | 41 UNKNOWN, enumerator
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | annotation.h | 95 UNKNOWN enumerator
|
| /arkcompiler/runtime_core/assembler/ |
| D | annotation.h | 98 UNKNOWN enumerator
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_serializer.h | 105 UNKNOWN enumerator
|
| /arkcompiler/toolchain/inspector/ |
| D | inspector.cpp | 39 UNKNOWN = 0, enumerator
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/ |
| D | cleanup_inline_module.cpp | 207 UNKNOWN, // white enumerator
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | globalTypesHolder.h | 30 UNKNOWN, enumerator
|
| D | typeRelation.h | 70 enum class RelationResult { TRUE, FALSE, UNKNOWN, MAYBE, CACHE_MISS, ERROR }; enumerator
|
| D | typeFlag.h | 32 UNKNOWN = 1ULL << 6ULL, // x: unknown enumerator
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | runtime_interface.h | 50 enum class StringCtorType { UNKNOWN = 0, STRING, CHAR_ARRAY, COUNT }; enumerator 76 UNKNOWN = 0, enumerator 97 enum class InteropCallKind { UNKNOWN = 0, CALL, CALL_BY_VALUE, NEW_INSTANCE, COUNT }; enumerator 1341 enum class CallKind { UNKNOWN, MONOMORPHIC, POLYMORPHIC, MEGAMORPHIC }; enumerator 1354 …enum class SlotKind { UNKNOWN, CLASS, MANAGED_CLASS, METHOD, VIRTUAL_METHOD, FIELD, STATIC_FIELD_P… enumerator
|