Home
last modified time | relevance | path

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

/art/runtime/
Dstring_builder_append.cc425 size_t handle_index = 0u; in StoreData() local
432 DCHECK_LT(handle_index, hs_.Size()); in StoreData()
434 ObjPtr<mirror::String>::DownCast(hs_.GetReference(handle_index)); in StoreData()
435 ++handle_index; in StoreData()
/art/libdexfile/dex/
Ddex_file_verifier.cc3055 uint32_t handle_index = static_cast<uint32_t>(it.GetJavaValue().i); in CheckInterCallSiteIdItem() local
3056 if (handle_index >= dex_file_->NumMethodHandles()) { in CheckInterCallSiteIdItem()
3057 ErrorStringPrintf("CallSite has bad method handle id: %x", handle_index); in CheckInterCallSiteIdItem()