Searched refs:deopt_pc_offsets (Results 1 – 3 of 3) sorted by relevance
128 if (std::binary_search(current_info.deopt_pc_offsets.begin(), in GetDeoptInfo()129 current_info.deopt_pc_offsets.end(), pc_offset_)) { in GetDeoptInfo()
97 std::vector<size_t> deopt_pc_offsets; member
305 inlined_function_infos_.at(inlining_id).deopt_pc_offsets.push_back(pc_offset); in LogDeoptCallPosition()