Lines Matching defs:dex_file
29 #include "dex_file.h"
260 const DexFile* dex_file = Runtime::Current()->GetCompileTimeClassPath(class_loader)[0];
261 CHECK(dex_file != NULL);
266 const DexFile::StringId* klass_string_id = dex_file->FindStringId("LStaticsFromCode;");
268 const DexFile::TypeId* klass_type_id = dex_file->FindTypeId(
269 dex_file->GetIndexForStringId(*klass_string_id));
272 const DexFile::StringId* type_string_id = dex_file->FindStringId("Ljava/lang/Object;");
274 const DexFile::TypeId* type_type_id = dex_file->FindTypeId(
275 dex_file->GetIndexForStringId(*type_string_id));
278 const DexFile::StringId* name_str_id = dex_file->FindStringId("s0");
281 const DexFile::FieldId* field_id = dex_file->FindFieldId(
284 uint32_t field_idx = dex_file->GetIndexForFieldId(*field_id);