OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocRecordStackTraceElement
(Results
1 - 5
of
5
) sorted by null
/art/runtime/gc/
allocation_record.h
40
class
AllocRecordStackTraceElement
{
44
AllocRecordStackTraceElement
() = default;
45
AllocRecordStackTraceElement
(ArtMethod* method, uint32_t dex_pc)
65
bool operator==(const
AllocRecordStackTraceElement
& other) const {
100
const
AllocRecordStackTraceElement
& GetStackElement(size_t index) const {
105
void AddStackElement(const
AllocRecordStackTraceElement
& element) {
122
std::vector<
AllocRecordStackTraceElement
> stack_;
126
size_t operator()(const
AllocRecordStackTraceElement
& r) const {
189
const
AllocRecordStackTraceElement
& StackElement(size_t index) const {
allocation_record.cc
34
int32_t
AllocRecordStackTraceElement
::ComputeLineNumber() const {
117
const
AllocRecordStackTraceElement
& element = record.StackElement(i);
207
trace_->AddStackElement(
AllocRecordStackTraceElement
(m, GetDexPc()));
238
size_t sz = sizeof(
AllocRecordStackTraceElement
) * records->max_stack_depth_ +
/art/runtime/hprof/
hprof.cc
700
const gc::
AllocRecordStackTraceElement
* frame = &trace->GetStackElement(i);
705
// ID: stack frame ID. We use the address of the
AllocRecordStackTraceElement
object as its ID.
738
const gc::
AllocRecordStackTraceElement
* frame = &trace->GetStackElement(i);
860
const gc::
AllocRecordStackTraceElement
* frame = &trace->GetStackElement(i);
898
std::unordered_map<const gc::
AllocRecordStackTraceElement
*, HprofStackFrameId,
899
gc::HashAllocRecordTypesPtr<gc::
AllocRecordStackTraceElement
>,
900
gc::EqAllocRecordTypesPtr<gc::
AllocRecordStackTraceElement
>> frames_;
[
all
...]
/art/runtime/
reference_table.cc
232
const gc::
AllocRecordStackTraceElement
& frame = trace->GetStackElement(i);
debugger.cc
[
all
...]
Completed in 304 milliseconds