• Home
  • Raw
  • Download

Lines Matching refs:PropertyAccessInfo

6117               PropertyAccessInfo info(this, STORE, map, name);  in VisitObjectLiteral()
6272 PropertyAccessInfo* info, in BuildLoadNamedField()
6315 PropertyAccessInfo* info, in BuildStoreNamedField()
6376 HOptimizedGraphBuilder::PropertyAccessInfo::GetFieldTypeFromMap( in GetFieldTypeFromMap()
6383 bool HOptimizedGraphBuilder::PropertyAccessInfo::IsCompatible( in IsCompatible()
6384 PropertyAccessInfo* info) { in IsCompatible()
6452 bool HOptimizedGraphBuilder::PropertyAccessInfo::LookupDescriptor() { in LookupDescriptor()
6459 bool HOptimizedGraphBuilder::PropertyAccessInfo::LoadResult(Handle<Map> map) { in LoadResult()
6496 bool HOptimizedGraphBuilder::PropertyAccessInfo::LoadFieldMaps( in LoadFieldMaps()
6529 bool HOptimizedGraphBuilder::PropertyAccessInfo::LookupInPrototypes() { in LookupInPrototypes()
6555 bool HOptimizedGraphBuilder::PropertyAccessInfo::IsIntegerIndexedExotic() { in IsIntegerIndexedExotic()
6562 bool HOptimizedGraphBuilder::PropertyAccessInfo::CanAccessMonomorphic() { in CanAccessMonomorphic()
6596 bool HOptimizedGraphBuilder::PropertyAccessInfo::CanAccessAsMonomorphic( in CanAccessAsMonomorphic()
6605 PropertyAccessInfo test_info(builder_, access_type_, maps->at(i), name_); in CanAccessAsMonomorphic()
6623 PropertyAccessInfo test_info(builder_, access_type_, maps->at(i), name_); in CanAccessAsMonomorphic()
6631 Handle<Map> HOptimizedGraphBuilder::PropertyAccessInfo::map() { in map()
6649 bool HOptimizedGraphBuilder::PropertyAccessInfo::NeedsWrappingFor( in NeedsWrappingFor()
6656 PropertyAccessInfo* info, HValue* object, HValue* checked_object, in BuildMonomorphicAccess()
6751 PropertyAccessInfo info(this, access_type, maps->at(i), name); in HandlePolymorphicNamedFieldAccess()
6775 PropertyAccessInfo info(this, access_type, maps->at(i), name); in HandlePolymorphicNamedFieldAccess()
7991 PropertyAccessInfo info(this, access, maps->first(), name); in BuildNamedAccess()
8239 PropertyAccessInfo info(this, LOAD, maps->at(i), name); in HandlePolymorphicCallNamed()
8270 PropertyAccessInfo info(this, LOAD, maps->at(i), name); in HandlePolymorphicCallNamed()
9938 PropertyAccessInfo info(this, LOAD, maps->first(), name); in VisitCall()
11855 PropertyAccessInfo value_of(this, LOAD, map, in BuildCompareInstruction()
11857 PropertyAccessInfo to_primitive( in BuildCompareInstruction()
11859 PropertyAccessInfo to_string(this, LOAD, map, in BuildCompareInstruction()
11861 PropertyAccessInfo to_string_tag( in BuildCompareInstruction()