Searched defs:original (Results 1 - 4 of 4) sorted by relevance

/art/runtime/base/
H A Dbit_field.h71 // original value. Only the bits corresponding to this bit field
73 static uintptr_t Update(T value, uintptr_t original) { argument
76 (~MaskInPlace() & original);
/art/compiler/optimizing/
H A Doptimizing_unit_test.h101 inline std::string Patch(const std::string& original, const diff_t& diff) { argument
102 std::string result = original;
/art/runtime/
H A Djni_internal_test.cc1321 // TODO: Null as reference should return the original type.
1812 jobject original = env_->NewStringUTF(""); local
1813 ASSERT_NE(original, nullptr);
1820 outer = env_->NewLocalRef(original);
1829 EXPECT_EQ(JNILocalRefType, env_->GetObjectRefType(original));
1847 EXPECT_EQ(JNILocalRefType, env_->GetObjectRefType(original));
H A Dclass_linker.cc793 static void AddNext(DexFileAndClassPair* original, argument
795 if (original->DexFileHasMoreClasses()) {
796 heap->push(original->GetNext());
799 original->DeleteDexFile();
960 // However, if the app was part of /system and preopted, there is no original dex file
987 // Fall back to running out of the original dex file if we couldn't load any
1000 error_msgs->push_back("No original dex files found for dex location "
3441 // Locate the dex cache of the original interface/Object

Completed in 407 milliseconds