Home
last modified time | relevance | path

Searched defs:UNKNOWN (Results 1 - 22 of 22) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Dcondition.h33 UNKNOWN, member in ark::es2panda::compiler::Condition::Result
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
H A Dgc_utils.h28 enum class DerivedStatus { UNKNOWN, DERIVED, NOT_DERIVED }; member in ark::llvmbackend::gc_utils::DerivedStatus
/arkcompiler/runtime_core/static_core/runtime/profiling/
H A Dprofiling.h27 enum class CallKind { UNKNOWN = 0, MONOMORPHIC, POLYMORPHIC, MEGAMORPHIC, COUNT }; member in ark::profiling::CallKind
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DvariableDeclarator.h31 UNKNOWN, member in ark::es2panda::ark::es2panda::ir::VariableDeclaratorFlag
/arkcompiler/toolchain/common/
H A Dlog_wrapper.h53 UNKNOWN, member in OHOS::ArkCompiler::Toolchain::LogLevel
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dreg_alloc_verifier.h113 enum class State : uint8_t { UNKNOWN, KNOWN, CONFLICT }; member in ark::compiler::LocationState::State
H A Dalias_analysis.h274 UNKNOWN, member in ark::compiler::AliasAnalysis::Trilean
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_type.h38 enum class EtsType { BOOLEAN, BYTE, CHAR, SHORT, INT, LONG, FLOAT, DOUBLE, OBJECT, UNKNOWN, VOID }; member in ark::ets::EtsType
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DglobalTypesHolder.h32 UNKNOWN, member in panda::es2panda::checker::GlobalTypeId
H A DtypeRelation.h34 enum class RelationResult { TRUE, FALSE, UNKNOWN, MAYBE, CACHE_MISS }; member in panda::es2panda::checker::RelationResult
H A DtypeFlag.h33 UNKNOWN = 1ULL << 6, // x: unknown member in panda::es2panda::checker::TypeFlag
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/
H A Dcleanup_inline_module.cpp207 UNKNOWN, // white member in ark::llvmbackend::passes::CleanupInlineModule::InlineModuleCleaner::FunctionState
/arkcompiler/ets_runtime/ecmascript/ts_types/
H A Dglobal_ts_type_ref.h41 UNKNOWN, member in panda::ecmascript::TSTypeKind
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A DtypeRelation.h71 enum class RelationResult { TRUE, FALSE, UNKNOWN, MAYBE, CACHE_MISS, ERROR }; member in ark::es2panda::ark::es2panda::checker::RelationResult
H A DtypeFlag.h35 UNKNOWN = 1ULL << 6ULL, // x: unknown member in ark::es2panda::checker::TypeFlag
H A DglobalTypesHolder.h31 UNKNOWN, member in ark::es2panda::checker::GlobalTypeId
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.h35 UNKNOWN enumerator
/arkcompiler/ets_runtime/ecmascript/
H A Djs_object.h55 enum PositionKind { UNKNOWN = 0, INDEXED_PROPERTY = 1, INLINE_NAMED_PROPERTY = 2, OUT_NAMED_PROPERTY = 3 }; enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_gate_meta_data.h363 UNKNOWN = 0, enumerator
439 static MemoryAttribute Create(Order order, Barrier barrier = UNKNOWN_BARRIER, ShareFlag share = UNKNOWN) in Create() argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.h2161 UNKNOWN, enumerator
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.h269 static const ObjectTypeInfo UNKNOWN; member in ark::compiler::inst_flags::ObjectTypeInfo
1827 UNKNOWN = 0, // corresponds by value semantic member in DynObjectAccessType
1834 UNKNOWN = 0, member in DynObjectAccessType::DynObjectAccessMode
3540 UNKNOWN, enumerator
3548 explicit SpillFillInst(ArenaAllocator *allocator, Opcode opcode, SpillFillType type = UNKNOWN) in SpillFillInst() argument
H A Druntime_interface.h48 enum class StringCtorType { UNKNOWN = 0, STRING, CHAR_ARRAY, COUNT }; member in ark::compiler::StringCtorType
75 UNKNOWN = 0, member in ark::compiler::RuntimeInterface::NamedAccessProfileType
96 enum class InteropCallKind { UNKNOWN = 0, CALL, CALL_BY_VALUE, NEW_INSTANCE, COUNT }; member in ark::compiler::RuntimeInterface::InteropCallKind
1546 enum class CallKind { UNKNOWN, MONOMORPHIC, POLYMORPHIC, MEGAMORPHIC }; member in ark::compiler::InlineCachesInterface::CallKind
1559 enum class SlotKind { UNKNOWN, CLASS, MANAGED_CLASS, METHOD, VIRTUAL_METHOD, FIELD, STATIC_FIELD_PTR }; member in ark::compiler::UnresolvedTypesInterface::SlotKind

Completed in 28 milliseconds