Searched refs:location_of_address (Results 1 – 4 of 4) sorted by relevance
3314 Object* Code::GetObjectFromEntryAddress(Address location_of_address) { in GetObjectFromEntryAddress() argument3316 FromAddress(Memory::Address_at(location_of_address) - Code::kHeaderSize); in GetObjectFromEntryAddress()
4367 static inline Object* GetObjectFromEntryAddress(Address location_of_address);
4283 Object* Code::GetObjectFromEntryAddress(Address location_of_address) { in GetObjectFromEntryAddress() argument4285 FromAddress(Memory::Address_at(location_of_address) - Code::kHeaderSize); in GetObjectFromEntryAddress()
5298 static inline Object* GetObjectFromEntryAddress(Address location_of_address);