Home
last modified time | relevance | path

Searched refs:is_shared (Results 1 – 25 of 38) sorted by relevance

12

/external/v8/src/builtins/
Dbuiltins-arraybuffer.cc17 if (name->is_shared() != expected) { \
123 const char* kMethodName, bool is_shared) { in SliceHelper() argument
134 CHECK_SHARED(is_shared, array_buffer, kMethodName); in SliceHelper()
137 if (!is_shared && array_buffer->was_neutered()) { in SliceHelper()
183 Handle<JSFunction> constructor_fun = is_shared in SliceHelper()
220 CHECK_SHARED(is_shared, new_array_buffer, kMethodName); in SliceHelper()
223 if (!is_shared && new_array_buffer->was_neutered()) { in SliceHelper()
231 if (!is_shared && new_->SameValue(*args.receiver())) { in SliceHelper()
238 if (is_shared && in SliceHelper()
248 NewTypeError(is_shared ? MessageTemplate::kSharedArrayBufferTooShort in SliceHelper()
[all …]
Dbuiltins-sharedarraybuffer.cc43 if (typed_array->GetBuffer()->is_shared()) { in ValidateSharedIntegerTypedArray()
/external/bcc/src/cc/
Dtable_desc.h59 is_shared(that.is_shared), in TableDesc()
69 is_shared(false), in TableDesc()
80 is_shared(false), in TableDesc()
102 bool is_shared; variable
/external/bcc/src/cc/includes/
Dtable_desc.h59 is_shared(that.is_shared), in TableDesc()
69 is_shared(false), in TableDesc()
80 is_shared(false), in TableDesc()
102 bool is_shared; variable
/external/google-fruit/extras/packaging/
Ddeploy_to_bintray.sh10 for is_shared in True False
14 …conan create . google/stable -o fruit:shared=$is_shared -o fruit:use_boost=$use_boost -s build_typ…
/external/v8/src/runtime/
Druntime-atomics.cc257 CHECK(sta->GetBuffer()->is_shared()); in RUNTIME_FUNCTION()
285 CHECK(sta->GetBuffer()->is_shared()); in RUNTIME_FUNCTION()
314 CHECK(sta->GetBuffer()->is_shared()); in RUNTIME_FUNCTION()
343 CHECK(sta->GetBuffer()->is_shared()); in RUNTIME_FUNCTION()
372 CHECK(sta->GetBuffer()->is_shared()); in RUNTIME_FUNCTION()
401 CHECK(sta->GetBuffer()->is_shared()); in RUNTIME_FUNCTION()
430 CHECK(sta->GetBuffer()->is_shared()); in RUNTIME_FUNCTION()
Druntime-futex.cc26 CHECK(sta->GetBuffer()->is_shared()); in RUNTIME_FUNCTION()
Druntime-typedarray.cc37 CHECK(!array_buffer->is_shared()); in RUNTIME_FUNCTION()
/external/tensorflow/tensorflow/python/ops/
Dresources.py38 def register_resource(handle, create_op, is_initialized_op, is_shared=True): argument
54 if is_shared:
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/
Disspacep.ll29 ; CHECK: is_shared
30 define i1 @is_shared(i8* %addr) {
/external/llvm/test/CodeGen/NVPTX/
Disspacep.ll29 ; CHECK: is_shared
30 define i1 @is_shared(i8* %addr) {
/external/v8/src/wasm/
Dwasm-js.cc157 bool* is_shared) { in GetFirstArgumentAsBytes() argument
168 *is_shared = buffer->IsSharedArrayBuffer(); in GetFirstArgumentAsBytes()
179 *is_shared = buffer->IsSharedArrayBuffer(); in GetFirstArgumentAsBytes()
410 bool is_shared = false; in WebAssemblyCompile() local
411 auto bytes = GetFirstArgumentAsBytes(args, &thrower, &is_shared); in WebAssemblyCompile()
419 std::move(resolver), bytes, is_shared); in WebAssemblyCompile()
484 bool is_shared = false; in WebAssemblyValidate() local
485 auto bytes = GetFirstArgumentAsBytes(args, &thrower, &is_shared); in WebAssemblyValidate()
497 if (is_shared) { in WebAssemblyValidate()
532 bool is_shared = false; in WebAssemblyModule() local
[all …]
Dwasm-engine.cc118 const ModuleWireBytes& bytes, bool is_shared) { in AsyncCompile() argument
123 if (is_shared) { in AsyncCompile()
Dwasm-engine.h83 const ModuleWireBytes& bytes, bool is_shared);
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_bo.h55 bool is_shared; member
Dradv_amdgpu_bo.c372 bo->is_shared = false; in radv_amdgpu_winsys_bo_create()
451 bo->is_shared = true; in radv_amdgpu_winsys_bo_from_fd()
481 bo->is_shared = true; in radv_amdgpu_winsys_get_fd()
/external/tensorflow/tensorflow/stream_executor/
Dkernel.h272 bool is_shared;
308 result.is_shared = true;
314 result.is_shared = false;
/external/v8/src/
Dvalue-serializer.cc344 DCHECK(!array_buffer->is_shared()); in TransferArrayBuffer()
813 if (array_buffer->is_shared()) { in WriteJSArrayBuffer()
917 if (!object->array_buffer()->is_shared()) { in WriteWasmMemory()
1239 const bool is_shared = false; in ReadObjectInternal() local
1240 return ReadJSArrayBuffer(is_shared); in ReadObjectInternal()
1246 const bool is_shared = true; in ReadObjectInternal() local
1247 return ReadJSArrayBuffer(is_shared); in ReadObjectInternal()
1651 bool is_shared) { in ReadJSArrayBuffer() argument
1653 if (is_shared) { in ReadJSArrayBuffer()
1665 DCHECK_EQ(is_shared, array_buffer->is_shared()); in ReadJSArrayBuffer()
[all …]
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.h108 volatile int is_shared; /* bool (int for atomicity) */ member
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c372 if (rtex->resource.b.is_shared) in r600_reallocate_texture_inplace()
472 assert(!res->b.is_shared); in r600_texture_get_handle()
494 if (!res->b.is_shared || update_metadata) { in r600_texture_get_handle()
510 assert(!res->b.is_shared); in r600_texture_get_handle()
540 if (res->b.is_shared) { in r600_texture_get_handle()
548 res->b.is_shared = true; in r600_texture_get_handle()
1133 rtex->resource.b.is_shared = true; in r600_texture_from_handle()
1247 !rtex->resource.b.is_shared && in r600_can_invalidate_texture()
1797 if (tex->resource.b.is_shared && in evergreen_do_fast_color_clear()
1938 rtex->resource.b.is_shared = true; in r600_texture_from_memobj()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_texture.c428 (!rtex->resource.b.is_shared || in r600_can_disable_dcc()
502 if (rtex->resource.b.is_shared) in r600_reallocate_texture_inplace()
703 assert(!res->b.is_shared); in r600_texture_get_handle()
740 if (!res->b.is_shared || update_metadata) { in r600_texture_get_handle()
764 assert(!res->b.is_shared); in r600_texture_get_handle()
798 if (res->b.is_shared) { in r600_texture_get_handle()
806 res->b.is_shared = true; in r600_texture_get_handle()
1498 rtex->resource.b.is_shared = true; in r600_texture_from_handle()
1607 return !rtex->resource.b.is_shared && in r600_can_invalidate_texture()
2251 if (!tex->resource.b.is_shared || in vi_separate_dcc_try_enable()
[all …]
Dr600_buffer_common.c253 if (rbuffer->b.is_shared) in r600_invalidate_buffer()
376 !rbuffer->b.is_shared && in r600_buffer_transfer_map()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h275 bool is_shared; member
/external/v8/src/objects/
Djs-array-buffer.h47 inline bool is_shared();
Djs-array-buffer-inl.h108 bool JSArrayBuffer::is_shared() { return IsShared::decode(bit_field()); } in is_shared() function

12