Lines Matching refs:PropertyAccessInfo
6117 PropertyAccessInfo info(this, STORE, map, name);
6272 PropertyAccessInfo* info,
6315 PropertyAccessInfo* info,
6319 // TODO(verwaest): Move this logic into PropertyAccessInfo.
6376 HOptimizedGraphBuilder::PropertyAccessInfo::GetFieldTypeFromMap(
6383 bool HOptimizedGraphBuilder::PropertyAccessInfo::IsCompatible(
6384 PropertyAccessInfo* info) {
6452 bool HOptimizedGraphBuilder::PropertyAccessInfo::LookupDescriptor() {
6459 bool HOptimizedGraphBuilder::PropertyAccessInfo::LoadResult(Handle<Map> map) {
6496 bool HOptimizedGraphBuilder::PropertyAccessInfo::LoadFieldMaps(
6529 bool HOptimizedGraphBuilder::PropertyAccessInfo::LookupInPrototypes() {
6555 bool HOptimizedGraphBuilder::PropertyAccessInfo::IsIntegerIndexedExotic() {
6562 bool HOptimizedGraphBuilder::PropertyAccessInfo::CanAccessMonomorphic() {
6596 bool HOptimizedGraphBuilder::PropertyAccessInfo::CanAccessAsMonomorphic(
6605 PropertyAccessInfo test_info(builder_, access_type_, maps->at(i), name_);
6623 PropertyAccessInfo test_info(builder_, access_type_, maps->at(i), name_);
6631 Handle<Map> HOptimizedGraphBuilder::PropertyAccessInfo::map() {
6649 bool HOptimizedGraphBuilder::PropertyAccessInfo::NeedsWrappingFor(
6656 PropertyAccessInfo* info, HValue* object, HValue* checked_object,
6751 PropertyAccessInfo info(this, access_type, maps->at(i), name);
6775 PropertyAccessInfo info(this, access_type, maps->at(i), name);
7991 PropertyAccessInfo info(this, access, maps->first(), name);
8239 PropertyAccessInfo info(this, LOAD, maps->at(i), name);
8270 PropertyAccessInfo info(this, LOAD, maps->at(i), name);
9938 PropertyAccessInfo info(this, LOAD, maps->first(), name);
11855 PropertyAccessInfo value_of(this, LOAD, map,
11857 PropertyAccessInfo to_primitive(
11859 PropertyAccessInfo to_string(this, LOAD, map,
11861 PropertyAccessInfo to_string_tag(