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

  /art/profman/
profman.cc 625 // Find class klass_descriptor in the given dex_files and store its reference
629 const std::string& klass_descriptor,
634 if (klass_descriptor == kInvalidClassDescriptor) {
648 const DexFile::TypeId* type_id = dex_file->FindTypeId(klass_descriptor.c_str());
    [all...]
  /art/runtime/
class_linker.cc 3459 const char* klass_descriptor = klass->GetDescriptor(&temp); local
    [all...]

Completed in 85 milliseconds