Home | History | Annotate | Download | only in runtime

Lines Matching defs:type_

40   uint8_t type_;
394 annotation_value->type_ = value_type;
596 switch (new_annotation_value.type_) {
848 if (annotation_value.type_ != expected_type) {
1339 if (annotation_value.type_ != DexFile::kDexAnnotationMethod) {
1399 if (annotation_value.type_ != DexFile::kDexAnnotationNull &&
1400 annotation_value.type_ != DexFile::kDexAnnotationString) {
1432 if (annotation_value.type_ != DexFile::kDexAnnotationInt) {
1485 if (annotation_value.type_ != DexFile::kDexAnnotationString) {
1523 switch (type_) {
1549 default: UNIMPLEMENTED(FATAL) << ": type " << type_;