Searched defs:orig (Results 1 – 8 of 8) sorted by relevance
/art/dexlayout/ |
D | dex_verify.cc | 34 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/ |
D | image-inl.h | 58 ArtMethod* orig = imt->Get(i, pointer_size); in VisitPackedImTables() local
|
/art/runtime/mirror/ |
D | object.cc | 137 CopyObjectVisitor(Handle<Object>* orig, size_t num_bytes) in CopyObjectVisitor()
|
D | class.cc | 1058 Handle<Class>* orig, in CopyClassVisitor()
|
/art/compiler/ |
D | image_writer.cc | 1886 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/ |
D | patchoat.cc | 533 ArtMethod* orig = mirror::DexCache::GetElementPtrSize(orig_methods, j, pointer_size); in PatchDexFileArrays() local 546 mirror::FieldDexCachePair orig = in PatchDexFileArrays() local
|
/art/runtime/gc/space/ |
D | image_space.cc | 1258 ArtMethod* orig = mirror::DexCache::GetElementPtrSize(new_methods, j, pointer_size); in RelocateInPlace() local 1272 mirror::FieldDexCachePair orig = in RelocateInPlace() local
|
/art/runtime/arch/ |
D | stub_test.cc | 548 uint32_t orig[20]; in TEST_F() local
|