| /arkcompiler/runtime_core/static_core/runtime/ |
| D | class_helper.cpp | 45 char ClassHelper::GetPrimitiveTypeDescriptorChar(panda_file::Type::TypeId typeId) in GetPrimitiveTypeDescriptorChar() 52 const uint8_t *ClassHelper::GetPrimitiveTypeDescriptorStr(panda_file::Type::TypeId typeId) in GetPrimitiveTypeDescriptorStr() 63 const char *ClassHelper::GetPrimitiveTypeStr(panda_file::Type::TypeId typeId) in GetPrimitiveTypeStr()
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| D | helpers.h | 118 constexpr inline std::string_view CreateGetterName(panda_file::Type::TypeId typeId) in CreateGetterName() 123 constexpr inline std::string_view CreateSetterName(panda_file::Type::TypeId typeId) in CreateSetterName()
|
| D | helpers.cpp | 37 ir::TypeNode *PrimitiveToTypeNode(panda_file::Type::TypeId typeId, checker::ETSChecker *checker) in PrimitiveToTypeNode() 138 auto typeId = panda_file::FieldDataAccessor::GetTypeId(pf, fda.GetFieldId()); in PandaTypeToTypeNode() local 156 static checker::Type *PrimitiveToCheckerType(panda_file::Type::TypeId typeId, checker::GlobalTypesH… in PrimitiveToCheckerType()
|
| /arkcompiler/ets_frontend/merge_abc/protos/ |
| D | assemblyType.proto | 23 uint32 typeId = 4; field
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | alias_visitor.cpp | 316 uint32_t typeId = 0; in ParsePoolConstant() local 335 uint32_t typeId = 0; in ParseStaticField() local 363 uint32_t typeId = 0; in ParseObjectField() local 616 uint32_t typeId = typedInst->GetTypeId(); in VisitLoadStatic() local 632 uint32_t typeId = typedInst->GetTypeId(); in VisitLoadResolvedObjectFieldStatic() local 648 uint32_t typeId = typedInst->GetTypeId(); in VisitStoreStatic() local 666 uint32_t typeId = typedInst->GetTypeId(); in VisitStoreResolvedObjectFieldStatic() local 684 uint32_t typeId = typedInst->GetTypeId(); in VisitUnresolvedStoreStatic() local 699 uint32_t typeId = inst->CastToLoadRuntimeClass()->GetTypeId(); in VisitLoadRuntimeClass() local 707 uint32_t typeId = inst->CastToLoadClass()->GetTypeId(); in VisitLoadClass() local [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/include/tooling/ |
| D | vreg_value.h | 40 TypedValue ToTypedValue(panda_file::Type::TypeId typeId) in ToTypedValue()
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | debug_helpers.h | 92 [[maybe_unused]] uint32_t typeId) const in HandleStartLocal() 98 … [[maybe_unused]] uint32_t typeId, [[maybe_unused]] uint32_t typeSignatureId) const in HandleStartLocalExtended()
|
| D | debug_info_updater-inl.h | 91 bool HandleStartLocal([[maybe_unused]] int32_t regNumber, uint32_t nameId, uint32_t typeId) in HandleStartLocal() 101 …bool HandleStartLocalExtended([[maybe_unused]] int32_t regNumber, uint32_t nameId, uint32_t typeId, in HandleStartLocalExtended() 221 bool HandleStartLocal(int32_t regNumber, uint32_t nameId, uint32_t typeId) in HandleStartLocal() 234 …bool HandleStartLocalExtended(int32_t regNumber, uint32_t nameId, uint32_t typeId, uint32_t typeSi… in HandleStartLocalExtended()
|
| D | debug_info_extractor.cpp | 86 bool HandleStartLocal(int32_t regNumber, uint32_t nameId, uint32_t typeId) in HandleStartLocal() 94 …bool HandleStartLocalExtended(int32_t regNumber, uint32_t nameId, uint32_t typeId, uint32_t typeSi… in HandleStartLocalExtended()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | object_type_check_elimination.cpp | 162 bool ObjectTypeCheckElimination::IsMember(Inst *inst, uint32_t typeId, Inst *refUser) in IsMember() 191 bool ObjectTypeCheckElimination::IsSuccessfulIsInstance(IsInstanceInst *isInstance, uint32_t typeId… in IsSuccessfulIsInstance()
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/ |
| D | debugInfoDeserializer.cpp | 40 const std::string &typeSignature, panda_file::Type::TypeId typeId, in GetVarDeclSourceCode() 57 panda_file::Type::TypeId typeId) in GetVarUpdateSourceCode() 222 auto typeId = helpers::GetTypeId(typeSignature); in CreateLocalVarDecl() local
|
| /arkcompiler/runtime_core/libabckit/tests/ut/ir_core/types_api/ |
| D | get_type_dynamic.cpp | 31 static void CheckTypeOfInst(AbckitInst *inst, AbckitTypeId typeId) in CheckTypeOfInst()
|
| D | get_type_static.cpp | 32 static void CheckTypeOfInst(AbckitInst *inst, AbckitTypeId typeId) in CheckTypeOfInst()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph_checker.h | 402 [[maybe_unused]] uint32_t typeId) in CheckObjectTypeDynamic() 451 [[maybe_unused]] uint32_t typeId) in CheckObjectType()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder-inl.h | 819 Inst *InstBuilder::BuildLoadStaticInst(size_t pc, DataType::Type type, uint32_t typeId, Inst *saveS… in BuildLoadStaticInst() 881 …lder::BuildStoreStaticInst(const BytecodeInstruction *bcInst, DataType::Type type, uint32_t typeId, in BuildStoreStaticInst() 1024 auto typeId = static_cast<uint32_t>(std::get<T>(litArray.literals[i].value)); in BuildUnfoldLoadConstStringArray() local 1043 auto typeId = GetRuntime()->GetLiteralArrayClassIdWithinFile(method, litArray.literals[0].tag); in BuildUnfoldLoadConstArray() local 1218 auto typeId = GetRuntime()->ResolveTypeIndex(GetMethod(), typeIndex); in BuildNewArray() local 1385 auto typeId = GetRuntime()->GetClassIdForMethod(GetMethod(), methodId); in BuildInitObject() local 1438 auto typeId = GetRuntime()->ResolveTypeIndex(GetMethod(), typeIndex); in BuildCheckCast() local 1452 auto typeId = GetRuntime()->ResolveTypeIndex(GetMethod(), typeIndex); in BuildIsInstance() local 1464 Inst *InstBuilder::BuildLoadClass(RuntimeInterface::IdType typeId, size_t pc, Inst *saveState) in BuildLoadClass() 1494 uint32_t typeId; in BuildLoadFromPool() local
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | global_type_info.h | 30 explicit GlobalTypeID(const JSPandaFile *jsPandaFile, uint32_t typeId) in GlobalTypeID()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | ets_interop_runtime_interface-inl.h | 19 …ir<IntrinsicId, compiler::DataType::Type> GetInfoForInteropConvert(panda_file::Type::TypeId typeId) in GetInfoForInteropConvert()
|
| /arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/modify_api/types/ |
| D | types_test.cpp | 42 for (AbckitTypeId typeId : vecOfTypes) { in InspectMethodValid() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | object_helpers.cpp | 102 panda_file::Type::TypeId typeId = field.GetTypeId(); in DumpPrimitivesField() local 171 panda_file::Type::TypeId typeId = field.GetTypeId(); in DumpObjectFields() local 207 panda_file::Type::TypeId typeId = field.GetTypeId(); in TraverseFields() local
|
| /arkcompiler/runtime_core/libabckit/src/adapter_static/ |
| D | abckit_inst_builder-inl.h | 101 uint32_t typeId; in AbcKitBuildLoadFromPool() local
|
| /arkcompiler/runtime_core/libabckit/src/codegen/ |
| D | codegen_dynamic.cpp | 48 void CodeGenDynamic::AppendCatchBlock(uint32_t typeId, const ark::compiler::BasicBlock *tryBegin, in AppendCatchBlock() 71 bb->EnumerateCatchHandlers([&, bb, tryEnd](BasicBlock *catchHandler, size_t typeId) { in VisitTryBegin()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | debug_info_extractor.cpp | 99 bool HandleStartLocal(int32_t regNumber, uint32_t nameId, [[maybe_unused]] uint32_t typeId) in HandleStartLocal() 110 …bool HandleStartLocalExtended(int32_t regNumber, uint32_t nameId, [[maybe_unused]] uint32_t typeId, in HandleStartLocalExtended()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_stubs.cpp | 30 auto const getValue = [obj](auto typeId) { in GetBoxedNumericValue()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | slow_path.h | 255 void SetUnresolvedType(void *method, uint32_t typeId) in SetUnresolvedType()
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_code_parser_context.cpp | 38 …panda_file::BaseClassItem *GetType([[maybe_unused]] panda_file::File::EntityId typeId, const std::… in GetType() 67 …panda_file::BaseClassItem *GetType([[maybe_unused]] panda_file::File::EntityId typeId, const std::… in GetType()
|