Searched refs:byteSize (Results 1 - 9 of 9) sorted by relevance

/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.h101 const char* name, uint32 byteSize);
H A DArchitectureX86.cpp806 uint32 byteSize)
808 _AddRegister(index, name, byteSize * 8, B_RAW_TYPE,
805 _AddSIMDRegister(int32 index, const char* name, uint32 byteSize) argument
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.h101 const char* name, uint32 byteSize);
H A DArchitectureX8664.cpp881 uint32 byteSize)
883 _AddRegister(index, name, byteSize * 8, B_RAW_TYPE,
880 _AddSIMDRegister(int32 index, const char* name, uint32 byteSize) argument
/haiku/src/kits/debugger/types/
H A DValueLocation.cpp82 uint64 byteSize)
89 piece.SetSize(byteSize);
81 SetToByteOffset(const ValueLocation& other, uint64 byteOffset, uint64 byteSize) argument
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.cpp793 target_addr_t byteSize; local
804 byteSize = value.ToUInt64();
806 byteSize = ByteSize();
824 uint64 bitSize = byteSize * 8;
839 B_PRIu64 "/%" B_PRIu64 "\n", byteSize, bitOffset, bitSize);
841 if (bitOffset + bitSize > byteSize * 8)
H A DDwarfTypeFactory.cpp182 target_size_t byteSize, uint32 typeConstant)
186 fByteSize(byteSize),
191 static status_t Create(target_size_t byteSize, bool isSigned, Type*& _type) argument
195 switch (byteSize) {
215 (int)byteSize * 8);
222 id, id, byteSize, typeConstant);
181 ArtificialIntegerType(const BString& id, const BString& name, target_size_t byteSize, uint32 typeConstant) argument
H A DDwarfImageDebugInfo.cpp1246 uint32 byteSize = 0; local
1249 byteSize = fArchitecture->AddressSize();
1251 byteSize = returnType->ByteSize()->constant;
1255 if (byteSize == 0)
1256 byteSize = fArchitecture->AddressSize();
1260 byteSize, location);
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp1386 size_t byteSize = std::max(BVariant::SizeOfType(lhs),
1398 if (byteSize == sizeof(float))
1403 switch (byteSize) {

Completed in 62 milliseconds