Searched refs:inlined_functions_ (Results 1 – 2 of 2) sorted by relevance
167 int id = static_cast<int>(inlined_functions_.size()); in AddInlinedFunction()168 inlined_functions_.push_back(InlinedFunctionHolder(inlined_function, pos)); in AddInlinedFunction()
265 InlinedFunctionList& inlined_functions() { return inlined_functions_; } in inlined_functions()319 InlinedFunctionList inlined_functions_; variable