Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h1439 ArenaVector<MIRLocation> method_stack_; // Include stack variable
Dmir_graph.cc117 method_stack_(arena->Adapter()), in MIRGraph()
704 method_stack_.push_back(std::make_pair(current_method_, current_offset_)); in InlineMethod()