| /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/merge_abc/protos/ |
| D | assemblyType.proto | 23 uint32 typeId = 4; field
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | alias_analysis.cpp | 700 uint32_t typeId = 0; in ParsePoolConstant() local 719 uint32_t typeId = 0; in ParseStaticField() local 747 uint32_t typeId = 0; in ParseObjectField() local 949 uint32_t typeId = typedInst->GetTypeId(); in VisitLoadStatic() local 965 uint32_t typeId = typedInst->GetTypeId(); in VisitLoadResolvedObjectFieldStatic() local 981 uint32_t typeId = typedInst->GetTypeId(); in VisitStoreStatic() local 997 uint32_t typeId = typedInst->GetTypeId(); in VisitStoreResolvedObjectFieldStatic() local 1013 uint32_t typeId = typedInst->GetTypeId(); in VisitUnresolvedStoreStatic() local 1026 uint32_t typeId = inst->CastToLoadRuntimeClass()->GetTypeId(); in VisitLoadRuntimeClass() local 1034 uint32_t typeId = inst->CastToLoadClass()->GetTypeId(); in VisitLoadClass() local [all …]
|
| 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
|
| D | alias_analysis.h | 76 static Pointer CreatePoolConstant(uint32_t typeId) in CreatePoolConstant()
|
| /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 | 87 bool HandleStartLocal(int32_t regNumber, uint32_t nameId, uint32_t typeId) in HandleStartLocal() 95 …bool HandleStartLocalExtended(int32_t regNumber, uint32_t nameId, uint32_t typeId, uint32_t typeSi… in HandleStartLocalExtended()
|
| D | file_reader.cpp | 54 BaseClassItem *GetType(File::EntityId typeId, const std::string &typeName) in GetType() 232 ark::panda_file::Type::TypeId typeId) in GeneratePrimitiveItemLesserInt32() 245 ark::panda_file::Type::TypeId typeId) in GeneratePrimitiveItem() 776 File::EntityId typeId(fieldAcc.GetType()); in CreateFieldItem() local 872 File::EntityId typeId(fieldAcc.GetType()); in CreateForeignFieldItem() local
|
| /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_runtime/ecmascript/dfx/hprof/rawheap_translate/ |
| D | metadata_parse.cpp | 31 JSType typeId = GetObjTypeFromHClass(hclass); in GetNativateSize() local 40 JSType typeId = GetObjTypeFromHClass(hclass); in GetTypeNameFromHClass() local 59 JSType typeId = GetObjTypeFromHClass(hclass); in IsString() local 75 JSType typeId = GetObjTypeFromHClass(hclass); in IsJSObject() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder-inl.h | 794 Inst *InstBuilder::BuildLoadStaticInst(size_t pc, DataType::Type type, uint32_t typeId, Inst *saveS… in BuildLoadStaticInst() 855 …lder::BuildStoreStaticInst(const BytecodeInstruction *bcInst, DataType::Type type, uint32_t typeId, in BuildStoreStaticInst() 997 auto typeId = static_cast<uint32_t>(std::get<T>(litArray.literals[i].value)); in BuildUnfoldLoadConstStringArray() local 1016 auto typeId = GetRuntime()->GetLiteralArrayClassIdWithinFile(method, litArray.literals[0].tag); in BuildUnfoldLoadConstArray() local 1191 auto typeId = GetRuntime()->ResolveTypeIndex(GetMethod(), typeIndex); in BuildNewArray() local 1356 auto typeId = GetRuntime()->GetClassIdForMethod(GetMethod(), methodId); in BuildInitObject() local 1409 auto typeId = GetRuntime()->ResolveTypeIndex(GetMethod(), typeIndex); in BuildCheckCast() local 1423 auto typeId = GetRuntime()->ResolveTypeIndex(GetMethod(), typeIndex); in BuildIsInstance() local 1435 Inst *InstBuilder::BuildLoadClass(RuntimeInterface::IdType typeId, size_t pc, Inst *saveState) in BuildLoadClass() 1465 uint32_t typeId; in BuildLoadFromPool() local
|
| D | inst_builder.h | 203 …NewObjectInst *CreateNewObjectInst(size_t pc, uint32_t typeId, SaveStateInst *saveState, Inst *ini… in CreateNewObjectInst()
|
| D | ir_builder.cpp | 331 … tbb->EnumerateCatchHandlers([this](BasicBlock *catchHandler, [[maybe_unused]] size_t typeId) { in ProcessThrowableInstructions() 426 auto typeId = typeIdx == panda_file::INVALID_INDEX in CreateTryCatchBoundariesBlocks() local 749 auto typeId = rta->ResolveTypeIndex(method, typeIdx); in FindCatchBlockInPandaFile() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | ets_interop_runtime_interface-inl.h | 18 …ir<IntrinsicId, compiler::DataType::Type> GetInfoForInteropConvert(panda_file::Type::TypeId typeId) in GetInfoForInteropConvert()
|
| /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/ |
| D | ets_stubs.cpp | 29 auto const getValue = [obj](auto typeId) { in GetBoxedNumericValue()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| 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/ |
| 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()
|
| /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/compiler/optimizer/code_generator/ |
| D | slow_path.h | 255 void SetUnresolvedType(void *method, uint32_t typeId) in SetUnresolvedType()
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | type.h | 51 static uint64_t typeId = 0; in Type() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph_checker.h | 385 static void CheckObjectType(Inst *inst, ObjectType type, [[maybe_unused]] uint32_t typeId) in CheckObjectType()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | ark_gvn.cpp | 186 auto typeId = callInst->getOperand(0U); in ParseBuiltin() local
|
| /arkcompiler/runtime_core/static_core/assembler/tests/ |
| D | emitter_test.cpp | 156 panda_file::Type::TypeId typeId; in TEST() member 328 panda_file::File::EntityId typeId; in TEST() member 538 panda_file::Type::TypeId typeId; in TEST() member
|