Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-builder.cc316 compiler::ObjectRef property_cell_value = property_cell.value(); in BuildPropertyCellAccess() local
317 if (property_cell_value.IsTheHole()) { in BuildPropertyCellAccess()
328 SetAccumulator(GetConstant(property_cell_value)); in BuildPropertyCellAccess()
343 SetAccumulator(GetConstant(property_cell_value)); in BuildPropertyCellAccess()
/third_party/node/deps/v8/src/compiler/
H A Djs-native-context-specialization.cc781 ObjectRef property_cell_value = property_cell.value(); in ReduceGlobalAccess() local
782 if (property_cell_value.IsHeapObject() && in ReduceGlobalAccess()
783 property_cell_value.AsHeapObject().map().oddball_type() == in ReduceGlobalAccess()
810 if (property_cell_value.IsHeapObject() && in ReduceGlobalAccess()
811 !property_cell_value.AsHeapObject().map().is_stable()) { in ReduceGlobalAccess()
850 : jsgraph()->Constant(property_cell_value); in ReduceGlobalAccess()
865 : jsgraph()->Constant(property_cell_value); in ReduceGlobalAccess()
866 DCHECK(!property_cell_value.IsHeapObject() || in ReduceGlobalAccess()
867 property_cell_value.AsHeapObject().map().oddball_type() != in ReduceGlobalAccess()
878 if (property_cell_value in ReduceGlobalAccess()
[all...]

Completed in 5 milliseconds