/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | heap-consistency.cc | 22 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 D | write-barrier.h | 15 static void Enter() { incremental_or_concurrent_marking_flag_.Enter(); } in Enter() function in cppgc::internal::WriteBarrier::IncrementalOrConcurrentMarkingFlagUpdater
|
/third_party/lzma/CPP/Windows/ |
H A D | Synchronization.h | 171 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 D | Synchronization.cpp | 56 synchro->Enter();
in WaitForMultiObj_Any_Infinite()
|
/third_party/node/deps/v8/src/logging/ |
H A D | runtime-call-stats-scope.h | 30 stats_->Enter(&timer_, counter_id); in RuntimeCallTimerScope() 44 stats_->Enter(&timer_, counter_id); in RuntimeCallTimerScope()
|
H A D | counters-scopes.h | 134 previous_scope_ = timed_histogram()->Enter(this); in StartInteral() 195 previous_scope_ = histogram_->Enter(nullptr); in PauseNestedTimedHistogramScope()
|
H A D | runtime-call-stats.h | 589 V8_EXPORT_PRIVATE void Enter(RuntimeCallTimer* timer, 745 stats_->Enter(&timer_, counter_id); in RuntimeCallTimerScope()
|
/third_party/node/test/fuzzers/ |
H A D | fuzz_env.cc | 61 isolate_->Enter(); in FuzzerFixtureHelper() 80 context_->Enter(); in EnvTest()
|
/third_party/node/deps/npm/lib/utils/ |
H A D | read-user-info.js | 11 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 D | heap-consistency.h | 192 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 D | heap-consistency.h | 235 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 D | Settings.cs | 25 System.Threading.Monitor.Enter(Settings.m_SyncObject);
|
/third_party/node/deps/v8/include/cppgc/internal/ |
H A D | atomic-entry-flag.h | 31 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 D | atomic-entry-flag.h | 31 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 D | sanei_DomainOS.h | 46 typedef enum {Open, Close, Enter, Exit} DomainOSOpCode; enumerator
|
/third_party/node/test/cctest/ |
H A D | node_test_fixture.h | 120 isolate_->Enter(); 160 context_->Enter(); in Env()
|
/third_party/node/deps/v8/include/ |
H A D | v8-context.h | 153 * Enter this context. After entering a context, all code compiled 158 void Enter(); 294 context_->Enter(); in Scope()
|
H A D | v8-isolate.h | 304 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 D | v8-context.h | 156 * Enter this context. After entering a context, all code compiled 161 void Enter(); 343 context_->Enter(); in Scope()
|
H A D | v8-isolate.h | 306 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 D | gc-tracer-inl.h | 44 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 D | binding.cc | 57 context->Enter(); in TriggerReportNoContext()
|
/third_party/gn/src/gn/ |
H A D | template.cc | 55 if (!non_nestable.Enter(err)) in Invoke()
|
H A D | functions.cc | 193 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 D | regexp.h | 217 static void Enter(Isolate* isolate, Handle<String> key_string,
|