HomeSort by relevance Sort by last modified time
    Searched refs:FieldId (Results 26 - 50 of 99) sorted by null

12 3 4

  /art/runtime/
art_field-inl.h 290 const DexFile::FieldId& field_id = dex_file->GetFieldId(field_index);
314 const DexFile::FieldId& field_id = dex_file->GetFieldId(field_index);
dex_file.cc 536 field_ids_(reinterpret_cast<const FieldId*>(base + header_->field_ids_off_)),
702 const DexFile::FieldId* DexFile::FindFieldId(const DexFile::TypeId& declaring_klass,
713 const DexFile::FieldId& field = GetFieldId(mid);
    [all...]
dex_file_test.cc 514 const DexFile::FieldId& to_find = java_lang_dex_file_->GetFieldId(i);
518 const DexFile::FieldId* found = java_lang_dex_file_->FindFieldId(klass, name, type);
debugger.cc     [all...]
class_linker.cc     [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 27 import com.android.dex.FieldId;
531 new IdMerger<FieldId>(idsDefsOut) {
536 @Override FieldId read(Dex.Section in, IndexMap indexMap, int index) {
547 @Override void write(FieldId value) {
    [all...]
  /art/dexdump/
dexdump.cc 493 const DexFile::FieldId& pFieldId = pDexFile->GetFieldId(field_idx);
680 const DexFile::FieldId& pFieldId = pDexFile->GetFieldId(field_idx);
866 const DexFile::FieldId& pFieldId = pDexFile->GetFieldId(index);
    [all...]
  /art/runtime/verifier/
verifier_deps.cc 806 const DexFile::FieldId& field_id = dex_file.GetFieldId(entry.GetDexFieldIndex());
    [all...]
method_verifier.cc     [all...]
  /external/dexmaker/lib/
libcore-dex-2.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/2/
libcore-dex-2.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/7.1.0_r7/
libcore-dex-7.1.0_r7.jar 
  /prebuilts/tools/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.2.0/
dexmaker-2.2.0.jar 
  /art/dexlayout/
dexlayout.cc 446 dex_ir::FieldId* field_id = header->GetCollections().GetFieldId(index);
556 dex_ir::FieldId* field_id = data->GetFieldId();
741 const dex_ir::FieldId* field_id = field->GetFieldId();
    [all...]
dex_verify.cc 118 bool VerifyId(dex_ir::FieldId* orig, dex_ir::FieldId* output, std::string* error_msg) {
    [all...]
dex_writer.cc 295 for (std::unique_ptr<dex_ir::FieldId>& field_id : header_->GetCollections().FieldIds()) {
  /art/runtime/openjdkjvmti/
ti_redefine.cc 656 const art::DexFile::FieldId& new_field_id = dex_file_->GetFieldId(new_iter.GetMemberIndex());
669 const art::DexFile::FieldId& old_field_id = old_dex_file.GetFieldId(old_iter.GetMemberIndex());
    [all...]
  /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DexMakerTest.java 455 FieldId<G, Integer> fieldId = generated.getField(TypeId.INT, "a");
456 dexMaker.declare(fieldId, PUBLIC | FINAL, null);
462 code.iput(fieldId, thisRef, parameter);
    [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 360 const DexFile::FieldId& field_id = dex_file->GetFieldId(field_idx);
  /art/compiler/
verifier_deps_test.cc 333 const DexFile::FieldId& field_id = dex_dep.first->GetFieldId(entry.GetDexFieldIndex());
    [all...]
image_writer.cc     [all...]
  /art/runtime/jdwp/
jdwp_event.cc 541 if (!Dbg::MatchField(pMod->fieldOnly.refTypeId, pMod->fieldOnly.fieldId, basket.field)) {
    [all...]
  /art/runtime/mirror/
object_test.cc 368 const DexFile::FieldId* field_id = dex_file->FindFieldId(
  /art/compiler/optimizing/
instruction_builder.cc     [all...]
  /frameworks/av/media/libstagefright/codec2/tests/
C2Param_test.cpp 485 TEST_F(C2ParamTest, FieldId) {
    [all...]

Completed in 471 milliseconds

12 3 4