Home
last modified time | relevance | path

Searched refs:InTypedSet (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/heap/
Dheap.cc3936 InTypedSet(CODE_TARGET_SLOT, rinfo->pc()) || in VisitCodeTarget()
3938 InTypedSet(CODE_ENTRY_SLOT, rinfo->constant_pool_entry_address()))); in VisitCodeTarget()
3945 CHECK(InTypedSet(EMBEDDED_OBJECT_SLOT, rinfo->pc()) || in VisitEmbeddedPointer()
3947 InTypedSet(OBJECT_SLOT, rinfo->constant_pool_entry_address()))); in VisitEmbeddedPointer()
3952 bool InTypedSet(SlotType type, Address slot) { in InTypedSet() function in v8::internal::SlotVerifyingVisitor