Searched refs:getAllocSize (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_func.cpp163 size_t T1Size = F->getType()->getAllocSize();
H A Dslang_rs_reflection_cpp.cpp405 param_len = params->getAllocSize();
752 size_t AllocSize = ET->getAllocSize();
819 size_t FieldAllocSize = T->getAllocSize();
843 if (ERT->getAllocSize() > Pos) {
844 mOut.indent() << FieldPackerName << ".skip(" << ERT->getAllocSize() - Pos
H A Dslang_rs_export_type.h299 virtual size_t getAllocSize() const;
614 virtual size_t getAllocSize() const { return mAllocSize; } function in class:slang::RSExportRecordType
H A Dslang_rs_reflection.cpp1926 size_t AllocSize = ET->getAllocSize();
2009 size_t FieldAllocSize = T->getAllocSize();
2033 if (ERT->getAllocSize() > Pos) {
2034 mOut.indent() << FieldPackerName << ".skip(" << ERT->getAllocSize() - Pos
2161 mOut.indent() << "public static final int sizeof = " << ERT->getAllocSize()
2566 int FieldAllocSize = T->getAllocSize();
2606 size_t RecordAllocSize = ERT->getAllocSize();
H A Dslang_rs_export_type.cpp937 size_t RSExportType::getAllocSize() const { function in class:slang::RSExportType

Completed in 1318 milliseconds