Searched refs:PropertyAccessInfo (Results 1 – 2 of 2) sorted by relevance
2211 class PropertyAccessInfo {2213 PropertyAccessInfo(Isolate* isolate, Handle<Map> map, Handle<String> name) in PropertyAccessInfo() function2279 bool IsCompatibleForLoad(PropertyAccessInfo* other);2295 HInstruction* BuildLoadMonomorphic(PropertyAccessInfo* info,
5331 bool HOptimizedGraphBuilder::PropertyAccessInfo::IsCompatibleForLoad( in IsCompatibleForLoad()5332 PropertyAccessInfo* info) { in IsCompatibleForLoad()5366 bool HOptimizedGraphBuilder::PropertyAccessInfo::LookupDescriptor() { in LookupDescriptor()5372 bool HOptimizedGraphBuilder::PropertyAccessInfo::LoadResult(Handle<Map> map) { in LoadResult()5393 bool HOptimizedGraphBuilder::PropertyAccessInfo::LookupInPrototypes() { in LookupInPrototypes()5413 bool HOptimizedGraphBuilder::PropertyAccessInfo::CanLoadMonomorphic() { in CanLoadMonomorphic()5422 bool HOptimizedGraphBuilder::PropertyAccessInfo::CanLoadAsMonomorphic( in CanLoadAsMonomorphic()5456 PropertyAccessInfo test_info(isolate(), types->at(i), name_); in CanLoadAsMonomorphic()5465 PropertyAccessInfo* info, in BuildLoadMonomorphic()5515 PropertyAccessInfo info(isolate(), types->at(i), name); in HandlePolymorphicLoadNamedField()[all …]