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

  /art/runtime/
imtable-inl.h 57 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id);
art_method-inl.h 305 return dex_file->GetMethodPrototype(dex_file->GetMethodId(GetDexMethodIndex()));
311 const DexFile::ProtoId& proto = dex_file->GetMethodPrototype(
339 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id);
396 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id);
art_method.cc 555 const auto& proto_id = dex_file->GetMethodPrototype(method_id);
    [all...]
dex_file.h 679 const ProtoId& GetMethodPrototype(const MethodId& method_id) const {
    [all...]
dex_file.cc     [all...]
class_linker.cc     [all...]
  /art/compiler/debug/
elf_debug_info_writer.h 142 const DexFile::ProtoId& dex_proto = dex->GetMethodPrototype(dex_method);
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/compiler/optimizing/
instruction_builder.cc 460 const DexFile::ProtoId& proto = dex_file_->GetMethodPrototype(referrer_method_id);
    [all...]

Completed in 348 milliseconds