Home
last modified time | relevance | path

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

/art/compiler/dex/
Dtype_inference.cc607 const DexFile* current_dex_file = info.IsResolved() ? info.DeclaringDexFile() : dex_file; in PrepareIFieldTypes() local
609 ifields[i] = FieldType(current_dex_file, field_idx); in PrepareIFieldTypes()
659 const DexFile* current_dex_file = info.IsResolved() ? info.DeclaringDexFile() : dex_file; in PrepareSignatures() local
660 signatures[i] = Signature(current_dex_file, method_idx, info.IsStatic(), alloc); in PrepareSignatures()