Home
last modified time | relevance | path

Searched defs:orig (Results 1 – 8 of 8) sorted by relevance

/art/dexlayout/
Ddex_verify.cc34 dex_ir::Collections& orig = orig_header->GetCollections(); in VerifyOutputDexFile() local
52 template<class T> bool VerifyIds(std::vector<std::unique_ptr<T>>& orig, in VerifyIds()
69 bool VerifyId(dex_ir::StringId* orig, dex_ir::StringId* output, std::string* error_msg) { in VerifyId()
81 bool VerifyId(dex_ir::TypeId* orig, dex_ir::TypeId* output, std::string* error_msg) { in VerifyId()
93 bool VerifyId(dex_ir::ProtoId* orig, dex_ir::ProtoId* output, std::string* error_msg) { in VerifyId()
118 bool VerifyId(dex_ir::FieldId* orig, dex_ir::FieldId* output, std::string* error_msg) { in VerifyId()
147 bool VerifyId(dex_ir::MethodId* orig, dex_ir::MethodId* output, std::string* error_msg) { in VerifyId()
184 bool VerifyClassDefs(std::vector<std::unique_ptr<dex_ir::ClassDef>>& orig, in VerifyClassDefs()
211 bool VerifyClassDef(dex_ir::ClassDef* orig, dex_ir::ClassDef* output, std::string* error_msg) { in VerifyClassDef()
266 bool VerifyTypeList(const dex_ir::TypeList* orig, const dex_ir::TypeList* output) { in VerifyTypeList()
[all …]
/art/runtime/
Dimage-inl.h58 ArtMethod* orig = imt->Get(i, pointer_size); in VisitPackedImTables() local
/art/runtime/mirror/
Dobject.cc137 CopyObjectVisitor(Handle<Object>* orig, size_t num_bytes) in CopyObjectVisitor()
Dclass.cc1058 Handle<Class>* orig, in CopyClassVisitor()
/art/compiler/
Dimage_writer.cc1886 void ImageWriter::CopyAndFixupImTable(ImTable* orig, ImTable* copy) { in CopyAndFixupImTable()
1895 void ImageWriter::CopyAndFixupImtConflictTable(ImtConflictTable* orig, ImtConflictTable* copy) { in CopyAndFixupImtConflictTable()
2223 void ImageWriter::FixupClass(mirror::Class* orig, mirror::Class* copy) { in FixupClass()
2232 void ImageWriter::FixupObject(Object* orig, Object* copy) { in FixupObject()
2321 ArtMethod* orig = mirror::DexCache::GetElementPtrSize(orig_methods, i, target_ptr_size_); in FixupDexCache() local
2334 mirror::FieldDexCachePair orig = in FixupDexCache() local
2448 void ImageWriter::CopyAndFixupMethod(ArtMethod* orig, in CopyAndFixupMethod()
/art/patchoat/
Dpatchoat.cc533 ArtMethod* orig = mirror::DexCache::GetElementPtrSize(orig_methods, j, pointer_size); in PatchDexFileArrays() local
546 mirror::FieldDexCachePair orig = in PatchDexFileArrays() local
/art/runtime/gc/space/
Dimage_space.cc1258 ArtMethod* orig = mirror::DexCache::GetElementPtrSize(new_methods, j, pointer_size); in RelocateInPlace() local
1272 mirror::FieldDexCachePair orig = in RelocateInPlace() local
/art/runtime/arch/
Dstub_test.cc548 uint32_t orig[20]; in TEST_F() local