Searched refs:GetTypeIdOrNullPtr (Results 1 – 2 of 2) sorted by relevance
481 const TypeId* superclass = header_->GetTypeIdOrNullPtr(disk_class_def.superclass_idx_.index_); in CreateClassDef()846 const TypeId* type_id = header_->GetTypeIdOrNullPtr(type_index.index_); in DedupeOrCreateCodeItem()888 header_->GetTypeIdOrNullPtr(DecodeUnsignedLeb128(&handlers_data)); in DedupeOrCreateCodeItem()
498 TypeId* GetTypeIdOrNullPtr(uint16_t index) { in GetTypeIdOrNullPtr() function