Home
last modified time | relevance | path

Searched defs:is_shared (Results 1 – 20 of 20) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-arraybuffer.cc162 const char* kMethodName, bool is_shared) { in SliceHelper()
354 const char* kMethodName, bool is_shared) { in ResizeHelper()
/third_party/node/deps/v8/src/objects/
Dbacking-store.h95 bool is_shared() const { return is_shared_; } in is_shared() function
Dvalue-serializer.cc1507 const bool is_shared = false; in ReadObjectInternal() local
1514 const bool is_shared = true; in ReadObjectInternal() local
1941 bool is_shared) { in ReadJSArrayBuffer()
2197 const bool is_shared = true; in ReadWasmMemory() local
Delements.cc3091 auto is_shared = typed_array->buffer().is_shared() ? kShared : kUnshared; in SetImpl() local
3096 IsSharedBuffer is_shared) { in SetImpl()
3150 auto is_shared = typed_array->buffer().is_shared() ? kShared : kUnshared; in GetInternalImpl() local
3160 static ElementType GetImpl(ElementType* data_ptr, IsSharedBuffer is_shared) { in GetImpl()
3359 auto is_shared = typed_array.buffer().is_shared() ? kShared : kUnshared; in IncludesValueImpl() local
3459 auto is_shared = typed_array.buffer().is_shared() ? kShared : kUnshared; in IndexOfValueImpl() local
3515 auto is_shared = typed_array.buffer().is_shared() ? kShared : kUnshared; in LastIndexOfValueImpl() local
3579 auto is_shared = in CopyTypedArrayElementsSliceImpl() local
3619 IsSharedBuffer is_shared) { in CopyBetweenBackingStores()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.h76 bool is_shared; member
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_bo.h84 bool is_shared; member
/third_party/elfutils/src/
Delfclassify.c487 is_shared (void) in is_shared() function
/third_party/node/deps/v8/src/wasm/
Dwasm-js.cc528 bool is_shared = false; in WebAssemblyCompile() local
552 bool is_shared = false; in WasmStreamingCallbackForTesting() local
639 bool is_shared = false; in WebAssemblyValidate() local
706 bool is_shared = false; in WebAssemblyModule() local
992 bool is_shared = false; in WebAssemblyInstantiate() local
Dwasm-engine.cc636 const ModuleWireBytes& bytes, bool is_shared, in AsyncCompile()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c534 #define ATOMIC_CASE_IMPL(ctx, instr, nir, op, is_shared) \ argument
1351 bool is_shared, in emit_atomic()
1813 bool is_shared = instr->intrinsic == nir_intrinsic_load_shared; in emit_intrinsic() local
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h364 bool is_shared; member
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-repacker.hh66 bool is_shared () const in is_shared() function
/third_party/rust/crates/rustix/src/net/
Dip.rs785 pub const fn is_shared(&self) -> bool { in is_shared() method
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c3465 bool is_shared = bufreg->Register.File == TGSI_FILE_MEMORY; in load_emit() local
3614 bool is_shared = bufreg->Register.File == TGSI_FILE_MEMORY; in store_emit() local
3770 bool is_shared = bufreg->Register.File == TGSI_FILE_MEMORY; in atomic_emit() local
/third_party/node/deps/v8/src/compiler/backend/
Dmid-tier-register-allocator.cc874 bool is_shared() const { return is_shared_; } in is_shared() function in v8::internal::compiler::RegisterState::Register
1076 bool is_shared = is_shared_; in Spill() local
/third_party/node/deps/v8/src/execution/
Disolate.cc3157 Isolate* Isolate::Allocate(bool is_shared) { in ThrowInternal()
3233 bool is_shared) in ThrowInternal()
Disolate.h1923 bool is_shared() const { return is_shared_; } in is_shared() function
/third_party/mesa3d/src/freedreno/ir3/
Dir3.h984 is_shared(struct ir3_instruction *instr) in is_shared() function
/third_party/cups-filters/utils/
Dcups-browsed.c7681 int is_shared; in update_cups_queues() local
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc6718 TNode<BoolT> is_shared = Word32Equal( in IsSharedStringInstanceType() local