Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_class_definition.cc149 art::Handle<art::mirror::Object> orig_dex(hs.NewHandle(ext->GetOriginalDexFile())); in GetDexDataForRetransformation() local
150 if (!orig_dex.IsNull()) { in GetDexDataForRetransformation()
151 if (orig_dex->IsArrayInstance()) { in GetDexDataForRetransformation()
152 DCHECK(orig_dex->GetClass()->GetComponentType()->IsPrimitiveByte()); in GetDexDataForRetransformation()
154 hs.NewHandle(art::down_cast<art::mirror::ByteArray*>(orig_dex->AsArray()))); in GetDexDataForRetransformation()
158 } else if (orig_dex->IsDexCache()) { in GetDexDataForRetransformation()
159 dex_file = orig_dex->AsDexCache()->GetDexFile(); in GetDexDataForRetransformation()
161 DCHECK(orig_dex->GetClass()->DescriptorEquals("Ljava/lang/Long;")) in GetDexDataForRetransformation()
163 << orig_dex->GetClass()->PrettyClass(); in GetDexDataForRetransformation()
168 if (!art::UnboxPrimitiveForResult(orig_dex.Get(), prim_long_class, &val)) { in GetDexDataForRetransformation()
[all …]