HomeSort by relevance Sort by last modified time
    Searched refs:GetMethodPrototype (Results 1 - 6 of 6) sorted by null

  /art/runtime/
method_helper-inl.h 60 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id);
dex_file.h 611 const ProtoId& GetMethodPrototype(const MethodId& method_id) const {
    [all...]
dex_file.cc 782 DexFileParameterIterator it(*this, GetMethodPrototype(GetMethodId(method_idx)));
    [all...]
  /art/runtime/mirror/
art_method-inl.h 486 return dex_file->GetMethodPrototype(dex_file->GetMethodId(method->GetDexMethodIndex()));
492 const DexFile::ProtoId& proto = dex_file->GetMethodPrototype(
514 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id);
  /art/compiler/sea_ir/types/
type_inference.cc 90 dex_file_->GetMethodPrototype(dex_file_->GetMethodId(dex_method_idx_));
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 51 milliseconds