Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir_builder.cc469 const dex::MethodId& disk_method_id = dex_file.GetMethodId(i); in CreateMethodId() local
473 header_->TypeIds()[disk_method_id.class_idx_.index_], in CreateMethodId()
474 header_->ProtoIds()[disk_method_id.proto_idx_.index_], in CreateMethodId()
475 header_->StringIds()[disk_method_id.name_idx_.index_]); in CreateMethodId()