Home | History | Annotate | Download | only in src

Lines Matching refs:Address

1292   // contains a forwarding address (a heap object pointer in the to space).
1294 // True if this map word is a forwarding address for a scavenge
1299 // Create a map word from a forwarding address.
1302 // View this map word as a forwarding address.
1356 // Converts an address to a HeapObject pointer.
1357 static inline HeapObject* FromAddress(Address address);
1359 // Returns the address of this HeapObject.
1360 inline Address address();
2701 inline Address get_code_ptr_entry(int index);
2707 inline void set(int index, Address value);
2717 inline void set_at_offset(int offset, Address value);
4370 // Returns data start address.
4371 inline Address GetDataStartAddress();
4373 // Returns a pointer to the ByteArray object for a given data start address.
4374 static inline ByteArray* FromDataStartAddress(Address address);
5157 SafepointEntry GetSafepointEntry(Address pc);
5221 // Convert a target address into a code object.
5222 static inline Code* GetCodeFromTargetAddress(Address address);
5224 // Convert an entry address into an object.
5225 static inline Object* GetObjectFromEntryAddress(Address location_of_address);
5227 // Returns the address of the first instruction.
5230 // Returns the address right after the last instruction.
5236 // Returns the address of the first relocation info (read backwards!).
5262 DCHECK_EQ(static_cast<int>(instruction_start() - address()),
5268 int SourcePosition(Address pc);
5269 int SourceStatementPosition(Address pc);
5322 bool CanDeoptAt(Address pc);
8961 // Get the address of the characters in this string.
8962 inline Address GetCharsAddress();
8997 // Get the address of the characters in this string.
8998 inline Address GetCharsAddress();
9081 // adding the offset to the start address. A substring of a Sliced String
9429 static inline Cell* FromValueAddress(Address value) {
9435 inline Address ValueAddress() {
9436 return address() + kValueOffset;
9483 inline Address TypeAddress() {
9484 return address() + kTypeOffset;
9984 // [address]: field containing the address.
9985 inline Address foreign_address();
9986 inline void set_foreign_address(Address value);
10736 virtual void VisitCodeEntry(Address entry_address);
10764 virtual void VisitExternalReference(Address* p) {}