Searched refs:inlined_functions_ (Results 1 – 2 of 2) sorted by relevance
3352 inlined_functions_(5, info->zone()) { in HGraph()3395 for (; id < inlined_functions_.length(); id++) { in TraceInlinedFunction()3396 if (inlined_functions_[id].shared().is_identical_to(shared)) { in TraceInlinedFunction()3401 if (id == inlined_functions_.length()) { in TraceInlinedFunction()3402 inlined_functions_.Add(InlinedFunctionInfo(shared), zone()); in TraceInlinedFunction()3457 return inlined_functions_[pos.inlining_id()].start_position() + in SourcePositionToScriptPosition()
527 ZoneList<InlinedFunctionInfo> inlined_functions_; variable