Home | History | Annotate | Download | only in heap

Lines Matching refs:CODE_ENTRY_SLOT

1506   inline void VisitCodeEntry(Address code_entry_slot) final {
1507 Address code_entry = Memory::Address_at(code_entry_slot);
1509 RememberedSet<OLD_TO_OLD>::InsertTyped(Page::FromAddress(code_entry_slot),
1510 nullptr, CODE_ENTRY_SLOT,
1511 code_entry_slot);
2813 slot_type = CODE_ENTRY_SLOT;
3921 source_page, reinterpret_cast<Address>(host), CODE_ENTRY_SLOT, slot);