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

  /art/runtime/entrypoints/portable/
portable_throw_entrypoints.cc 106 << current_method->GetTypeDescriptorFromTypeIdx(iter_type_idx);
  /art/runtime/mirror/
art_method.cc 244 << DescriptorToDot(h_this->GetTypeDescriptorFromTypeIdx(iter_type_idx));
art_method-inl.h 519 inline const char* ArtMethod::GetTypeDescriptorFromTypeIdx(uint16_t type_idx) {
art_method.h 536 const char* GetTypeDescriptorFromTypeIdx(uint16_t type_idx)
  /art/runtime/
reflection.cc 374 << h_m->GetTypeDescriptorFromTypeIdx(type_idx) << "\n"
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 716 milliseconds