Home
last modified time | relevance | path

Searched refs:DependOnFieldType (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dcompilation-dependencies.h56 void DependOnFieldType(const MapRef& map, int descriptor);
Dproperty-access-builder.cc211 dependencies()->DependOnFieldType(map, it.GetFieldDescriptorIndex()); in TryBuildLoadConstantDataField()
Daccess-info.cc399 dependencies()->DependOnFieldType(MapRef(js_heap_broker(), map), in ComputePropertyAccessInfo()
701 dependencies()->DependOnFieldType( in LookupTransition()
Dcompilation-dependencies.cc329 void CompilationDependencies::DependOnFieldType(const MapRef& map, in DependOnFieldType() function in v8::internal::compiler::CompilationDependencies