Home
last modified time | relevance | path

Searched refs:shared_ (Results 1 – 25 of 30) sorted by relevance

12

/third_party/googletest/googletest/test/
Dgtest-typed-test_test.cc53 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/
Dmaglev-compilation-info.cc58 shared_(function->shared(), isolate), in MaglevCompilationInfo()
95 DCHECK(!shared_.is_null()); in ReopenHandlesInNewHandleScope()
96 shared_ = handle(*shared_, isolate); in ReopenHandlesInNewHandleScope()
Dmaglev-compilation-info.h95 Handle<SharedFunctionInfo> shared_; variable
/third_party/node/deps/v8/src/debug/
Ddebug-frames.cc102 : 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()
Ddebug-frames.h78 SharedFunctionInfo shared_;
Ddebug.cc1405 : 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/
Dcompilation-cache-table.h63 return shared_; in shared()
73 return !shared_.is_null() && is_compiled_scope_.is_compiled(); in has_shared()
78 SharedFunctionInfo shared_; variable
Dcompilation-cache-table.cc150 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
Dcompilation-cache-table-inl.h101 shared_(shared), in InfoCellPair()
/third_party/node/deps/v8/src/heap/
Dmarking-worklist.cc25 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()
Dmarking-worklist.h89 MarkingWorklist* shared() { return &shared_; } in shared()
113 MarkingWorklist shared_; variable
Dmarking-worklist-inl.h19 shared_.Update(callback); in Update()
/third_party/node/src/
Dnode_mutex.h41 : shared_(shared) in Scoped()
46 : shared_() in Scoped()
57 std::shared_ptr<ExclusiveAccess> shared_;
/third_party/node/deps/v8/src/execution/
Dmessages.h53 Handle<SharedFunctionInfo> shared() const { return shared_; } in shared()
60 Handle<SharedFunctionInfo> shared_; variable
Dmessages.cc43 shared_(shared) {} in MessageLocation()
52 shared_(shared) {} in MessageLocation()
/third_party/googletest/googletest/include/gtest/
Dgtest-typed-test.h52 static T shared_;
76 n += TestFixture::shared_;
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest-typed-test.h51 static T shared_;
75 n += TestFixture::shared_;
/third_party/node/deps/googletest/include/gtest/
Dgtest-typed-test.h52 static T shared_;
76 n += TestFixture::shared_;
/third_party/node/deps/v8/src/compiler/
Djs-operator.cc514 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 <<()
Dheap-refs.cc445 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()
Djs-operator.h712 : 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/
Dwasm.h342 WASM_DECLARE_OWN(shared_##name) \
/third_party/node/deps/openssl/openssl/Configurations/
DREADME.md101 'shared_' attributes, but for building DSOs.
103 corresponding 'shared_' attributes.
/third_party/openssl/Configurations/
DREADME.md101 'shared_' attributes, but for building DSOs.
103 corresponding 'shared_' attributes.
/third_party/googletest/docs/reference/
Dtesting.md154 static T shared_;
197 n += TestFixture::shared_;

12