Lines Matching refs:PropertyAccessInfo
5931 PropertyAccessInfo info(this, STORE, map, name); in VisitObjectLiteral()
6120 PropertyAccessInfo* info, in BuildLoadNamedField()
6163 PropertyAccessInfo* info, in BuildStoreNamedField()
6225 bool HOptimizedGraphBuilder::PropertyAccessInfo::IsCompatible( in IsCompatible()
6226 PropertyAccessInfo* info) { in IsCompatible()
6294 bool HOptimizedGraphBuilder::PropertyAccessInfo::LookupDescriptor() { in LookupDescriptor()
6301 bool HOptimizedGraphBuilder::PropertyAccessInfo::LoadResult(Handle<Map> map) { in LoadResult()
6338 bool HOptimizedGraphBuilder::PropertyAccessInfo::LoadFieldMaps( in LoadFieldMaps()
6382 bool HOptimizedGraphBuilder::PropertyAccessInfo::LookupInPrototypes() { in LookupInPrototypes()
6404 bool HOptimizedGraphBuilder::PropertyAccessInfo::IsIntegerIndexedExotic() { in IsIntegerIndexedExotic()
6411 bool HOptimizedGraphBuilder::PropertyAccessInfo::CanAccessMonomorphic() { in CanAccessMonomorphic()
6446 bool HOptimizedGraphBuilder::PropertyAccessInfo::CanAccessAsMonomorphic( in CanAccessAsMonomorphic()
6455 PropertyAccessInfo test_info(builder_, access_type_, maps->at(i), name_); in CanAccessAsMonomorphic()
6464 PropertyAccessInfo test_info(builder_, access_type_, maps->at(i), name_); in CanAccessAsMonomorphic()
6484 PropertyAccessInfo test_info(builder_, access_type_, maps->at(i), name_); in CanAccessAsMonomorphic()
6492 Handle<Map> HOptimizedGraphBuilder::PropertyAccessInfo::map() { in map()
6510 bool HOptimizedGraphBuilder::PropertyAccessInfo::NeedsWrappingFor( in NeedsWrappingFor()
6517 PropertyAccessInfo* info, HValue* object, HValue* checked_object, in BuildMonomorphicAccess()
6616 PropertyAccessInfo info(this, access_type, maps->at(i), name); in HandlePolymorphicNamedFieldAccess()
6640 PropertyAccessInfo info(this, access_type, maps->at(i), name); in HandlePolymorphicNamedFieldAccess()
7828 PropertyAccessInfo info(this, access, maps->first(), name); in BuildNamedAccess()
8048 PropertyAccessInfo info(this, LOAD, maps->at(i), name); in HandlePolymorphicCallNamed()
8079 PropertyAccessInfo info(this, LOAD, maps->at(i), name); in HandlePolymorphicCallNamed()
9664 PropertyAccessInfo info(this, LOAD, maps->first(), name); in VisitCall()
11581 PropertyAccessInfo value_of(this, LOAD, map, in BuildCompareInstruction()
11583 PropertyAccessInfo to_primitive( in BuildCompareInstruction()
11585 PropertyAccessInfo to_string(this, LOAD, map, in BuildCompareInstruction()
11587 PropertyAccessInfo to_string_tag( in BuildCompareInstruction()