Home
last modified time | relevance | path

Searched defs:shared (Results 1 – 25 of 257) sorted by relevance

1234567891011

/third_party/node/test/fixtures/wpt/wasm/jsapi/memory/
Dconstructor-shared.tentative.any.js6 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
Dassertions.js1 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
Dtype.tentative.any.js32 assert_type({ "minimum": 0, "maximum": 10, "shared": false}); property
36 assert_type({ "minimum": 0, "maximum": 10, "shared": true}); property
Dgrow.any.js166 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/
Dbaseline.cc25 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()
Dbaseline-batch-compiler.cc30 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/
Dosr-optimized-code-cache.cc24 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()
Dcompilation-cache-table-inl.h34 SharedFunctionInfo shared, in StringSharedHash()
97 InfoCellPair::InfoCellPair(Isolate* isolate, SharedFunctionInfo shared, in InfoCellPair()
Djs-function-inl.h90 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
Dbacking-store.cc174 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()
Dshared-function-info.cc302 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/
Dpp_standalone_scaffolding.c44 _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/
Dmarking-worklist.cc112 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
Dlocal-factory.cc29 void LocalFactory::AddToScriptList(Handle<Script> shared) { in AddToScriptList()
/third_party/node/deps/v8/src/debug/
Ddebug.cc500 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 …]
Ddebug-coverage.cc71 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/
Dtests.cc64 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/
Dpthread_spin_init.c3 int pthread_spin_init(pthread_spinlock_t *s, int shared) in pthread_spin_init()
/third_party/node/deps/v8/third_party/wasm-api/example/
Dthreads.cc24 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/
Dcode-events.h166 Handle<SharedFunctionInfo> shared, in CodeCreateEvent()
173 Handle<SharedFunctionInfo> shared, Handle<Name> source, in CodeCreateEvent()
230 Handle<SharedFunctionInfo> shared) override { in CodeDisableOptEvent()
Dlog.cc95 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/
Dmpegpicture.c254 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/
Dframe-states.cc117 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/
Dprofiler-listener.cc75 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/
Dunique_ptr_as_mut.rs18 let mut shared = UniquePtr::<ffi::Shared>::null(); in main() localVariable

1234567891011