Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_verify.cc51 template<class T> bool VerifyIds(dex_ir::CollectionVector<T>& orig, in VerifyIds()
75 bool VerifyId(dex_ir::StringId* orig, dex_ir::StringId* output, std::string* error_msg) { in VerifyId()
87 bool VerifyId(dex_ir::TypeId* orig, dex_ir::TypeId* output, std::string* error_msg) { in VerifyId()
99 bool VerifyId(dex_ir::ProtoId* orig, dex_ir::ProtoId* output, std::string* error_msg) { in VerifyId()
124 bool VerifyId(dex_ir::FieldId* orig, dex_ir::FieldId* output, std::string* error_msg) { in VerifyId()
153 bool VerifyId(dex_ir::MethodId* orig, dex_ir::MethodId* output, std::string* error_msg) { in VerifyId()
190 bool VerifyClassDefs(dex_ir::CollectionVector<dex_ir::ClassDef>& orig, in VerifyClassDefs()
224 bool VerifyClassDef(dex_ir::ClassDef* orig, dex_ir::ClassDef* output, std::string* error_msg) { in VerifyClassDef()
279 bool VerifyTypeList(const dex_ir::TypeList* orig, const dex_ir::TypeList* output) { in VerifyTypeList()
296 bool VerifyAnnotationsDirectory(dex_ir::AnnotationsDirectoryItem* orig, in VerifyAnnotationsDirectory()
[all …]
/art/runtime/mirror/
Dexecutable-inl.h44 ArtMethod* orig = GetArtMethod<kVerifiyFlags>(); in VisitTarget() local
Dfield.cc30 ArtField* orig = GetArtField(); in VisitTarget() local
Dobject.cc140 CopyObjectVisitor(Handle<Object>* orig, size_t num_bytes) in CopyObjectVisitor()
Dclass.cc1323 Handle<Class>* orig, in CopyClassVisitor()
Dvar_handle.cc2037 ArtField* orig = GetField(); in VisitTarget() local
/art/test/909-attach-agent/src-art/
DMain.java88 File orig = find(in); in prepare() local
/art/runtime/
Dimage-inl.h94 ArtMethod* orig = imt->Get(i, pointer_size); in VisitPackedImTables() local
/art/libnativeloader/
Dlibrary_namespaces.cpp164 std::vector<std::string> orig = android::base::Split(public_libraries, ":"); in filter_public_libraries() local
/art/dex2oat/linker/
Dimage_writer.cc2769 void ImageWriter::CopyAndFixupImTable(ImTable* orig, ImTable* copy) { in CopyAndFixupImTable()
2778 void ImageWriter::CopyAndFixupImtConflictTable(ImtConflictTable* orig, ImtConflictTable* copy) { in CopyAndFixupImtConflictTable()
3140 void ImageWriter::FixupClass(mirror::Class* orig, mirror::Class* copy) { in FixupClass()
3177 void ImageWriter::FixupObject(Object* orig, Object* copy) { in FixupObject()
3403 void ImageWriter::CopyAndFixupMethod(ArtMethod* orig, in CopyAndFixupMethod()
/art/runtime/arch/
Dstub_test.cc420 uint32_t orig[20]; in TEST_F() local