Lines Matching refs:Address
267 uintptr_t address;
336 header->address = 0;
401 header->address = addr_;
1487 // the last pc address in the function as a statement (e.g. "}"), so that
1818 Address symfile_addr_;
1851 static JITCodeEntry* CreateCodeEntry(Address symfile_addr,
1856 entry->symfile_addr_ = reinterpret_cast<Address>(entry + 1);
1974 uintptr_t hash = reinterpret_cast<uintptr_t>(code->address());
2128 void GDBJITInterface::RemoveCodeRange(Address start, Address end) {
2135 if (code->address() >= start && code->address() < end) {
2160 reinterpret_cast<Address>(event->code_start));
2175 reinterpret_cast<Address>(event->code_start));
2195 reinterpret_cast<Address>(event->code_start));