Home
last modified time | relevance | path

Searched refs:GetTypeIdOrNullPtr (Results 1 – 2 of 2) sorted by relevance

/art/dexlayout/
Ddex_ir.cc369 const TypeId* superclass = GetTypeIdOrNullPtr(disk_class_def.superclass_idx_.index_); in CreateClassDef()
608 const TypeId* type_id = GetTypeIdOrNullPtr(type_index.index_); in CreateCodeItem()
649 const TypeId* type_id = GetTypeIdOrNullPtr(DecodeUnsignedLeb128(&handlers_data)); in CreateCodeItem()
Ddex_ir.h254 TypeId* GetTypeIdOrNullPtr(uint16_t index) { in GetTypeIdOrNullPtr() function