Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dserializer-for-background-compilation.cc461 void ProcessNamedPropertyAccess(Hints* receiver, NameRef const& name,
1343 ProcessNamedPropertyAccess(receiver, NameRef(broker(), name), load_slot, in VisitGetIterator()
3134 void SerializerForBackgroundCompilation::ProcessNamedPropertyAccess( in ProcessNamedPropertyAccess() function in v8::internal::compiler::SerializerForBackgroundCompilation
3332 ProcessNamedPropertyAccess(receiver, name, slot, AccessMode::kLoad); in VisitLdaNamedProperty()
3358 ProcessNamedPropertyAccess(receiver, name, slot, AccessMode::kStore); in VisitStaNamedProperty()
3373 ProcessNamedPropertyAccess(receiver, name, slot, AccessMode::kStoreInLiteral); in VisitStaNamedOwnProperty()