Home
last modified time | relevance | path

Searched defs:proto (Results 1 – 6 of 6) sorted by relevance

/art/libdexfile/dex/
Dtest_dex_file_builder.h75 const ProtoKey* proto = &it->first; // Valid as long as the element remains in protos_. in AddMethod() local
324 const ProtoKey* proto; member
Ddex_file.cc395 const DexFile::ProtoId& proto = GetProtoId(mid); in FindProtoId() local
/art/dexlayout/
Ddexlayout.cc248 static std::string GetSignatureForProtoId(const dex_ir::ProtoId* proto) { in GetSignatureForProtoId()
468 std::string proto("<proto?>"); in IndexString() local
1116 const dex_ir::ProtoId* proto) { in DumpCode()
Ddex_ir.h721 MethodId(const TypeId* klass, const ProtoId* proto, const StringId* name) in MethodId()
/art/runtime/
Dart_method-inl.h274 const DexFile::ProtoId& proto = dex_file->GetMethodPrototype( in GetParameterTypeList() local
/art/compiler/optimizing/
Dinstruction_builder.cc590 const DexFile::ProtoId& proto = dex_file_->GetMethodPrototype(referrer_method_id); in InitializeParameters() local