#include <deoptimization-data.h>
|
| using | Shape = TrustedByteArrayShape |
| |
| using | Shape |
| |
| using | Header |
| |
| uint32_t | get_int (int offset) const |
| |
| void | set_int (int offset, uint32_t value) |
| |
| ElementMemberT | get (int index) const |
| |
| void | set (int index, ElementMemberT value) |
| |
| int | AllocatedSize () const |
| |
| ElementMemberT * | begin () |
| |
| const ElementMemberT * | begin () const |
| |
| ElementMemberT * | end () |
| |
| const ElementMemberT * | end () const |
| |
| int | DataSize () const |
| |
| Handle< D > | Allocate (IsolateT *isolate, int length, std::optional< DisallowGarbageCollection > *no_gc_out, AllocationType allocation) |
| |
| template<class IsolateT > |
| static Handle< TrustedByteArray > | New (IsolateT *isolate, int capacity, AllocationType allocation_type=AllocationType::kTrusted) |
| |
| static constexpr int | LengthFor (int size_in_bytes) |
| |
| static constexpr int | SizeFor (int length) |
| |
| static constexpr int | OffsetOfElementAt (int index) |
| |
| static Tagged< TrustedByteArray > | FromAddressOfFirstElement (Address address) |
| |
| static constexpr bool | kElementsAreMaybeObject |
| |
| static constexpr int | kElementSize |
| |
| static constexpr int | kMaxLength |
| |
| static constexpr int | kMaxRegularLength |
| |
| bool | IsInBounds (int index) const |
| |
| | FLEXIBLE_ARRAY_MEMBER (ElementMemberT, values) |
| |
| static Handle< TrustedByteArray > | Allocate (IsolateT *isolate, int length, std::optional< DisallowGarbageCollection > *no_gc_out, AllocationType allocation=AllocationType::kYoung) |
| |
Definition at line 177 of file deoptimization-data.h.
The documentation for this class was generated from the following file: