Searched refs:current_address (Results 1 – 6 of 6) sorted by relevance
102 lldb::addr_t current_address = GetThread().GetRegisterContext()->GetPC(0); in LookForPlanToStepThroughFromCurrentPC() local107 … log->Printf ("Found step through plan from 0x%" PRIx64 ": %s", current_address, s.GetData()); in LookForPlanToStepThroughFromCurrentPC()111 … log->Printf ("Couldn't find step through plan from address 0x%" PRIx64 ".", current_address); in LookForPlanToStepThroughFromCurrentPC()
256 lldb::addr_t current_address = m_thread.GetRegisterContext()->GetPC(); in AtOurAddress() local261 if (m_addresses[i] == current_address) in AtOurAddress()
60 Address current_address = original_address; in TEST() local62 s.PushBlack(HeapObject::FromAddress(current_address)); in TEST()63 current_address += kPointerSize; in TEST()68 current_address -= kPointerSize; in TEST()69 CHECK_EQ(current_address, value); in TEST()72 CHECK_EQ(original_address, current_address); in TEST()
40 uint64_t current_address = GetContext()->GetIt(); in bar() local
4609 Address current_address = reinterpret_cast<Address>(current); in CheckStoreBuffer() local4612 Address current_address = reinterpret_cast<Address>(current); in CheckStoreBuffer() local4614 FreeSpace::cast(HeapObject::FromAddress(current_address)); in CheckStoreBuffer()4616 DCHECK(current_address + skip <= reinterpret_cast<Address>(limit)); in CheckStoreBuffer()4618 current_address += skip - kPointerSize; in CheckStoreBuffer()4619 current = reinterpret_cast<Object**>(current_address); in CheckStoreBuffer()4624 if (current_address == special_garbage_start && in CheckStoreBuffer()4626 current_address = special_garbage_end - kPointerSize; in CheckStoreBuffer()4627 current = reinterpret_cast<Object**>(current_address); in CheckStoreBuffer()4631 DCHECK(current_address < special_garbage_start || in CheckStoreBuffer()[all …]
914 Address current_address = reinterpret_cast<Address>(current); \ in ReadChunk()917 static_cast<int>(current_address - current_object_address)); \ in ReadChunk()