Searched refs:new_descriptor (Results 1 – 1 of 1) sorted by relevance
343 auto read_debug_info = [&](Descriptor& new_descriptor, Descriptor& old_descriptor, bool is_jit) { in ReadProcess() argument344 bool has_update = new_descriptor.action_seqlock != old_descriptor.action_seqlock && in ReadProcess()345 (new_descriptor.action_seqlock & 1) == 0; in ReadProcess()348 << ", new seqlock " << new_descriptor.action_seqlock; in ReadProcess()355 uint32_t read_entry_limit = (new_descriptor.action_seqlock - old_descriptor.action_seqlock) / 2; in ReadProcess()356 if (!ReadNewCodeEntries(process, new_descriptor, old_descriptor.action_timestamp, in ReadProcess()361 if (!check_descriptor(new_descriptor, is_jit)) { in ReadProcess()