Searched refs:PropertyAccessInfo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen.h2420 class PropertyAccessInfo { class in class:v8::internal::HOptimizedGraphBuilder
2422 PropertyAccessInfo(HOptimizedGraphBuilder* builder, function in class:v8::internal::HOptimizedGraphBuilder::PropertyAccessInfo
2434 // Checkes whether this PropertyAccessInfo can be handled as a monomorphic
2444 // PropertyAccessInfo is built for types->first().
2522 bool IsCompatible(PropertyAccessInfo* other);
2543 HInstruction* BuildMonomorphicAccess(PropertyAccessInfo* info,
2663 HInstruction* BuildLoadNamedField(PropertyAccessInfo* info,
2665 HInstruction* BuildStoreNamedField(PropertyAccessInfo* info,
H A Dhydrogen.cc5618 PropertyAccessInfo info(this, STORE, ToType(map), name);
5805 PropertyAccessInfo* info,
5847 PropertyAccessInfo* info,
5851 // TODO(verwaest): Move this logic into PropertyAccessInfo.
5908 bool HOptimizedGraphBuilder::PropertyAccessInfo::IsCompatible(
5909 PropertyAccessInfo* info) {
5981 bool HOptimizedGraphBuilder::PropertyAccessInfo::LookupDescriptor() {
5988 bool HOptimizedGraphBuilder::PropertyAccessInfo::LoadResult(Handle<Map> map) {
6026 void HOptimizedGraphBuilder::PropertyAccessInfo::LoadFieldMaps(
6063 bool HOptimizedGraphBuilder::PropertyAccessInfo
[all...]

Completed in 1341 milliseconds