Searched refs:af (Results 1 – 7 of 7) sorted by relevance
/art/openjdkjvmti/ |
D | ti_field.cc | 79 art::ArtField* af = in VisitReflectiveTargets() local 81 if (af != it) { in VisitReflectiveTargets() 82 updated_access_fields.push_back({ af, it }); in VisitReflectiveTargets() 92 art::ArtField* af = in VisitReflectiveTargets() local 94 if (af != it) { in VisitReflectiveTargets() 95 updated_modify_fields.push_back({ af, it }); in VisitReflectiveTargets()
|
/art/perfetto_hprof/ |
D | perfetto_hprof.cc | 575 for (art::ArtField& af : klass->GetIFields()) { in ForInstanceReferenceField() 576 if (af.IsPrimitiveType() || in ForInstanceReferenceField() 577 af.GetOffset().Uint32Value() == art::mirror::Object::ClassOffset().Uint32Value()) { in ForInstanceReferenceField() 580 fn(af.GetOffset()); in ForInstanceReferenceField() 886 art::ArtField* af = cls->FindDeclaredInstanceField( in FillFieldValues() local 888 if (af) { in FillFieldValues() 889 object_proto->set_native_allocation_registry_size_field(af->GetLong(obj)); in FillFieldValues()
|
/art/test/common/ |
D | runtime_state.cc | 473 ArtField* af = jni::DecodeArtField(fid); in Java_Main_genericFieldOffset() local 474 return af->GetOffset().Int32Value(); in Java_Main_genericFieldOffset()
|
/art/test/dexdump/ |
D | invoke-custom.txt | 1123 … |000d: invoke-virtual {v0, v1}, Ljava/io/PrintStream;.print:(Ljava/lang/Object;)V // method@00af 1133 … |0025: invoke-virtual {v0, v4}, Ljava/io/PrintStream;.print:(Ljava/lang/Object;)V // method@00af 1240 … |0009: invoke-virtual {v0, v5}, Ljava/io/PrintStream;.print:(Ljava/lang/Object;)V // method@00af 1245 … |0015: invoke-virtual {v0, v6}, Ljava/io/PrintStream;.print:(Ljava/lang/Object;)V // method@00af 1863 … |005c: invoke-virtual {v1, v2}, Ljava/io/PrintStream;.print:(Ljava/lang/Object;)V // method@00af 1889 … |0095: invoke-virtual {v1, v2}, Ljava/io/PrintStream;.print:(Ljava/lang/Object;)V // method@00af 1900 002142: 7100 0b00 0000 |00af: invoke-static {}, LTestBadBootstrapArguments;… 1915 … |00ce: invoke-virtual {v1, v2}, Ljava/io/PrintStream;.print:(Ljava/lang/Object;)V // method@00af 1941 … |0107: invoke-virtual {v1, v2}, Ljava/io/PrintStream;.print:(Ljava/lang/Object;)V // method@00af 1967 … |0140: invoke-virtual {v1, v2}, Ljava/io/PrintStream;.print:(Ljava/lang/Object;)V // method@00af [all …]
|
D | all-dex-files.txt | 1003 …00 |0038: const-string v3, "android.intent.action.VIEW" // string@00af 1532 001d5a: 7110 9900 0000 |01af: invoke-static {v0}, Lcom/google/android/check… 2319 002756: 5990 2700 |01af: iput v0, v9, Lcom/google/android/checkers/Che… 2754 002c96: 1260 |00af: const/4 v0, #int 6 // #6 2785 002d06: 28af |00e7: goto 0096 // -0051 3776 003922: 0d02 |02af: move-exception v2 3925 003b22: 5405 1500 |03af: iget-object v5, v0, Lcom/google/android/check… 4540 0040f6: 1301 1200 |00af: const/16 v1, #int 18 // #12 4671 0042f6: 4b02 0001 |01af: aput v2, v0, v1 4936 0046f6: 4b01 0006 |03af: aput v1, v0, v6 [all …]
|
D | checkers.txt | 362 …00 |0038: const-string v3, "android.intent.action.VIEW" // string@00af 891 001d5a: 7110 9900 0000 |01af: invoke-static {v0}, Lcom/google/android/check… 1678 002756: 5990 2700 |01af: iput v0, v9, Lcom/google/android/checkers/Che… 2113 002c96: 1260 |00af: const/4 v0, #int 6 // #6 2144 002d06: 28af |00e7: goto 0096 // -0051 3135 003922: 0d02 |02af: move-exception v2 3284 003b22: 5405 1500 |03af: iget-object v5, v0, Lcom/google/android/check… 3899 0040f6: 1301 1200 |00af: const/16 v1, #int 18 // #12 4030 0042f6: 4b02 0001 |01af: aput v2, v0, v1 4295 0046f6: 4b01 0006 |03af: aput v1, v0, v6 [all …]
|
D | bytecodes.txt | 1715 0017fe: 1618 0100 |00af: const-wide/16 v24, #int 1 // #1
|