Home
last modified time | relevance | path

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

/external/v8/src/
Dtyping-asm.h140 void VisitHeapAccess(Property* expr, bool assigning, Type* assignment_type);
Dtyping-asm.cc724 VisitHeapAccess(property, true, target_type); in VisitAssignment()
758 void AsmTyper::VisitHeapAccess(Property* expr, bool assigning, in VisitHeapAccess() function in v8::internal::AsmTyper
937 VisitHeapAccess(expr, false, nullptr); in VisitProperty()