Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dvalue-type.h310 HeapTypeField::encode(heap_type)); in Ref()
319 HeapTypeField::encode(type_index)); in Rtt()
324 return ValueType(KindField::encode(kind) | HeapTypeField::encode(index)); in FromIndex()
376 HeapTypeField::decode(bit_field_)); in heap_representation()
384 return HeapTypeField::decode(bit_field_); in ref_index()
540 return ValueType(KindField::encode(kind) | HeapTypeField::encode(index) | in CanonicalWithRelativeIndex()
558 using HeapTypeField = KindField::Next<uint32_t, kHeapTypeBits>; variable
561 using CanonicalRelativeField = HeapTypeField::Next<bool, 1>;
568 std::max(HeapTypeField::kLastUsedBit,