/third_party/googletest/googletest/test/ |
D | gtest-typed-test_test.cc | 53 static void SetUpTestSuite() { shared_ = new T(5); } in SetUpTestSuite() 56 delete shared_; in TearDownTestSuite() 57 shared_ = nullptr; in TearDownTestSuite() 83 static T* shared_; member in CommonTest 87 T* CommonTest<T>::shared_ = nullptr; member in CommonTest<T> 100 EXPECT_EQ(5, *TestFixture::shared_); in TYPED_TEST() 120 ASSERT_TRUE(this->shared_ != nullptr); in TYPED_TEST() 121 EXPECT_EQ(5, *this->shared_); in TYPED_TEST() 268 EXPECT_EQ(5, *TestFixture::shared_); in TYPED_TEST_P() 280 ASSERT_TRUE(this->shared_ != nullptr); in TYPED_TEST_P() [all …]
|
/third_party/node/deps/v8/src/maglev/ |
D | maglev-compilation-info.cc | 58 shared_(function->shared(), isolate), in MaglevCompilationInfo() 95 DCHECK(!shared_.is_null()); in ReopenHandlesInNewHandleScope() 96 shared_ = handle(*shared_, isolate); in ReopenHandlesInNewHandleScope()
|
D | maglev-compilation-info.h | 95 Handle<SharedFunctionInfo> shared_; variable
|
/third_party/node/deps/v8/src/debug/ |
D | debug-frames.cc | 102 : shared_(shared), mode_(mode) { in RedirectActiveFunctions() 115 if (function.shared() != shared_) continue; in VisitThread() 119 ? shared_.GetDebugInfo().DebugBytecodeArray() in VisitThread() 120 : shared_.GetBytecodeArray(isolate); in VisitThread()
|
D | debug-frames.h | 78 SharedFunctionInfo shared_;
|
D | debug.cc | 1405 : shared_(shared) {} in DiscardBaselineCodeVisitor() 1406 DiscardBaselineCodeVisitor() : shared_(SharedFunctionInfo()) {} in DiscardBaselineCodeVisitor() 1410 bool deopt_all = shared_ == SharedFunctionInfo(); in VisitThread() 1412 if (!deopt_all && it.frame()->function().shared() != shared_) continue; in VisitThread() 1447 SharedFunctionInfo shared_; member in v8::internal::__anon52bc0d180211::DiscardBaselineCodeVisitor
|
/third_party/node/deps/v8/src/objects/ |
D | compilation-cache-table.h | 63 return shared_; in shared() 73 return !shared_.is_null() && is_compiled_scope_.is_compiled(); in has_shared() 78 SharedFunctionInfo shared_; variable
|
D | compilation-cache-table.cc | 150 shared_(shared), in StringSharedKey() 173 if (shared_.ToHandle(&shared)) { in IsMatch() 191 if (shared_.ToHandle(&shared)) { in AsHandle() 205 MaybeHandle<SharedFunctionInfo> shared_; member in v8::internal::__anon355ad9690111::StringSharedKey
|
D | compilation-cache-table-inl.h | 101 shared_(shared), in InfoCellPair()
|
/third_party/node/deps/v8/src/heap/ |
D | marking-worklist.cc | 25 DCHECK(shared_.IsEmpty()); in ~MarkingWorklists() 33 shared_.Clear(); in Clear() 48 PrintWorklist("shared", &shared_); in Print() 59 context_worklists_.push_back({kSharedContext, &shared_}); in CreateContextWorklists()
|
D | marking-worklist.h | 89 MarkingWorklist* shared() { return &shared_; } in shared() 113 MarkingWorklist shared_; variable
|
D | marking-worklist-inl.h | 19 shared_.Update(callback); in Update()
|
/third_party/node/src/ |
D | node_mutex.h | 41 : shared_(shared) in Scoped() 46 : shared_() in Scoped() 57 std::shared_ptr<ExclusiveAccess> shared_;
|
/third_party/node/deps/v8/src/execution/ |
D | messages.h | 53 Handle<SharedFunctionInfo> shared() const { return shared_; } in shared() 60 Handle<SharedFunctionInfo> shared_; variable
|
D | messages.cc | 43 shared_(shared) {} in MessageLocation() 52 shared_(shared) {} in MessageLocation()
|
/third_party/googletest/googletest/include/gtest/ |
D | gtest-typed-test.h | 52 static T shared_; 76 n += TestFixture::shared_;
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest-typed-test.h | 51 static T shared_; 75 n += TestFixture::shared_;
|
/third_party/node/deps/googletest/include/gtest/ |
D | gtest-typed-test.h | 52 static T shared_; 76 n += TestFixture::shared_;
|
/third_party/node/deps/v8/src/compiler/ |
D | js-operator.cc | 514 lhs.shared_.object().location() == rhs.shared_.object().location() && in operator ==() 525 p.shared_.object().location(), in hash_value() 532 << Brief(*p.shared_.object()); in operator <<()
|
D | heap-refs.cc | 445 return shared_; in shared() 496 ObjectData* shared_ = nullptr; member in v8::internal::compiler::JSFunctionData 606 shared_ = shared.data(); in Cache() 659 CHECK_EQ(*shared_->object(), f->shared()); in IsConsistentWithHeapState()
|
D | js-operator.h | 712 : description_(description), shared_(shared), feedback_(feedback) {} in GetTemplateObjectParameters() 718 return shared_.AsRef(broker); in shared() 724 const SharedFunctionInfoTinyRef shared_; variable
|
/third_party/node/deps/v8/third_party/wasm-api/ |
D | wasm.h | 342 WASM_DECLARE_OWN(shared_##name) \
|
/third_party/node/deps/openssl/openssl/Configurations/ |
D | README.md | 101 'shared_' attributes, but for building DSOs. 103 corresponding 'shared_' attributes.
|
/third_party/openssl/Configurations/ |
D | README.md | 101 'shared_' attributes, but for building DSOs. 103 corresponding 'shared_' attributes.
|
/third_party/googletest/docs/reference/ |
D | testing.md | 154 static T shared_; 197 n += TestFixture::shared_;
|