| /arkcompiler/ets_runtime/test/moduletest/module/ |
| H A D | module.js | |
| H A D | B.js | |
| /arkcompiler/ets_frontend/es2panda/ir/ |
| H A D | statement.h | 31 explicit Statement(AstNodeType type) : AstNode(type) {} in Statement() argument
|
| H A D | typeNode.h | 29 explicit TypeNode(AstNodeType type) : Expression(type) {} in TypeNode() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | unboxingConverter.cpp | 23 checker::Type *UnboxingConverter::GlobalTypeFromSource(checker::ETSChecker const *checker, ETSObjectType *type) in GlobalTypeFromSource() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_dataview.cpp | 19 uint32_t JSDataView::GetElementSize(DataViewType type) in GetElementSize() argument
|
| H A D | enum_conversion.h | 24 inline constexpr std::optional<GlobalEnvField> ToGlobelEnvPrototypeField(BuiltinTypeId type) in ToGlobelEnvPrototypeField() argument 78 constexpr std::optional<BuiltinTypeId> ToBuiltinsTypeId(JSType type) in ToBuiltinsTypeId() argument
|
| /arkcompiler/ets_runtime/ecmascript/platform/common/ |
| H A D | map.cpp | 19 const std::string GetPageTagString(PageTagType type, const std::string &spaceName, const uint32_t threadId) in GetPageTagString() argument 41 const char *GetPageTagString(PageTagType type) in GetPageTagString() argument
|
| /arkcompiler/runtime_core/assembler/ |
| H A D | assembly-methodhandle.h | 25 panda::panda_file::MethodHandleType type; member
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | reg_type.h | 23 inline DataType::Type ConvertRegType(const Graph *graph, DataType::Type type) in ConvertRegType() argument
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | assembly-methodhandle.h | 25 ark::panda_file::MethodHandleType type; // NOLINT(misc-non-private-member-variables-in-classes) member
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| H A D | literal.h | 36 explicit Literal(AstNodeType const type) : Expression(type) {} in Literal() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| H A D | opaqueTypeNode.h | 33 explicit OpaqueTypeNode(checker::Type *const type) : TypeNode(AstNodeType::OPAQUE_TYPE_NODE) in OpaqueTypeNode() argument
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/ |
| H A D | LogParser.js | |
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | type_helper.h | 25 inline panda::panda_file::Type GetEffectiveType(const panda_file::Type &type) in GetEffectiveType() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | reg_type.h | 23 inline DataType::Type ConvertRegTypeNotFloat(const Graph *graph, DataType::Type type) in ConvertRegTypeNotFloat() argument 37 inline DataType::Type ConvertRegType(const Graph *graph, DataType::Type type) in ConvertRegType() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | exceptions.h | 107 inline void SetExceptionEvent([[maybe_unused]] events::ExceptionType type, [[maybe_unused]] ManagedThread *thread) in SetExceptionEvent() argument 111 EVENT_EXCEPTION(std::string(stack.GetMethod()->GetFullName()), stack.GetBytecodePc(), stack.GetNativePc(), type); in SetExceptionEvent() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| H A D | gc_extension_data.h | 39 void SetLangType(LangTypeT type) in SetLangType() argument
|
| H A D | gc_scoped_phase.cpp | 43 GCType type = gc_->GetType(); in GetGCName() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| H A D | loopStatement.h | 86 explicit LoopStatement(AstNodeType type) : Statement(type) {} in LoopStatement() argument
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| H A D | assemblyTypeProto.cpp | 19 void Type::Serialize(const panda::pandasm::Type type, protoPanda::Type &protoType) in Serialize() argument 30 auto *type = allocator->New<panda::pandasm::Type>(protoType.componentname(), protoType.rank()); in Deserialize() local
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| H A D | tsRestType.h | 27 explicit TSRestType(Expression *type) : TypeNode(AstNodeType::TS_REST_TYPE), type_(type) {} in TSRestType() argument
|
| H A D | tsOptionalType.h | 27 explicit TSOptionalType(Expression *type) : TypeNode(AstNodeType::TS_OPTIONAL_TYPE), type_(type) {} in TSOptionalType() argument
|
| /arkcompiler/ets_runtime/ecmascript/taskpool/ |
| H A D | task_queue.cpp | 44 void TaskQueue::TerminateTask(int32_t id, TaskType type) in TerminateTask() argument
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| H A D | pgo_profile_type.cpp | 25 ProfileTypeRef::ProfileTypeRef(PGOContext &context, const ProfileType &type) in ProfileTypeRef() argument 57 ProfileType type; in CreateFromProfileTypeRef() local
|