Home
last modified time | relevance | path

Searched refs:map_prototype (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Daccess-info.cc533 Handle<JSObject> map_prototype(JSObject::cast(map->prototype()), isolate()); in ComputePropertyAccessInfo() local
534 if (map_prototype->map()->is_deprecated()) { in ComputePropertyAccessInfo()
537 JSObject::TryMigrateInstance(map_prototype); in ComputePropertyAccessInfo()
539 map = handle(map_prototype->map(), isolate()); in ComputePropertyAccessInfo()
540 holder = map_prototype; in ComputePropertyAccessInfo()
Djs-native-context-specialization.cc1230 Handle<Object> map_prototype(map->prototype(), isolate()); in ReduceElementAccess() local
1231 if (map_prototype->IsNull(isolate())) break; in ReduceElementAccess()
1232 if (!map_prototype->IsJSObject()) return NoChange(); in ReduceElementAccess()
1233 map = handle(Handle<JSObject>::cast(map_prototype)->map(), in ReduceElementAccess()