Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-literals.cc37 enum DeepCopyHints { kNoHints = 0, kObjectIsShallow = 1 }; enumerator
75 bool shallow = hints_ == kObjectIsShallow; in StructureWalk()
472 (flags & AggregateLiteral::kIsShallow) ? kObjectIsShallow : kNoHints; in DecodeCopyHints()