Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dimplementation-visitor.h42 LocationReference GetLocationReference(LocationExpression* location);
43 LocationReference GetLocationReference(IdentifierExpression* expr) { in GetLocationReference() function
46 LocationReference GetLocationReference(FieldAccessExpression* expr);
47 LocationReference GetLocationReference(ElementAccessExpression* expr) { in GetLocationReference() function
76 return GenerateFetchFromLocation(expr, GetLocationReference(expr)); in Visit()
79 return GenerateFetchFromLocation(expr, GetLocationReference(expr)); in Visit()
Dimplementation-visitor.cc470 auto location_ref = GetLocationReference(expr->location); in Visit()
486 LocationReference location_ref = GetLocationReference(expr->location); in Visit()
573 return GenerateFetchFromLocation(expr, GetLocationReference(expr)); in Visit()
1372 LocationReference ImplementationVisitor::GetLocationReference( in GetLocationReference() function in v8::internal::torque::ImplementationVisitor
1376 return GetLocationReference(static_cast<IdentifierExpression*>(location)); in GetLocationReference()
1378 return GetLocationReference( in GetLocationReference()
1381 return GetLocationReference( in GetLocationReference()
1388 LocationReference ImplementationVisitor::GetLocationReference( in GetLocationReference() function in v8::internal::torque::ImplementationVisitor