Home
last modified time | relevance | path

Searched refs:Enter (Results 1 - 25 of 45) sorted by relevance

12

/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-consistency.cc22 void DisallowGarbageCollectionScope::Enter(cppgc::HeapHandle& heap_handle) { in Enter() function in cppgc::subtle::DisallowGarbageCollectionScope
37 Enter(heap_handle); in DisallowGarbageCollectionScope()
45 void NoGarbageCollectionScope::Enter(cppgc::HeapHandle& heap_handle) { in Enter() function in cppgc::subtle::NoGarbageCollectionScope
60 Enter(heap_handle); in NoGarbageCollectionScope()
H A Dwrite-barrier.h15 static void Enter() { incremental_or_concurrent_marking_flag_.Enter(); } in Enter() function in cppgc::internal::WriteBarrier::IncrementalOrConcurrentMarkingFlagUpdater
/third_party/lzma/CPP/Windows/
H A DSynchronization.h171 void Enter() { CriticalSection_Enter(&_object); } in Enter() function in NWindows::NSynchronization::MY_UNCOPYABLE
180 CCriticalSectionLock(CCriticalSection &object): _object(&object) {_object->Enter(); } in CCriticalSectionLock()
235 WRes Enter() in Enter() function in NWindows::NSynchronization::MY_UNCOPYABLE
303 RINOK(this->_sync->Enter()) in Set()
310 RINOK(this->_sync->Enter()) in Reset()
362 RINOK(this->_sync->Enter()) in Release()
H A DSynchronization.cpp56 synchro->Enter(); in WaitForMultiObj_Any_Infinite()
/third_party/node/deps/v8/src/logging/
H A Druntime-call-stats-scope.h30 stats_->Enter(&timer_, counter_id); in RuntimeCallTimerScope()
44 stats_->Enter(&timer_, counter_id); in RuntimeCallTimerScope()
H A Dcounters-scopes.h134 previous_scope_ = timed_histogram()->Enter(this); in StartInteral()
195 previous_scope_ = histogram_->Enter(nullptr); in PauseNestedTimedHistogramScope()
H A Druntime-call-stats.h589 V8_EXPORT_PRIVATE void Enter(RuntimeCallTimer* timer,
745 stats_->Enter(&timer_, counter_id); in RuntimeCallTimerScope()
/third_party/node/test/fuzzers/
H A Dfuzz_env.cc61 isolate_->Enter(); in FuzzerFixtureHelper()
80 context_->Enter(); in EnvTest()
/third_party/node/deps/npm/lib/utils/
H A Dread-user-info.js11 Enter one below. You can also pass one on the command line by appending --otp=123456.
14 Enter OTP: `
/third_party/node/deps/v8/include/cppgc/
H A Dheap-consistency.h192 static void Enter(HeapHandle& heap_handle);
195 * Leaves a disallow garbage collection scope. Must be paired with `Enter()`.
237 static void Enter(HeapHandle& heap_handle);
240 * Leaves a no garbage collection scope. Must be paired with `Enter()`. Prefer
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dheap-consistency.h235 static void Enter(HeapHandle& heap_handle);
238 * Leaves a disallow garbage collection scope. Must be paired with `Enter()`.
280 static void Enter(HeapHandle& heap_handle);
283 * Leaves a no garbage collection scope. Must be paired with `Enter()`. Prefer
/third_party/lzma/CS/7zip/Compress/LzmaAlone/Properties/
H A DSettings.cs25 System.Threading.Monitor.Enter(Settings.m_SyncObject);
/third_party/node/deps/v8/include/cppgc/internal/
H A Datomic-entry-flag.h31 void Enter() { entries_.fetch_add(1, std::memory_order_relaxed); } in Enter() function in cppgc::internal::final
34 // Returns false only if the current thread is not between a call to Enter
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Datomic-entry-flag.h31 void Enter() { entries_.fetch_add(1, std::memory_order_relaxed); } in Enter() function in cppgc::internal::final
34 // Returns false only if the current thread is not between a call to Enter
/third_party/backends/sanei/
H A Dsanei_DomainOS.h46 typedef enum {Open, Close, Enter, Exit} DomainOSOpCode; enumerator
/third_party/node/test/cctest/
H A Dnode_test_fixture.h120 isolate_->Enter();
160 context_->Enter(); in Env()
/third_party/node/deps/v8/include/
H A Dv8-context.h153 * Enter this context. After entering a context, all code compiled
158 void Enter();
294 context_->Enter(); in Scope()
H A Dv8-isolate.h304 explicit Scope(Isolate* isolate) : isolate_(isolate) { isolate->Enter(); } in Scope()
690 void Enter();
1616 * True if at least one thread Enter'ed this isolate.
/third_party/node/deps/v8/include/v8-include/
H A Dv8-context.h156 * Enter this context. After entering a context, all code compiled
161 void Enter();
343 context_->Enter(); in Scope()
H A Dv8-isolate.h306 v8_isolate_->Enter(); in Scope()
696 void Enter();
1588 * True if at least one thread Enter'ed this isolate.
/third_party/node/deps/v8/src/heap/
H A Dgc-tracer-inl.h44 runtime_stats_->Enter(&timer_, GCTracer::RCSCounterFromScope(scope)); in Scope()
49 runtime_stats_->Enter(&timer_, GCTracer::RCSCounterFromScope(scope)); in Scope()
/third_party/node/test/addons/report-api/
H A Dbinding.cc57 context->Enter(); in TriggerReportNoContext()
/third_party/gn/src/gn/
H A Dtemplate.cc55 if (!non_nestable.Enter(err)) in Invoke()
H A Dfunctions.cc193 bool NonNestableBlock::Enter(Err* err) { in Enter() function in NonNestableBlock
361 if (!non_nestable.Enter(err)) in RunConfig()
484 if (!non_nestable.Enter(err)) in RunDeclareArgs()
912 if (!non_nestable.Enter(err))
/third_party/node/deps/v8/src/regexp/
H A Dregexp.h217 static void Enter(Isolate* isolate, Handle<String> key_string,

Completed in 15 milliseconds

12