Home
last modified time | relevance | path

Searched defs:typeIdx (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
Dfield_data_accessor.cpp29 auto typeIdx = helpers::Read<IDX_SIZE>(&sp); in FieldDataAccessor() local
Dfield_data_accessor-inl.h32 auto typeIdx = helpers::Read<panda_file::IDX_SIZE>(&sp); in GetTypeId() local
Dfile_reader.cpp592 auto typeIdx = catchBlock.GetTypeIdx(); in GetCatchTypeItem() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/mdgen/src/
Dmdparser.cpp211 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/
Dx64_memlayout.cpp90 void X64MemLayout::SetSizeAlignForTypeIdx(uint32 typeIdx, uint32 &size, uint32 &align) const in SetSizeAlignForTypeIdx()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp425 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/
Daarch64_memlayout.cpp118 void AArch64MemLayout::SetSizeAlignForTypeIdx(uint32 typeIdx, uint32 &size, uint32 &align) const in SetSizeAlignForTypeIdx()
/arkcompiler/runtime_core/static_core/runtime/
Dmethod.cpp406 auto typeIdx = catchBlock.GetTypeIdx(); in FindCatchBlockInPandaFile() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp68 …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/
Dmir_nodes.h489 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/
Dlmir_builder.cpp203 TyIdx typeIdx = GlobalTables::GetTypeNameTable().GetTyIdxFromGStrIdx(strIdx); in GetStructType() local