Home
last modified time | relevance | path

Searched defs:type (Results 1 - 25 of 701) sorted by relevance

12345678910>>...29

/arkcompiler/ets_runtime/test/moduletest/module/
H A Dmodule.js
H A DB.js
/arkcompiler/ets_frontend/es2panda/ir/
H A Dstatement.h31 explicit Statement(AstNodeType type) : AstNode(type) {} in Statement() argument
H A DtypeNode.h29 explicit TypeNode(AstNodeType type) : Expression(type) {} in TypeNode() argument
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DunboxingConverter.cpp23 checker::Type *UnboxingConverter::GlobalTypeFromSource(checker::ETSChecker const *checker, ETSObjectType *type) in GlobalTypeFromSource() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_dataview.cpp19 uint32_t JSDataView::GetElementSize(DataViewType type) in GetElementSize() argument
H A Denum_conversion.h24 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 Dmap.cpp19 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 Dassembly-methodhandle.h25 panda::panda_file::MethodHandleType type; member
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_type.h23 inline DataType::Type ConvertRegType(const Graph *graph, DataType::Type type) in ConvertRegType() argument
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-methodhandle.h25 ark::panda_file::MethodHandleType type; // NOLINT(misc-non-private-member-variables-in-classes) member
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A Dliteral.h36 explicit Literal(AstNodeType const type) : Expression(type) {} in Literal() argument
/arkcompiler/ets_frontend/ets2panda/ir/
H A DopaqueTypeNode.h33 explicit OpaqueTypeNode(checker::Type *const type) : TypeNode(AstNodeType::OPAQUE_TYPE_NODE) in OpaqueTypeNode() argument
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
H A DLogParser.js
/arkcompiler/runtime_core/libpandafile/
H A Dtype_helper.h25 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 Dreg_type.h23 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 Dexceptions.h107 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 Dgc_extension_data.h39 void SetLangType(LangTypeT type) in SetLangType() argument
H A Dgc_scoped_phase.cpp43 GCType type = gc_->GetType(); in GetGCName() local
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DloopStatement.h86 explicit LoopStatement(AstNodeType type) : Statement(type) {} in LoopStatement() argument
/arkcompiler/ets_frontend/merge_abc/src/
H A DassemblyTypeProto.cpp19 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 DtsRestType.h27 explicit TSRestType(Expression *type) : TypeNode(AstNodeType::TS_REST_TYPE), type_(type) {} in TSRestType() argument
H A DtsOptionalType.h27 explicit TSOptionalType(Expression *type) : TypeNode(AstNodeType::TS_OPTIONAL_TYPE), type_(type) {} in TSOptionalType() argument
/arkcompiler/ets_runtime/ecmascript/taskpool/
H A Dtask_queue.cpp44 void TaskQueue::TerminateTask(int32_t id, TaskType type) in TerminateTask() argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H A Dpgo_profile_type.cpp25 ProfileTypeRef::ProfileTypeRef(PGOContext &context, const ProfileType &type) in ProfileTypeRef() argument
57 ProfileType type; in CreateFromProfileTypeRef() local

Completed in 5 milliseconds

12345678910>>...29