Home
last modified time | relevance | path

Searched refs:handle_index (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dstring_builder_append.cc278 size_t handle_index = 0u; in StoreData() local
285 ObjPtr<mirror::String>::DownCast(hs_.GetReference(handle_index)); in StoreData()
286 ++handle_index; in StoreData()
332 DCHECK_LE(handle_index, hs_.NumberOfReferences()); in StoreData()
/art/libdexfile/dex/
Ddex_file_verifier.cc2886 uint32_t handle_index = static_cast<uint32_t>(it.GetJavaValue().i); in CheckInterCallSiteIdItem() local
2887 if (handle_index >= dex_file_->NumMethodHandles()) { in CheckInterCallSiteIdItem()
2888 ErrorStringPrintf("CallSite has bad method handle id: %x", handle_index); in CheckInterCallSiteIdItem()