Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-create-lowering.cc1355 HeapObjectRef prototype_const = prototype_type.AsHeapConstant()->Ref(); in ReduceJSCreateObject() local
1356 auto maybe_instance_map = prototype_const.TryGetObjectCreateMap(); in ReduceJSCreateObject()
1362 DCHECK_EQ(prototype_const.type().oddball_type(), OddballType::kNull); in ReduceJSCreateObject()