Lines Matching full:address
47 Address instruction_start = NULL);
102 Address instruction_start() const { return instruction_start_; }
127 Address instruction_start_;
264 void AddCode(Address addr, CodeEntry* entry, unsigned size);
265 void MoveCode(Address from, Address to);
266 CodeEntry* FindEntry(Address addr);
267 int GetSharedId(Address addr);
280 typedef Address Key;
292 void Call(const Address& key, const CodeEntryInfo& value);
295 void DeleteAllCoveredCode(Address start, Address end);
332 JITLineInfoTable* line_info = NULL, Address instruction_start = NULL);