Searched defs:typeIdx (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | field_data_accessor.cpp | 29 auto typeIdx = helpers::Read<IDX_SIZE>(&sp); in FieldDataAccessor() local
|
| D | field_data_accessor-inl.h | 32 auto typeIdx = helpers::Read<panda_file::IDX_SIZE>(&sp); in GetTypeId() local
|
| D | file_reader.cpp | 592 auto typeIdx = catchBlock.GetTypeIdx(); in GetCatchTypeItem() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/mdgen/src/ |
| D | mdparser.cpp | 211 unsigned int typeIdx = curObj.GetParentClass()->GetFormalTypes().at(i).first; in ParseMDObjBody() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_memlayout.cpp | 90 void X64MemLayout::SetSizeAlignForTypeIdx(uint32 typeIdx, uint32 &size, uint32 &align) const in SetSizeAlignForTypeIdx()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | ir_builder.cpp | 425 auto typeIdx = catchBlock.GetTypeIdx(); in CreateTryCatchBoundariesBlocks() local 744 auto typeIdx = catchBlock.GetTypeIdx(); in FindCatchBlockInPandaFile() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_memlayout.cpp | 118 void AArch64MemLayout::SetSizeAlignForTypeIdx(uint32 typeIdx, uint32 &size, uint32 &align) const in SetSizeAlignForTypeIdx()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | method.cpp | 406 auto typeIdx = catchBlock.GetTypeIdx(); in FindCatchBlockInPandaFile() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_builder.cpp | 68 …MIRBuilder::TraverseToNamedFieldWithType(MIRStructType &structType, GStrIdx nameIdx, TyIdx typeIdx, in TraverseToNamedFieldWithType() 116 …raverseToNamedFieldWithTypeAndMatchStyle(MIRStructType &structType, GStrIdx nameIdx, TyIdx typeIdx, in TraverseToNamedFieldWithTypeAndMatchStyle()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_nodes.h | 489 JarrayMallocNode(Opcode o, PrimType typ, TyIdx typeIdx) : UnaryNode(o, typ), tyIdx(typeIdx) {} in JarrayMallocNode() 491 …JarrayMallocNode(Opcode o, PrimType typ, TyIdx typeIdx, BaseNode *opnd) : UnaryNode(o, typ, opnd),… in JarrayMallocNode() 525 …IreadNode(Opcode o, PrimType typ, TyIdx typeIdx, FieldID fid) : UnaryNode(o, typ), tyIdx(typeIdx),… in IreadNode() 527 IreadNode(Opcode o, PrimType typ, TyIdx typeIdx, FieldID fid, BaseNode *expr) in IreadNode()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 203 TyIdx typeIdx = GlobalTables::GetTypeNameTable().GetTyIdxFromGStrIdx(strIdx); in GetStructType() local
|