Home | History | Annotate | Download | only in src

Lines Matching refs:inlined_functions_

3352       inlined_functions_(5, info->zone()) {
3395 for (; id < inlined_functions_.length(); id++) {
3396 if (inlined_functions_[id].shared().is_identical_to(shared)) {
3401 if (id == inlined_functions_.length()) {
3402 inlined_functions_.Add(InlinedFunctionInfo(shared), zone());
3457 return inlined_functions_[pos.inlining_id()].start_position() +