| /third_party/node/test/fixtures/wpt/wasm/jsapi/memory/ |
| D | constructor-shared.tentative.any.js | 6 assert_throws_js(TypeError, () => new WebAssembly.Memory({ "initial": 10, "shared": true })); property 33 get shared() { getter 51 const argument = { "initial": 4, "maximum": 10, shared: true }; property 53 assert_Memory(memory, { "size": 4, "shared": true }); property
|
| D | assertions.js | 1 function assert_ArrayBuffer(actual, { size=0, shared=false, detached=false }, message) { property 30 function assert_Memory(memory, { size=0, shared=false }) { property 37 assert_ArrayBuffer(memory.buffer, { size, shared }); field
|
| D | type.tentative.any.js | 32 assert_type({ "minimum": 0, "maximum": 10, "shared": false}); property 36 assert_type({ "minimum": 0, "maximum": 10, "shared": true}); property
|
| D | grow.any.js | 166 const argument = { "initial": 1, "maximum": 2, "shared": true }; property 169 assert_ArrayBuffer(oldMemory, { "size": 1, "shared": true }, "Buffer before growing"); property 176 assert_ArrayBuffer(oldMemory, { "size": 1, "shared": true }, "Old buffer after growing"); property 177 assert_ArrayBuffer(newMemory, { "size": 2, "shared": true }, "New buffer after growing"); property
|
| /third_party/node/deps/v8/src/baseline/ |
| D | baseline.cc | 25 bool CanCompileWithBaseline(Isolate* isolate, SharedFunctionInfo shared) { in CanCompileWithBaseline() 60 Handle<SharedFunctionInfo> shared) { in GenerateBaselineCode() 85 bool CanCompileWithBaseline(Isolate* isolate, SharedFunctionInfo shared) { in CanCompileWithBaseline() 90 Handle<SharedFunctionInfo> shared) { in GenerateBaselineCode()
|
| D | baseline-batch-compiler.cc | 30 static bool CanCompileWithConcurrentBaseline(SharedFunctionInfo shared, in CanCompileWithConcurrentBaseline() 107 SharedFunctionInfo shared = SharedFunctionInfo::cast(obj); in BaselineBatchCompilerJob() local 245 Handle<SharedFunctionInfo> shared(function->shared(), isolate_); in EnqueueFunction() local 297 void BaselineBatchCompiler::Enqueue(Handle<SharedFunctionInfo> shared) { in Enqueue() 348 Handle<SharedFunctionInfo> shared = in MaybeCompileFunction() local
|
| /third_party/node/deps/v8/src/objects/ |
| D | osr-optimized-code-cache.cc | 24 Handle<SharedFunctionInfo> shared, in Insert() 107 CodeT OSROptimizedCodeCache::TryGet(SharedFunctionInfo shared, in TryGet() 142 SharedFunctionInfo shared) { in OsrOffsetsFor() 159 SharedFunctionInfo shared) { in FirstOsrOffsetFor() 216 int OSROptimizedCodeCache::FindEntry(SharedFunctionInfo shared, in FindEntry() 229 SharedFunctionInfo shared = GetSFIFromEntry(index); in ClearEntry() local 252 SharedFunctionInfo shared, in InitializeEntry()
|
| D | compilation-cache-table-inl.h | 34 SharedFunctionInfo shared, in StringSharedHash() 97 InfoCellPair::InfoCellPair(Isolate* isolate, SharedFunctionInfo shared, in InfoCellPair()
|
| D | js-function-inl.h | 90 DEF_GETTER(JSFunction, shared, SharedFunctionInfo) { in DEF_GETTER() argument 94 DEF_RELAXED_GETTER(JSFunction, shared, SharedFunctionInfo) { in DEF_RELAXED_GETTER() argument 241 SharedFunctionInfo shared = SharedFunctionInfo::cast(maybe_shared); in ShouldFlushBaselineCode() local 257 SharedFunctionInfo shared = SharedFunctionInfo::cast(maybe_shared); in NeedsResetDueToFlushedBytecode() local
|
| D | backing-store.cc | 174 SharedFlag shared, ResizableFlag resizable, in BackingStore() 287 Isolate* isolate, size_t byte_length, SharedFlag shared, in Allocate() 364 SharedFlag shared) { in TryAllocateWasmMemory() 385 bool is_wasm_memory, SharedFlag shared) { in TryAllocateAndPartiallyCommitMemory() 517 SharedFlag shared) { in AllocateWasmMemory() 752 SharedFlag shared, bool free_on_destruct) { in WrapAllocation() 773 SharedFlag shared) { in WrapAllocation() 793 SharedFlag shared) { in EmptyBackingStore()
|
| D | shared-function-info.cc | 302 Handle<SharedFunctionInfo> shared) { in DebugName() 394 Handle<SharedFunctionInfo> shared) { in GetSourceCode() 405 Handle<SharedFunctionInfo> shared) { in GetSourceCodeHarmony() 740 void SharedFunctionInfo::InstallDebugBytecode(Handle<SharedFunctionInfo> shared, in InstallDebugBytecode() 761 void SharedFunctionInfo::UninstallDebugBytecode(SharedFunctionInfo shared, in UninstallDebugBytecode()
|
| /third_party/mesa3d/src/compiler/glsl/glcpp/ |
| D | pp_standalone_scaffolding.c | 44 _mesa_get_shader_include_cursor(struct gl_shared_state *shared) in _mesa_get_shader_include_cursor() 52 _mesa_set_shader_include_cursor(struct gl_shared_state *shared, in _mesa_set_shader_include_cursor()
|
| /third_party/node/deps/v8/src/heap/ |
| D | marking-worklist.cc | 112 MarkingWorklist::Local shared(global->shared()); in Local() local 187 MarkingWorklist::Local* shared = worklist_by_context_[kSharedContext].get(); in ShareWork() local 195 MarkingWorklist::Local* shared = in MergeOnHold() local
|
| D | local-factory.cc | 29 void LocalFactory::AddToScriptList(Handle<Script> shared) { in AddToScriptList()
|
| /third_party/node/deps/v8/src/debug/ |
| D | debug.cc | 500 Handle<SharedFunctionInfo> shared(break_target->shared(), isolate_); in Break() local 723 bool Debug::SetBreakpoint(Handle<SharedFunctionInfo> shared, in SetBreakpoint() 772 auto shared = Handle<SharedFunctionInfo>::cast(result); in SetBreakPointForScript() local 863 Handle<SharedFunctionInfo> shared = handle(function->shared(), isolate_); in GetFunctionDebuggingId() local 873 bool Debug::SetBreakpointForFunction(Handle<SharedFunctionInfo> shared, in SetBreakpointForFunction() 984 void Debug::FloodWithOneShot(Handle<SharedFunctionInfo> shared, in FloodWithOneShot() 1077 Handle<SharedFunctionInfo> shared(function->shared(), isolate_); in PrepareStepIn() local 1193 Handle<SharedFunctionInfo> shared; in PrepareStep() local 1342 Isolate* isolate, Handle<SharedFunctionInfo> shared) { in GetSourceBreakLocations() 1404 explicit DiscardBaselineCodeVisitor(SharedFunctionInfo shared) in DiscardBaselineCodeVisitor() [all …]
|
| D | debug-coverage.cc | 71 std::vector<CoverageBlock> GetSortedBlockData(SharedFunctionInfo shared) { in GetSortedBlockData() 383 void ResetAllBlockCounts(SharedFunctionInfo shared) { in ResetAllBlockCounts() 518 SharedFunctionInfo shared = vector.shared_function_info(); in CollectAndMaybeResetCounts() local 537 SharedFunctionInfo shared = func.shared(); in CollectAndMaybeResetCounts() local 566 SharedFunctionInfo shared = it.frame()->function().shared(); in CollectAndMaybeResetCounts() local 801 SharedFunctionInfo shared = SharedFunctionInfo::cast(o); in SelectMode() local
|
| /third_party/rust/crates/cxx/tests/ffi/ |
| D | tests.cc | 64 Shared shared{0}; in c_return_box() local 87 const size_t &c_return_ref(const Shared &shared) { return shared.z; } in c_return_ref() 89 const size_t &c_return_ns_ref(const ::A::AShared &shared) { in c_return_ns_ref() 93 const size_t &c_return_nested_ns_ref(const ::A::B::ABShared &shared) { in c_return_nested_ns_ref() 97 size_t &c_return_mut(Shared &shared) { return shared.z; } in c_return_mut() 99 rust::Str c_return_str(const Shared &shared) { in c_return_str() 104 rust::Slice<const char> c_return_slice_char(const Shared &shared) { in c_return_slice_char() 238 void c_take_shared(Shared shared) { in c_take_shared() 244 void c_take_ns_shared(::A::AShared shared) { in c_take_ns_shared() 250 void c_take_nested_ns_shared(::A::B::ABShared shared) { in c_take_nested_ns_shared() [all …]
|
| /third_party/musl/src/thread/ |
| D | pthread_spin_init.c | 3 int pthread_spin_init(pthread_spinlock_t *s, int shared) in pthread_spin_init()
|
| /third_party/node/deps/v8/third_party/wasm-api/example/ |
| D | threads.cc | 24 wasm::Engine* engine, const wasm::Shared<wasm::Module>* shared, in run() 101 auto shared = module->share(); in main() local
|
| /third_party/node/deps/v8/src/logging/ |
| D | code-events.h | 166 Handle<SharedFunctionInfo> shared, in CodeCreateEvent() 173 Handle<SharedFunctionInfo> shared, Handle<Name> source, in CodeCreateEvent() 230 Handle<SharedFunctionInfo> shared) override { in CodeDisableOptEvent()
|
| D | log.cc | 95 static const char* ComputeMarker(SharedFunctionInfo shared, AbstractCode code) { in ComputeMarker() 235 Handle<SharedFunctionInfo> shared, in CodeCreateEvent() 247 Handle<SharedFunctionInfo> shared, in CodeCreateEvent() 307 Handle<SharedFunctionInfo> shared) override {} in CodeDisableOptEvent() 461 Handle<SharedFunctionInfo> shared, Handle<Name> name) { in CodeCreateEvent() 481 Handle<SharedFunctionInfo> shared, Handle<Name> source, int line, in CodeCreateEvent() 552 Handle<SharedFunctionInfo> shared) override {} in CodeDisableOptEvent() 699 Handle<SharedFunctionInfo> shared) override {} in CodeDisableOptEvent() 734 Handle<SharedFunctionInfo> shared; in LogRecordedBuffer() local 1224 Handle<SharedFunctionInfo> shared) { in LogSourceCodeInformation() [all …]
|
| /third_party/ffmpeg/libavcodec/ |
| D | mpegpicture.c | 254 ScratchpadContext *sc, int shared, int encoding, in ff_alloc_picture() 429 static int find_unused_picture(AVCodecContext *avctx, Picture *picture, int shared) in find_unused_picture() 462 int ff_find_unused_picture(AVCodecContext *avctx, Picture *picture, int shared) in ff_find_unused_picture()
|
| /third_party/node/deps/v8/src/compiler/ |
| D | frame-states.cc | 117 Handle<SharedFunctionInfo> shared = Handle<SharedFunctionInfo>(), in CreateBuiltinContinuationFrameStateCommon() 211 JSGraph* jsgraph, const SharedFunctionInfoRef& shared, Builtin name, in CreateJavaScriptBuiltinContinuationFrameState() 250 JSGraph* graph, const SharedFunctionInfoRef& shared, Node* target, in CreateGenericLazyDeoptContinuationFrameState()
|
| /third_party/node/deps/v8/src/profiler/ |
| D | profiler-listener.cc | 75 Handle<SharedFunctionInfo> shared, in CodeCreateEvent() 111 Handle<SharedFunctionInfo> shared, in CodeCreateEvent() 314 Handle<SharedFunctionInfo> shared) { in CodeDisableOptEvent() 366 const char* ProfilerListener::GetFunctionName(SharedFunctionInfo shared) { in GetFunctionName()
|
| /third_party/rust/crates/cxx/tests/ui/ |
| D | unique_ptr_as_mut.rs | 18 let mut shared = UniquePtr::<ffi::Shared>::null(); in main() localVariable
|