OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDumpHeapObjectOnSigsevg
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
runtime_android.cc
30
static constexpr bool
kDumpHeapObjectOnSigsevg
= false;
49
if (
kDumpHeapObjectOnSigsevg
&& heap != nullptr && info != nullptr) {
runtime_linux.cc
37
static constexpr bool
kDumpHeapObjectOnSigsevg
= false;
360
if (
kDumpHeapObjectOnSigsevg
&& heap != nullptr && info != nullptr) {
Completed in 1119 milliseconds