Searched refs:ir_method_annotation (Results 1 – 1 of 1) sorted by relevance
385 auto ir_method_annotation = dex_ir_->Alloc<ir::MethodAnnotation>(); in ParseMethodAnnotation() local387 ir_method_annotation->method_decl = GetMethodDecl(dex_method_annotation->method_idx); in ParseMethodAnnotation()389 ir_method_annotation->annotations = in ParseMethodAnnotation()391 SLICER_CHECK(ir_method_annotation->annotations != nullptr); in ParseMethodAnnotation()394 return ir_method_annotation; in ParseMethodAnnotation()