Home
last modified time | relevance | path

Searched refs:entry_idx (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp231 uint32_t entry_idx; in ShouldStop() local
234 &entry_idx)) { in ShouldStop()
237 if (entry_idx > 0) { in ShouldStop()
245 if (line_table->GetLineEntryAtIndex(entry_idx - 1, in ShouldStop()
272 entry_idx + look_ahead_step, next_line_entry)) { in ShouldStop()
H A DMemory.cpp318 auto entry_idx = m_reserved_blocks.FindEntryIndexThatContains(addr); in FreeBlock() local
319 if (entry_idx != UINT32_MAX) in FreeBlock()
321 m_free_blocks.Insert(m_reserved_blocks.GetEntryRef(entry_idx), true); in FreeBlock()
322 m_reserved_blocks.RemoveEntryAtIndex(entry_idx); in FreeBlock()
/openbsd/gnu/gcc/libmudflap/
H A Dmf-runtime.c814 unsigned entry_idx = __MF_CACHE_INDEX (ptr); in __mfu_check() local
815 struct __mf_cache *entry = & __mf_lookup_cache [entry_idx]; in __mfu_check()
827 ptr, entry_idx, (unsigned long)sz, in __mfu_check()
1023 __mf_lookup_cache_reusecount [entry_idx] ++; in __mfu_check()