Home
last modified time | relevance | path

Searched defs:typeId (Results 1 - 25 of 45) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dets_interop_runtime_interface-inl.h18 static std::pair<IntrinsicId, compiler::DataType::Type> GetInfoForInteropConvert(panda_file::Type::TypeId typeId) in GetInfoForInteropConvert() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Dclass_helper.cpp45 char ClassHelper::GetPrimitiveTypeDescriptorChar(panda_file::Type::TypeId typeId) in GetPrimitiveTypeDescriptorChar() argument
52 const uint8_t *ClassHelper::GetPrimitiveTypeDescriptorStr(panda_file::Type::TypeId typeId) in GetPrimitiveTypeDescriptorStr() argument
63 const char *ClassHelper::GetPrimitiveTypeStr(panda_file::Type::TypeId typeId) in GetPrimitiveTypeStr() argument
H A Dclass_linker_extension.cpp97 void ClassLinkerExtension::InitializePrimitiveClassRoot(ClassRoot root, panda_file::Type::TypeId typeId, in InitializePrimitiveClassRoot() argument
/arkcompiler/ets_runtime/ecmascript/ts_types/
H A Dglobal_type_info.h30 explicit GlobalTypeID(const JSPandaFile *jsPandaFile, uint32_t typeId) in GlobalTypeID() argument
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Druntime_adapter.h331 auto typeId = panda_file::FieldDataAccessor::GetTypeId(pandaFile_, panda_file::File::EntityId(id)); variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dobject_type_propagation.cpp91 auto typeId = runtime->GetFieldValueTypeId(method, fieldId); in VisitLoadObject() local
139 auto typeId = runtime->GetMethodArgReferenceTypeId(method, refNum); in VisitParameter() local
156 auto typeId = runtime->GetMethodReturnTypeId(method); in ProcessManagedCall() local
H A Dalias_analysis.h76 static Pointer CreatePoolConstant(uint32_t typeId) in CreatePoolConstant() argument
81 static Pointer CreateStaticField(uint32_t typeId, const void *typePtr = nullptr) in CreateStaticField() argument
86 static Pointer CreateObjectField(const Inst *base, uint32_t typeId, const void *typePtr = nullptr) in CreateObjectField() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dobject_type_check_elimination.cpp162 bool ObjectTypeCheckElimination::IsMember(Inst *inst, uint32_t typeId, Inst *refUser) in IsMember() argument
191 bool ObjectTypeCheckElimination::IsSuccessfulIsInstance(IsInstanceInst *isInstance, uint32_t typeId, Inst *refUser) in IsSuccessfulIsInstance() argument
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A Dhelpers.h118 constexpr inline std::string_view CreateGetterName(panda_file::Type::TypeId typeId) in CreateGetterName() argument
123 constexpr inline std::string_view CreateSetterName(panda_file::Type::TypeId typeId) in CreateSetterName() argument
H A Dhelpers.cpp37 ir::TypeNode *PrimitiveToTypeNode(panda_file::Type::TypeId typeId, checker::ETSChecker *checker) in PrimitiveToTypeNode() argument
138 auto typeId = panda_file::FieldDataAccessor::GetTypeId(pf, fda.GetFieldId()); in PandaTypeToTypeNode() local
156 static checker::Type *PrimitiveToCheckerType(panda_file::Type::TypeId typeId, checker::GlobalTypesHolder *globalTypes) in PrimitiveToCheckerType() argument
/arkcompiler/runtime_core/static_core/libpandafile/
H A Ddebug_helpers.h97 HandleStartLocalExtended([[maybe_unused]] int32_t regNumber, [[maybe_unused]] uint32_t nameId, [[maybe_unused]] uint32_t typeId, [[maybe_unused]] uint32_t typeSignatureId) const HandleStartLocalExtended() argument
H A Ddebug_info_updater-inl.h91 bool HandleStartLocal([[maybe_unused]] int32_t regNumber, uint32_t nameId, uint32_t typeId) in HandleStartLocal() argument
101 bool HandleStartLocalExtended([[maybe_unused]] int32_t regNumber, uint32_t nameId, uint32_t typeId, in HandleStartLocalExtended() argument
221 bool HandleStartLocal(int32_t regNumber, uint32_t nameId, uint32_t typeId) in HandleStartLocal() argument
234 bool HandleStartLocalExtended(int32_t regNumber, uint32_t nameId, uint32_t typeId, uint32_ argument
[all...]
H A Ddebug_info_extractor.cpp86 bool HandleStartLocal(int32_t regNumber, uint32_t nameId, uint32_t typeId) in HandleStartLocal() argument
94 bool HandleStartLocalExtended(int32_t regNumber, uint32_t nameId, uint32_t typeId, uint32_t typeSignatureId) in HandleStartLocalExtended() argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Ddebug_info_extractor.cpp99 bool HandleStartLocal(int32_t regNumber, uint32_t nameId, [[maybe_unused]] uint32_t typeId) in HandleStartLocal() argument
110 bool HandleStartLocalExtended(int32_t regNumber, uint32_t nameId, [[maybe_unused]] uint32_t typeId, in HandleStartLocalExtended() argument
/arkcompiler/runtime_core/static_core/assembler/tests/
H A Demitter_test.cpp157 panda_file::Type::TypeId typeId; in TEST() member
541 panda_file::Type::TypeId typeId; in TEST() member
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph_checker.h397 CheckObjectTypeDynamic([[maybe_unused]] GraphVisitor *v, Inst *inst, ObjectType type, [[maybe_unused]] uint32_t typeId) CheckObjectTypeDynamic() argument
446 CheckObjectType([[maybe_unused]] GraphVisitor *v, Inst *inst, ObjectType type, [[maybe_unused]] uint32_t typeId) CheckObjectType() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dslow_path.h255 void SetUnresolvedType(void *method, uint32_t typeId) in SetUnresolvedType() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dark_gvn.cpp186 auto typeId = callInst->getOperand(0U); in ParseBuiltin() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder.h235 NewObjectInst *CreateNewObjectInst(size_t pc, uint32_t typeId, SaveStateInst *saveState, Inst *initClass) in CreateNewObjectInst() argument
/arkcompiler/runtime_core/static_core/runtime/core/
H A Dcore_vm.cpp229 auto typeId = pda.GetReferenceType(0); in CheckEntrypointSignature() local
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dobject_helpers.cpp98 panda_file::Type::TypeId typeId = field.GetTypeId(); in DumpPrimitivesField() local
167 panda_file::Type::TypeId typeId = field.GetTypeId(); in DumpObjectFields() local
203 panda_file::Type::TypeId typeId = field.GetTypeId(); in TraverseFields() local
/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker_code_parser_context.cpp38 panda_file::BaseClassItem *GetType([[maybe_unused]] panda_file::File::EntityId typeId, const std::string &typeName) in GetType() argument
67 panda_file::BaseClassItem *GetType([[maybe_unused]] panda_file::File::EntityId typeId, const std::string &typeName) in GetType() argument
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A Dtype.h51 static uint64_t typeId = 0; in Type() local
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H A DdebugInfoDeserializer.cpp220 auto typeId = helpers::GetTypeId(typeSignature); in CreateLocalVarDecl() local
39 GetVarDeclSourceCode(std::string_view varName, DebugInfoDeserializer::RegisterNumber regNumber, const std::string &typeSignature, panda_file::Type::TypeId typeId, checker::GlobalTypesHolder *globalTypes) GetVarDeclSourceCode() argument
56 GetVarUpdateSourceCode(std::string_view varName, DebugInfoDeserializer::RegisterNumber regNumber, panda_file::Type::TypeId typeId) GetVarUpdateSourceCode() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
H A Dbuiltins.cpp361 auto typeId = inst->getOperand(0U); in LowerLoadString() local

Completed in 24 milliseconds

12