Lines Matching refs:from
559 // Remove child from the stack.
720 // absolute timestamps in CLOCK_BOOTTIME from timeDeltas, add them to
721 // the "ts" timestamp from the initial "Profile" trace event sent by
1011 void CodeMap::MoveCode(Address from, Address to) {
1012 if (from == to) return;
1014 auto range = code_map_.equal_range(from);
1023 DCHECK_EQ(info.entry->instruction_start(), from);
1026 DCHECK(from + info.size <= to || to + info.size <= from);
1124 // Called from VM thread, and only it can mutate the list,
1147 // Called from VM thread, and only it can mutate the list,
1155 // Called from VM thread for a completed profile.
1228 Address from, Address to) {
1231 profile->context_filter().OnMoveEvent(from, to);