Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-literals.cc471 DeepCopyHints copy_hints = in DecodeCopyHints() local
475 copy_hints = kNoHints; in DecodeCopyHints()
477 return copy_hints; in DecodeCopyHints()
485 DeepCopyHints copy_hints = DecodeCopyHints(flags); in CreateLiteralWithoutAllocationSite() local
486 if (copy_hints == kNoHints) { in CreateLiteralWithoutAllocationSite()
501 DeepCopyHints copy_hints = DecodeCopyHints(flags); in CreateLiteral() local
539 DeepCopy(boilerplate, &usage_context, copy_hints); in CreateLiteral()