HomeSort by relevance Sort by last modified time
    Searched refs:is_shared (Results 1 - 12 of 12) sorted by null

  /external/v8/src/runtime/
runtime-futex.cc 27 CHECK(sta->GetBuffer()->is_shared());
44 CHECK(sta->GetBuffer()->is_shared());
59 CHECK(sta->GetBuffer()->is_shared());
runtime-atomics.cc 357 CHECK(sta->GetBuffer()->is_shared());
390 CHECK(sta->GetBuffer()->is_shared());
422 CHECK(sta->GetBuffer()->is_shared());
454 CHECK(sta->GetBuffer()->is_shared());
486 CHECK(sta->GetBuffer()->is_shared());
518 CHECK(sta->GetBuffer()->is_shared());
550 CHECK(sta->GetBuffer()->is_shared());
runtime-typedarray.cc 66 CHECK(!array_buffer->is_shared());
391 JSTypedArray::cast(args[0])->GetBuffer()->is_shared());
403 return isolate->heap()->ToBoolean(obj->GetBuffer()->is_shared() &&
418 return isolate->heap()->ToBoolean(obj->GetBuffer()->is_shared() &&
  /system/core/libnativeloader/include/nativeloader/
native_loader.h 36 bool is_shared,
  /external/v8/src/builtins/
builtins-arraybuffer.cc 67 if (array_buffer->is_shared()) {
builtins-sharedarraybuffer.cc 18 if (!array_buffer->is_shared()) {
36 not_typed_array(a), is_shared(a), not_shared(a), is_float_or_clamped(a),
58 a->Branch(is_buffer_shared, &is_shared, &not_shared);
63 a->Bind(&is_shared);
  /system/core/libnativeloader/
native_loader.cpp 110 bool is_shared,
147 if (is_shared) {
432 bool is_shared,
443 is_shared,
452 UNUSED(env, target_sdk_version, class_loader, is_shared,
  /external/v8/src/
value-serializer.cc 730 WriteTag(array_buffer->is_shared()
737 if (array_buffer->is_shared()) {
1105 const bool is_shared = false; local
1109 const bool is_shared = true; local
    [all...]
value-serializer.h 241 MaybeHandle<JSArrayBuffer> ReadTransferredJSArrayBuffer(bool is_shared)
api.cc     [all...]
objects-inl.h     [all...]
objects.h     [all...]

Completed in 1153 milliseconds