Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.h744 : access_flags_(access_flags), method_id_(method_id), code_(code) { } in MethodItem()
750 const MethodId* GetMethodId() const { return method_id_; } in GetMethodId()
757 const MethodId* method_id_; variable
1177 : method_id_(method_id), annotation_set_item_(annotation_set_item) { } in MethodAnnotation()
1179 MethodId* GetMethodId() const { return method_id_; } in GetMethodId()
1183 MethodId* method_id_;
1194 : method_id_(method_id), annotations_(annotations) { } in ParameterAnnotation()
1196 MethodId* GetMethodId() const { return method_id_; } in GetMethodId()
1200 MethodId* method_id_;
/art/tools/veridex/
Dflow_analysis.h156 const uint32_t method_id_;
Dflow_analysis.cc33 method_id_(method.GetIndex()), in VeriFlowAnalysis()
674 DexFileReference(&resolver_->GetDexFile(), method_id_), in Run()