Lines Matching refs:range
2065 // For interpreted frame we perform a range lookup in the handler table.
3757 // range, so there's no need to remap embedded builtins.
3768 // The un-embedded code blob is already a part of the registered code range
4006 // The short builtin calls could still be enabled if allocated code range
5455 // Either b1 or b2 are in the [a1, a2) range.
5463 void Isolate::AddCodeMemoryRange(MemoryRange range) {
5468 auto overlapping = [range](const MemoryRange& a) {
5469 return Overlapping(range, a);
5487 std::merge(old_code_pages->begin(), old_code_pages->end(), &range, &range + 1,
5500 // because on x64 and arm64 we have a code range which makes this unnecessary.
5585 // because on x64 and arm64 we have a code range which makes this unnecessary.
5606 [removed_page_start](const MemoryRange& range) {
5607 return range.start == removed_page_start;