Searched defs:method_handle_idx (Results 1 - 3 of 3) sorted by relevance

/art/runtime/interpreter/
H A Dinterpreter_common.cc916 uint32_t method_handle_idx = static_cast<uint32_t>(it.GetJavaValue().i); local
919 bootstrap(hs.NewHandle(class_linker->ResolveMethodHandle(self, method_handle_idx, referrer)));
/art/dexdump/
H A Ddexdump.cc1703 uint32_t method_handle_idx = static_cast<uint32_t>(it.GetJavaValue().i); local
1715 fprintf(gOutFile, " link_argument[0] : %u (MethodHandle)\n", method_handle_idx);
1722 method_handle_idx);
/art/runtime/verifier/
H A Dmethod_verifier.cc4084 uint32_t method_handle_idx = static_cast<uint32_t>(it.GetJavaValue().i); local
4087 const DexFile::MethodHandleItem& mh = dex_file_->GetMethodHandle(method_handle_idx);

Completed in 258 milliseconds