Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dreader.cc385 auto ir_method_annotation = dex_ir_->Alloc<ir::MethodAnnotation>(); in ParseMethodAnnotation() local
387 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()