Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-unboxed-doubles.cc1590 map = Map::CopyWithConstant(map, MakeName("prop", 0), func, NONE, in TestWriteBarrierObjectShiftFieldsRight()
Dtest-field-type-tracking.cc301 return Map::CopyWithConstant(map, name, value, attributes, in AddDataConstant()
/external/v8/src/
Dobjects.h5798 MUST_USE_RESULT static MaybeHandle<Map> CopyWithConstant(
Dobjects.cc2635 MaybeHandle<Map> Map::CopyWithConstant(Handle<Map> map, in CopyWithConstant() function in v8::internal::Map
9841 maybe_map = Map::CopyWithConstant(map, name, value, attributes, flag); in TransitionToDataProperty()