Searched refs:GetLocationReference (Results 1 – 2 of 2) sorted by relevance
42 LocationReference GetLocationReference(LocationExpression* location);43 LocationReference GetLocationReference(IdentifierExpression* expr) { in GetLocationReference() function46 LocationReference GetLocationReference(FieldAccessExpression* expr);47 LocationReference GetLocationReference(ElementAccessExpression* expr) { in GetLocationReference() function76 return GenerateFetchFromLocation(expr, GetLocationReference(expr)); in Visit()79 return GenerateFetchFromLocation(expr, GetLocationReference(expr)); in Visit()
470 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::ImplementationVisitor1376 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