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

  /art/compiler/sea_ir/types/
type_inference.cc 90 dex_file_->GetMethodPrototype(dex_file_->GetMethodId(dex_method_idx_));
  /art/runtime/
object_utils.h 475 return dex_file.GetMethodPrototype(dex_file.GetMethodId(method_->GetDexMethodIndex()));
486 const DexFile::ProtoId& proto_id = dex_file.GetMethodPrototype(method_id);
494 const DexFile::ProtoId& proto_id = dex_file.GetMethodPrototype(method_id);
dex_file.h 555 const ProtoId& GetMethodPrototype(const MethodId& method_id) const {
    [all...]
dex_file.cc 687 DexFileParameterIterator it(*this, GetMethodPrototype(GetMethodId(method_idx)));
    [all...]
class_linker.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 178 milliseconds