Home
last modified time | relevance | path

Searched refs:is_resizable (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/snapshot/
H A Dcontext-deserializer.cc66 DCHECK_IMPLIES(bs, buffer->is_resizable() == bs->is_resizable()); in SetupOffHeapArrayBufferBackingStores()
67 ResizableFlag resizable = bs && bs->is_resizable() in SetupOffHeapArrayBufferBackingStores()
H A Dobject-deserializer.cc63 CHECK(!bs || !bs->is_resizable()); in CommitPostProcessedObjects()
H A Dserializer.cc524 if (buffer.is_resizable()) { in SerializeJSTypedArray()
560 if (buffer.is_resizable()) { in SerializeJSArrayBuffer()
/third_party/node/deps/v8/src/objects/
H A Djs-array-buffer.cc74 DCHECK_EQ(is_resizable(), backing_store->is_resizable()); in Attach()
76 !backing_store->is_wasm_memory() && !backing_store->is_resizable(), in Attach()
88 if (is_shared() && is_resizable()) { in Attach()
145 CHECK(buffer.is_resizable()); in GsabByteLength()
230 DCHECK(!array_buffer->is_resizable()); in GetBuffer()
374 CHECK(buffer.is_resizable()); in LengthTrackingGsabBackedTypedArrayLength()
H A Djs-array-buffer-inl.h54 if V8_UNLIKELY (is_shared() && is_resizable()) { in GetByteLength() function
161 BIT_FIELD_ACCESSORS(JSArrayBuffer, bit_field, is_resizable,
H A Dbacking-store.h96 bool is_resizable() const { return is_resizable_; } in is_resizable() function in v8::internal::BackingStore
H A Djs-array-buffer.h76 // [is_resizable]: true if this is a ResizableArrayBuffer or a
78 DECL_BOOLEAN_ACCESSORS(is_resizable)
H A Dvalue-serializer.cc2063 if (!buffer.is_resizable()) { in ValidateAndSetJSArrayBufferViewFlags()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-dataview.cc78 length_tracking = array_buffer->is_resizable(); in BUILTIN()
110 data_view->set_is_backed_by_rab(array_buffer->is_resizable() && in BUILTIN()
H A Dbuiltins-arraybuffer.cc27 if (name->is_resizable() != expected) { \
312 if (V8_UNLIKELY(!is_shared && array_buffer->is_resizable())) { in SliceHelper()
/third_party/mesa3d/src/imgui/
H A Dimgui_widgets.cpp2948 const bool is_resizable = (obj->UserFlags & ImGuiInputTextFlags_CallbackResize) != 0;
2953 if (!is_resizable && (new_text_len_utf8 + obj->CurLenA + 1 > obj->BufCapacityA))
2959 if (!is_resizable)
3034 const bool is_resizable = (Flags & ImGuiInputTextFlags_CallbackResize) != 0;
3038 if (!is_resizable)
3146 const bool is_resizable = (flags & ImGuiInputTextFlags_CallbackResize) != 0;
3147 if (is_resizable)
3554 if (callback_data.BufTextLen > backup_current_text_length && is_resizable)
3575 if (backup_current_text_length != apply_new_text_length && is_resizable)
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp3712 const bool is_resizable = (obj->Flags & ImGuiInputTextFlags_CallbackResize) != 0; in STB_TEXTEDIT_INSERTCHARS() local
3717 if (!is_resizable && (new_text_len_utf8 + obj->CurLenA + 1 > obj->BufCapacityA)) in STB_TEXTEDIT_INSERTCHARS()
3723 if (!is_resizable) in STB_TEXTEDIT_INSERTCHARS()
3818 const bool is_resizable = (Flags & ImGuiInputTextFlags_CallbackResize) != 0; in InsertChars() local
3822 if (!is_resizable) in InsertChars()
3963 const bool is_resizable = (flags & ImGuiInputTextFlags_CallbackResize) != 0; in InputTextEx() local
3964 if (is_resizable) in InputTextEx()
4481 if (callback_data.BufTextLen > backup_current_text_length && is_resizable) in InputTextEx()
4505 if (is_resizable) in InputTextEx()
H A Dimgui_tables.cpp2517 const bool is_resizable = (column->Flags & (ImGuiTableColumnFlags_NoResize | ImGuiTableColumnFlags_NoDirectResize_)) == 0; in TableDrawBorders() local
2523 if (column->NextEnabledColumn == -1 && !is_resizable) in TableDrawBorders()
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc2857 DCHECK_IMPLIES(backing_store->is_resizable(), FLAG_harmony_rab_gsab); in NewJSSharedArrayBuffer()
2863 ResizableFlag resizable = backing_store->is_resizable() in NewJSSharedArrayBuffer()
3006 raw.set_is_backed_by_rab(!buffer->is_shared() && buffer->is_resizable()); in NewJSTypedArray()
3021 obj->set_is_backed_by_rab(!buffer->is_shared() && buffer->is_resizable()); in NewJSDataView()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc1471 if (is_resizable()) os << "\n - resizable"; in JSArrayBufferPrint()

Completed in 51 milliseconds