Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DThreadPlanStepThrough.cpp102 lldb::addr_t current_address = GetThread().GetRegisterContext()->GetPC(0); in LookForPlanToStepThroughFromCurrentPC() local
107 … 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()
DThreadPlanRunToAddress.cpp256 lldb::addr_t current_address = m_thread.GetRegisterContext()->GetPC(); in AtOurAddress() local
261 if (m_addresses[i] == current_address) in AtOurAddress()
/external/v8/test/cctest/
Dtest-mark-compact.cc60 Address current_address = original_address; in TEST() local
62 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()
/external/clang/test/CodeGenCXX/
Dlinetable-eh.cpp40 uint64_t current_address = GetContext()->GetIt(); in bar() local
/external/v8/src/heap/
Dheap.cc4609 Address current_address = reinterpret_cast<Address>(current); in CheckStoreBuffer() local
4612 Address current_address = reinterpret_cast<Address>(current); in CheckStoreBuffer() local
4614 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 …]
/external/v8/src/
Dserialize.cc914 Address current_address = reinterpret_cast<Address>(current); \ in ReadChunk()
917 static_cast<int>(current_address - current_object_address)); \ in ReadChunk()