Home
last modified time | relevance | path

Searched defs:typeId (Results 1 – 25 of 69) sorted by relevance

123

/arkcompiler/runtime_core/static_core/runtime/
Dclass_helper.cpp45 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/
Dhelpers.h118 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()
Dhelpers.cpp37 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/
DassemblyType.proto23 uint32 typeId = 4; field
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dalias_visitor.cpp316 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/
Dvreg_value.h40 TypedValue ToTypedValue(panda_file::Type::TypeId typeId) in ToTypedValue()
/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_helpers.h92 [[maybe_unused]] uint32_t typeId) const in HandleStartLocal()
98 … [[maybe_unused]] uint32_t typeId, [[maybe_unused]] uint32_t typeSignatureId) const in HandleStartLocalExtended()
Ddebug_info_updater-inl.h91 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()
Ddebug_info_extractor.cpp86 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/
Dobject_type_check_elimination.cpp162 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/
DdebugInfoDeserializer.cpp40 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/
Dget_type_dynamic.cpp31 static void CheckTypeOfInst(AbckitInst *inst, AbckitTypeId typeId) in CheckTypeOfInst()
Dget_type_static.cpp32 static void CheckTypeOfInst(AbckitInst *inst, AbckitTypeId typeId) in CheckTypeOfInst()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.h402 [[maybe_unused]] uint32_t typeId) in CheckObjectTypeDynamic()
451 [[maybe_unused]] uint32_t typeId) in CheckObjectType()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h819 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/
Dglobal_type_info.h30 explicit GlobalTypeID(const JSPandaFile *jsPandaFile, uint32_t typeId) in GlobalTypeID()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_interop_runtime_interface-inl.h19 …ir<IntrinsicId, compiler::DataType::Type> GetInfoForInteropConvert(panda_file::Type::TypeId typeId) in GetInfoForInteropConvert()
/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/modify_api/types/
Dtypes_test.cpp42 for (AbckitTypeId typeId : vecOfTypes) { in InspectMethodValid() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers.cpp102 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/
Dabckit_inst_builder-inl.h101 uint32_t typeId; in AbcKitBuildLoadFromPool() local
/arkcompiler/runtime_core/libabckit/src/codegen/
Dcodegen_dynamic.cpp48 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/
Ddebug_info_extractor.cpp99 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/
Dets_stubs.cpp30 auto const getValue = [obj](auto typeId) { in GetBoxedNumericValue()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dslow_path.h255 void SetUnresolvedType(void *method, uint32_t typeId) in SetUnresolvedType()
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_code_parser_context.cpp38 …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()

123