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
32
int32_t
AllocRecordStackTraceElement
::ComputeLineNumber() const {
68
const
AllocRecordStackTraceElement
& element = record.StackElement(i);
161
size_t sz = sizeof(
AllocRecordStackTraceElement
) * records->max_stack_depth_ +
209
trace.AddStackElement(
AllocRecordStackTraceElement
(m, stack_visitor->GetDexPc()));
/art/runtime/hprof/
hprof.cc
701
const gc::
AllocRecordStackTraceElement
* frame = &trace->GetStackElement(i);
706
// ID: stack frame ID. We use the address of the
AllocRecordStackTraceElement
object as its ID.
739
const gc::
AllocRecordStackTraceElement
* frame = &trace->GetStackElement(i);
861
const gc::
AllocRecordStackTraceElement
* frame = &trace->GetStackElement(i);
899
std::unordered_map<const gc::
AllocRecordStackTraceElement
*, HprofStackFrameId,
900
gc::HashAllocRecordTypesPtr<gc::
AllocRecordStackTraceElement
>,
901
gc::EqAllocRecordTypesPtr<gc::
AllocRecordStackTraceElement
>> frames_;
[
all
...]
/art/runtime/
reference_table.cc
232
const gc::
AllocRecordStackTraceElement
& frame = trace->GetStackElement(i);
debugger.cc
[
all
...]
Completed in 624 milliseconds