Lines Matching defs:kind
64 #include "src/objects/function-kind.h"
2059 os << "<Code " << CodeKindToString(code.kind());
2459 DCHECK_EQ(PropertyKind::kData, details.kind());
3897 if (details.kind() != PropertyKind::kAccessor ||
3942 DCHECK_EQ(details.kind(), PropertyKind::kData);
3949 // TODO(bmeurer,ishell): Igor suggested to use some kind of dynamic
3978 if (details.kind() != other_details.kind() ||
4782 const char* type_of, byte kind) {
4796 oddball->set_kind(kind);
5334 int FixedArrayBase::GetMaxLengthForNewSpaceAllocation(ElementsKind kind) {
5336 ElementsKindToShiftSize(kind));
6655 bool invalidate = original_details.kind() == PropertyKind::kData &&
6656 details.kind() == PropertyKind::kAccessor;
6708 details.kind() == PropertyKind::kAccessor);