Home | History | Annotate | Download | only in heap

Lines Matching refs:CODE_ENTRY_SLOT

1559   inline void VisitCodeEntry(Address code_entry_slot) final {
1560 Address code_entry = Memory::Address_at(code_entry_slot);
1562 RememberedSet<OLD_TO_OLD>::InsertTyped(Page::FromAddress(code_entry_slot),
1563 nullptr, CODE_ENTRY_SLOT,
1564 code_entry_slot);
2832 slot_type = CODE_ENTRY_SLOT;
4054 source_page, reinterpret_cast<Address>(host), CODE_ENTRY_SLOT, slot);