Home
last modified time | relevance | path

Searched refs:copy (Results 101 – 125 of 404) sorted by relevance

12345678910>>...17

/art/dex2oat/linker/
Dimage_writer.cc338 std::copy(image_info.string_reference_offsets_.begin(), in CopyMetadata()
2769 void ImageWriter::CopyAndFixupImTable(ImTable* orig, ImTable* copy) { in CopyAndFixupImTable() argument
2772 void** address = reinterpret_cast<void**>(copy->AddressOfElement(i, target_ptr_size_)); in CopyAndFixupImTable()
2774 DCHECK_EQ(copy->Get(i, target_ptr_size_), NativeLocationInImage(method)); in CopyAndFixupImTable()
2778 void ImageWriter::CopyAndFixupImtConflictTable(ImtConflictTable* orig, ImtConflictTable* copy) { in CopyAndFixupImtConflictTable() argument
2783 CopyAndFixupPointer(copy->AddressOfInterfaceMethod(i, target_ptr_size_), interface_method); in CopyAndFixupImtConflictTable()
2785 copy->AddressOfImplementationMethod(i, target_ptr_size_), implementation_method); in CopyAndFixupImtConflictTable()
2786 DCHECK_EQ(copy->GetInterfaceMethod(i, target_ptr_size_), in CopyAndFixupImtConflictTable()
2788 DCHECK_EQ(copy->GetImplementationMethod(i, target_ptr_size_), in CopyAndFixupImtConflictTable()
3003 FixupVisitor(ImageWriter* image_writer, Object* copy) in FixupVisitor() argument
[all …]
/art/test/600-verifier-fails/smali/
Dconstruct.smali6 # You may obtain a copy of the License at
Diput.smali6 # You may obtain a copy of the License at
Dinvoke.smali6 # You may obtain a copy of the License at
Dclass.smali6 # You may obtain a copy of the License at
Diget.smali6 # You may obtain a copy of the License at
/art/test/800-smali/smali/
Db_26594149_5.smali5 # You may obtain a copy of the License at
Db_26594149_2.smali5 # You may obtain a copy of the License at
Db_26594149_1.smali5 # You may obtain a copy of the License at
Db_27148248.smali5 # You may obtain a copy of the License at
Db_21863767.smali5 # You may obtain a copy of the License at
Db_26594149_7.smali5 # You may obtain a copy of the License at
DB30458218.smali5 # You may obtain a copy of the License at
/art/test/VerifySoftFailDuringClinit/
DVerifySoftFail.smali5 # You may obtain a copy of the License at
/art/test/725-imt-conflict-object/smali/
DTestCase.smali5 # You may obtain a copy of the License at
/art/tools/cpp-define-generator/
Dcode_item.def6 * You may obtain a copy of the License at
/art/test/425-invoke-super/smali/
Dsuperclass.smali6 # You may obtain a copy of the License at
Dsubclass.smali6 # You may obtain a copy of the License at
/art/test/551-invoke-super/smali/
Dsuperclass.smali6 # You may obtain a copy of the License at
/art/cmdline/
DAndroid.bp6 // You may obtain a copy of the License at
/art/test/121-modifiers/smali/
DA$C.smali6 # You may obtain a copy of the License at
/art/test/518-null-array-get/smali/
DNullArrayFailObject2Int.smali5 # You may obtain a copy of the License at
/art/test/668-aiobe/smali/
DTestCase.smali6 # You may obtain a copy of the License at
/art/tools/art_verifier/
DAndroid.bp6 // You may obtain a copy of the License at
/art/tools/signal_dumper/
DAndroid.bp6 // You may obtain a copy of the License at

12345678910>>...17