Home
last modified time | relevance | path

Searched refs:shared_ (Results 1 - 24 of 24) sorted by relevance

/third_party/googletest/googletest/test/
H A 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
100 EXPECT_EQ(5, *TestFixture::shared_); in TYPED_TEST()
115 // The second test makes sure shared_ is not deleted after the first
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()
[all...]
/third_party/node/deps/v8/src/debug/
H A 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()
H A Ddebug-frames.h78 SharedFunctionInfo shared_; member in v8::internal::RedirectActiveFunctions
H A Ddebug.cc1405 : shared_(shared) {} in DiscardBaselineCodeVisitor()
1406 DiscardBaselineCodeVisitor() : shared_(SharedFunctionInfo()) {} in DiscardBaselineCodeVisitor()
1410 bool deopt_all = shared_ == SharedFunctionInfo();
1412 if (!deopt_all && it.frame()->function().shared() != shared_) continue;
1447 SharedFunctionInfo shared_; member in v8::internal::__anon14470::DiscardBaselineCodeVisitor
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-compilation-info.cc58 shared_(function->shared(), isolate),
95 DCHECK(!shared_.is_null()); in ReopenHandlesInNewHandleScope()
96 shared_ = handle(*shared_, isolate); in ReopenHandlesInNewHandleScope()
H A Dmaglev-compilation-info.h74 // handles (e.g. shared_, function_) to the new scope.
95 Handle<SharedFunctionInfo> shared_; member in v8::internal::maglev::final
/third_party/node/deps/v8/src/objects/
H A Dcompilation-cache-table.h63 return shared_; in shared()
73 return !shared_.is_null() && is_compiled_scope_.is_compiled(); in has_shared()
78 SharedFunctionInfo shared_; member in v8::internal::InfoCellPair
H A Dcompilation-cache-table.cc150 shared_(shared), in StringSharedKey()
173 if (shared_.ToHandle(&shared)) {
191 if (shared_.ToHandle(&shared)) { in AsHandle()
205 MaybeHandle<SharedFunctionInfo> shared_; member in v8::internal::__anon14781::StringSharedKey
H A Dcompilation-cache-table-inl.h101 shared_(shared), in InfoCellPair()
/third_party/node/deps/v8/src/heap/
H A 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()
H A Dmarking-worklist.h89 MarkingWorklist* shared() { return &shared_; } in shared()
113 MarkingWorklist shared_; member in v8::internal::MarkingWorklists
H A Dmarking-worklist-inl.h19 shared_.Update(callback); in Update()
/third_party/node/src/
H A Dnode_mutex.h41 : shared_(shared) in Scoped()
46 : shared_() in Scoped()
57 std::shared_ptr<ExclusiveAccess> shared_; member in node::ExclusiveAccess::Scoped
/third_party/googletest/googletest/include/gtest/
H A Dgtest-typed-test.h52 static T shared_;
76 n += TestFixture::shared_;
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-typed-test.h52 static T shared_;
76 n += TestFixture::shared_;
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-typed-test.h51 static T shared_;
75 n += TestFixture::shared_;
/third_party/node/deps/v8/src/execution/
H A Dmessages.h53 Handle<SharedFunctionInfo> shared() const { return shared_; } in shared()
60 Handle<SharedFunctionInfo> shared_; member in v8::internal::MessageLocation
H A Dmessages.cc43 shared_(shared) {} in MessageLocation()
52 shared_(shared) {} in MessageLocation()
/third_party/node/deps/v8/src/compiler/
H A 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()
H A 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 <<()
H A Djs-operator.h712 : description_(description), shared_(shared), feedback_(feedback) {} in GetTemplateObjectParameters()
718 return shared_.AsRef(broker); in shared()
724 const SharedFunctionInfoTinyRef shared_; member in v8::internal::compiler::final
H A Djs-call-reducer.cc917 shared_(shared), in FastApiCallReducerAssembler()
976 jsgraph(), shared_, target_, ContextInput(), receiver_, in ReduceFastApiCall()
1021 const SharedFunctionInfoRef shared_; member in v8::FastApiCallReducerAssembler
/third_party/node/deps/v8/third_party/wasm-api/
H A Dwasm.h342 WASM_DECLARE_OWN(shared_##name) \
/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc2767 WASM_DEFINE_OWN(shared_##name, wasm::Shared<Name>)

Completed in 38 milliseconds