Lines Matching refs:dex
82 bool CheckAndGetHandlerOffsets(const dex::CodeItem* code_item,
87 dex::TypeIndex class_type_index,
92 dex::TypeIndex class_type_index,
98 bool CheckStaticFieldTypes(const dex::ClassDef* class_def);
112 dex::TypeIndex* class_type_index,
113 const dex::ClassDef** class_def);
121 dex::TypeIndex* class_type_index,
122 const dex::ClassDef** class_def);
143 dex::TypeIndex FindFirstClassDataDefiner(const uint8_t* ptr, bool* success);
144 dex::TypeIndex FindFirstAnnotationsDirectoryDefiner(const uint8_t* ptr, bool* success);
164 const char* CheckLoadStringByIdx(dex::StringIndex idx, const char* error_fmt);
165 const char* CheckLoadStringByTypeIdx(dex::TypeIndex type_idx, const char* error_fmt);
169 const dex::FieldId* CheckLoadFieldId(uint32_t idx, const char* error_fmt);
170 const dex::MethodId* CheckLoadMethodId(uint32_t idx, const char* error_fmt);
171 const dex::ProtoId* CheckLoadProtoId(dex::ProtoIndex idx, const char* error_fmt);
184 dex::TypeIndex* class_type_index,
185 const dex::ClassDef** output_class_def);
250 std::unordered_set<decltype(dex::ClassDef::class_idx_)> defined_classes_;