Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_class_definition.cc153 art::Handle<art::mirror::Object> orig_dex(hs.NewHandle(ext->GetOriginalDexFile())); in GetDexDataForRetransformation() local
154 if (!orig_dex.IsNull()) { in GetDexDataForRetransformation()
155 if (orig_dex->IsArrayInstance()) { in GetDexDataForRetransformation()
156 DCHECK(orig_dex->GetClass()->GetComponentType()->IsPrimitiveByte()); in GetDexDataForRetransformation()
157 art::Handle<art::mirror::ByteArray> orig_dex_bytes(hs.NewHandle(orig_dex->AsByteArray())); in GetDexDataForRetransformation()
161 } else if (orig_dex->IsDexCache()) { in GetDexDataForRetransformation()
162 dex_file = orig_dex->AsDexCache()->GetDexFile(); in GetDexDataForRetransformation()
164 DCHECK(orig_dex->GetClass()->DescriptorEquals("Ljava/lang/Long;")) in GetDexDataForRetransformation()
166 << orig_dex->GetClass()->PrettyClass(); in GetDexDataForRetransformation()
170 if (!art::UnboxPrimitiveForResult(orig_dex.Get(), prim_long_class, &val)) { in GetDexDataForRetransformation()
[all …]