OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DumpObjectInfo
(Results
1 - 5
of
5
) sorted by null
/art/runtime/gc/
heap_verification_test.cc
103
LOG(INFO) << v->
DumpObjectInfo
(reinterpret_cast<const void*>(1), "obj");
104
LOG(INFO) << v->
DumpObjectInfo
(reinterpret_cast<const void*>(4), "obj");
105
LOG(INFO) << v->
DumpObjectInfo
(nullptr, "obj");
119
LOG(INFO) << v->
DumpObjectInfo
(string.Get(), "test");
120
LOG(INFO) << v->
DumpObjectInfo
(string->GetClass(), "obj");
122
LOG(INFO) << v->
DumpObjectInfo
(reinterpret_cast<const void*>(uint_klass - kObjectAlignment),
124
LOG(INFO) << v->
DumpObjectInfo
(reinterpret_cast<const void*>(&uint_klass), "obj");
125
LOG(INFO) << v->
DumpObjectInfo
(arr.Get(), "arr");
verification.h
43
std::string
DumpObjectInfo
(const void* obj, const char* tag) const
verification.cc
52
std::string Verification::
DumpObjectInfo
(const void* addr, const char* tag) const {
96
oss <<
DumpObjectInfo
(ref, "ref") << "\n";
97
oss <<
DumpObjectInfo
(holder.Ptr(), "holder");
heap.cc
[
all
...]
/art/runtime/gc/collector/
concurrent_copying.cc
765
<< Runtime::Current()->GetHeap()->GetVerification()->
DumpObjectInfo
(obj, "failed CAS");
[
all
...]
Completed in 130 milliseconds