Searched refs:Verification (Results 1 – 14 of 14) sorted by relevance
28 bool Verification::IsValidClassUnchecked(mirror::Class* klass) const { in IsValidClassUnchecked()44 bool Verification::IsValidClass(mirror::Class* klass) const { in IsValidClass()52 bool Verification::IsValidObject(mirror::Object* obj) const { in IsValidObject()
33 std::string Verification::DumpRAMAroundAddress(uintptr_t addr, uintptr_t bytes) const { in DumpRAMAroundAddress()63 std::string Verification::DumpObjectInfo(const void* addr, const char* tag) const { in DumpObjectInfo()95 void Verification::LogHeapCorruption(ObjPtr<mirror::Object> holder, in LogHeapCorruption()130 bool Verification::IsAddressInHeapSpace(const void* addr, space::Space** out_space) const { in IsAddressInHeapSpace()141 bool Verification::IsValidHeapObjectAddress(const void* addr, space::Space** out_space) const { in IsValidHeapObjectAddress()149 class Verification::BFSFindReachable {188 class Verification::CollectRootVisitor : public SingleRootVisitor {206 std::string Verification::FirstPathFromRootSet(ObjPtr<mirror::Object> target) const { in FirstPathFromRootSet()
52 const Verification* const v = Runtime::Current()->GetHeap()->GetVerification(); in TEST_F()80 const Verification* const v = Runtime::Current()->GetHeap()->GetVerification(); in TEST_F()99 const Verification* const v = Runtime::Current()->GetHeap()->GetVerification(); in TEST_F()110 const Verification* const v = runtime->GetHeap()->GetVerification(); in TEST_F()132 const Verification* const v = runtime->GetHeap()->GetVerification(); in TEST_F()159 const Verification* const v = runtime->GetHeap()->GetVerification(); in TEST_F()178 const Verification* const v = runtime->GetHeap()->GetVerification(); in TEST_F()
40 class Verification {42 explicit Verification(gc::Heap* heap) : heap_(heap) {} in Verification() function
79 class Verification; variable1002 EXPORT const Verification* GetVerification() const;1758 std::unique_ptr<Verification> verification_;
462 verification_.reset(new Verification(this)); in Heap()4674 const Verification* Heap::GetVerification() const { in GetVerification()
19 class Verification { class
23 Verification.doTest(new Transform()); in main()
1 hello - Verification3 hello - Verification
19 # // Verification of TestClass.test() used to crash when processing
426 # Verification will fail because the referring class is not an interface.435 # Verification will fail because the referring class is not an interface.
1534 const gc::Verification* v = Runtime::Current()->GetHeap()->GetVerification(); in VisitLocks()
2336 const gc::Verification* v = Runtime::Current()->GetHeap()->GetVerification(); in VerifyImageBinSlotsAssigned()