Home
last modified time | relevance | path

Searched refs:kAllFixedArrays (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-constructor-gen.cc590 auto flags = ExtractFixedArrayFlag::kAllFixedArrays; in CreateShallowObjectLiteral()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h2224 kAllFixedArrays = kFixedArrays | kFixedDoubleArrays, member in v8::internal::ExtractFixedArrayFlag
2225 kAllFixedArraysDontCopyCOW = kAllFixedArrays | kDontCopyCOW
2247 // kAllFixedArrays, the generated code is more compact and efficient if the
2264 ExtractFixedArrayFlag::kAllFixedArrays,
2333 // kAllFixedArrays, the generated code is more compact and efficient if the
H A Dcode-stub-assembler.cc4202 ExtractFixedArrayFlag::kAllFixedArrays, nullptr, elements_kind);
4259 ExtractFixedArrayFlag::kAllFixedArrays, &var_holes_converted);

Completed in 23 milliseconds