Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Dstabs_to_module.cc65 delete current_function_; in ~StabsToModule()
92 assert(!current_function_); in StartFunction()
96 current_function_ = f; in StartFunction()
102 assert(current_function_); in EndFunction()
107 if (current_function_->address >= comp_unit_base_address_) in EndFunction()
108 functions_.push_back(current_function_); in EndFunction()
110 delete current_function_; in EndFunction()
111 current_function_ = NULL; in EndFunction()
118 assert(current_function_); in Line()
129 current_function_->lines.push_back(line); in Line()
Dstabs_to_module.h70 current_function_(NULL), in StabsToModule()
129 Module::Function *current_function_; variable