Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.h752 : access_flags_(access_flags), method_id_(method_id), code_(code) { } in MethodItem()
758 const MethodId* GetMethodId() const { return method_id_; } in GetMethodId()
765 const MethodId* method_id_; variable
1185 : method_id_(method_id), annotation_set_item_(annotation_set_item) { } in MethodAnnotation()
1187 MethodId* GetMethodId() const { return method_id_; } in GetMethodId()
1191 MethodId* method_id_;
1202 : method_id_(method_id), annotations_(annotations) { } in ParameterAnnotation()
1204 MethodId* GetMethodId() const { return method_id_; } in GetMethodId()
1208 MethodId* method_id_;
/art/tools/veridex/
Dflow_analysis.h156 const uint32_t method_id_;
Dflow_analysis.cc33 method_id_(method.GetIndex()), in VeriFlowAnalysis()
697 DexFileReference(&resolver_->GetDexFile(), method_id_), in Run()