Home
last modified time | relevance | path

Searched refs:current_address (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_allocator/py/pw_allocator/
Dheap_viewer.py213 current_address = line_base_address + line_offset
214 if current_address == next_mem_offset + next_size + poison_offset:
230 current_address < next_mem_offset):
234 elif (next_mem_offset <= current_address <
239 elif (next_mem_offset + next_size <= current_address <
/external/llvm-project/lldb/source/Target/
DThreadPlanStepThrough.cpp100 lldb::addr_t current_address = GetThread().GetRegisterContext()->GetPC(0); in LookForPlanToStepThroughFromCurrentPC() local
105 current_address, s.GetData()); in LookForPlanToStepThroughFromCurrentPC()
109 current_address); in LookForPlanToStepThroughFromCurrentPC()
DThreadPlanRunToAddress.cpp192 lldb::addr_t current_address = GetThread().GetRegisterContext()->GetPC(); in AtOurAddress() local
196 if (m_addresses[i] == current_address) { in AtOurAddress()
/external/clang/test/CodeGenCXX/
Dlinetable-eh.cpp40 uint64_t current_address = GetContext()->GetIt(); in bar() local
/external/llvm-project/clang/test/CodeGenCXX/
Dlinetable-eh.cpp40 uint64_t current_address = GetContext()->GetIt(); in bar() local