Searched defs:h_this (Results 1 - 2 of 2) sorted by relevance

/art/runtime/mirror/
H A Dart_method.cc212 uint32_t ArtMethod::FindCatchBlock(Handle<ArtMethod> h_this, Handle<Class> exception_type, argument
214 MethodHelper mh(h_this);
215 const DexFile::CodeItem* code_item = h_this->GetCodeItem();
244 << DescriptorToDot(h_this->GetTypeDescriptorFromTypeIdx(iter_type_idx));
H A Dclass.cc166 String* Class::ComputeName(Handle<Class> h_this) { argument
167 String* name = h_this->GetName();
172 const char* descriptor = h_this->GetDescriptor(&temp);
197 h_this->SetName(name);
216 Handle<mirror::Class> h_this(hs.NewHandle(this));
237 Class* interface = GetDirectInterface(self, h_this, i);
246 os << " vtable (" << h_this->NumVirtualMethods() << " entries, "
250 PrettyMethod(h_this->GetVirtualMethodDuringLinking(i)).c_str());
252 os << " direct methods (" << h_this->NumDirectMethods() << " entries):\n";
253 for (size_t i = 0; i < h_this
[all...]

Completed in 33 milliseconds