| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| H A D | ets_interop_runtime_interface-inl.h | 18 static std::pair<IntrinsicId, compiler::DataType::Type> GetInfoForInteropConvert(panda_file::Type::TypeId typeId) in GetInfoForInteropConvert() argument
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | class_helper.cpp | 45 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 D | class_linker_extension.cpp | 97 void ClassLinkerExtension::InitializePrimitiveClassRoot(ClassRoot root, panda_file::Type::TypeId typeId, in InitializePrimitiveClassRoot() argument
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| H A D | global_type_info.h | 30 explicit GlobalTypeID(const JSPandaFile *jsPandaFile, uint32_t typeId) in GlobalTypeID() argument
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| H A D | runtime_adapter.h | 331 auto typeId = panda_file::FieldDataAccessor::GetTypeId(pandaFile_, panda_file::File::EntityId(id)); variable
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | object_type_propagation.cpp | 91 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 D | alias_analysis.h | 76 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 D | object_type_check_elimination.cpp | 162 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 D | helpers.h | 118 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 D | helpers.cpp | 37 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 D | debug_helpers.h | 97 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 D | debug_info_updater-inl.h | 91 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 D | debug_info_extractor.cpp | 86 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 D | debug_info_extractor.cpp | 99 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 D | emitter_test.cpp | 157 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 D | graph_checker.h | 397 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 D | slow_path.h | 255 void SetUnresolvedType(void *method, uint32_t typeId) in SetUnresolvedType() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| H A D | ark_gvn.cpp | 186 auto typeId = callInst->getOperand(0U); in ParseBuiltin() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| H A D | inst_builder.h | 235 NewObjectInst *CreateNewObjectInst(size_t pc, uint32_t typeId, SaveStateInst *saveState, Inst *initClass) in CreateNewObjectInst() argument
|
| /arkcompiler/runtime_core/static_core/runtime/core/ |
| H A D | core_vm.cpp | 229 auto typeId = pda.GetReferenceType(0); in CheckEntrypointSignature() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | object_helpers.cpp | 98 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 D | linker_code_parser_context.cpp | 38 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 D | type.h | 51 static uint64_t typeId = 0; in Type() local
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/ |
| H A D | debugInfoDeserializer.cpp | 220 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 D | builtins.cpp | 361 auto typeId = inst->getOperand(0U); in LowerLoadString() local
|