Home
last modified time | relevance | path

Searched refs:PutStack (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dprofiler.h108 void PutStack(const std::vector<InstructionLocation>& stack_dump) REQUIRES(!lock_);
Dprofiler.cc457 profile_table_.PutStack(stack); in RecordStack()
511 void ProfileSampleResults::PutStack(const std::vector<InstructionLocation>& stack) { in PutStack() function in art::ProfileSampleResults