/third_party/node/deps/v8/src/heap/ |
H A D | gc-tracer.h | 402 FRIEND_TEST(GCTracer, AverageSpeed); 403 FRIEND_TEST(GCTracerTest, AllocationThroughput); 404 FRIEND_TEST(GCTracerTest, BackgroundScavengerScope); 405 FRIEND_TEST(GCTracerTest, BackgroundMinorMCScope); 406 FRIEND_TEST(GCTracerTest, BackgroundMajorMCScope); 407 FRIEND_TEST(GCTracerTest, EmbedderAllocationThroughput); 408 FRIEND_TEST(GCTracerTest, MultithreadedBackgroundScope); 409 FRIEND_TEST(GCTracerTest, NewSpaceAllocationThroughput); 410 FRIEND_TEST(GCTracerTest, PerGenerationAllocationThroughput); 411 FRIEND_TEST(GCTracerTes [all...] |
H A D | heap-controller.h | 55 FRIEND_TEST(MemoryControllerTest, HeapGrowingFactor); 56 FRIEND_TEST(MemoryControllerTest, MaxHeapGrowingFactor);
|
H A D | free-list.h | 348 FRIEND_TEST(SpacesTest, FreeListManySelectFreeListCategoryType); 349 FRIEND_TEST(SpacesTest, FreeListManyGuaranteedAllocatable); 470 FRIEND_TEST(
|
H A D | slot-set.h | 122 FRIEND_TEST(PossiblyEmptyBucketsTest, WordsForBuckets);
|
/third_party/node/deps/v8/src/compiler-dispatcher/ |
H A D | lazy-compile-dispatcher.h | 104 FRIEND_TEST(LazyCompileDispatcherTest, IdleTaskNoIdleTime); 105 FRIEND_TEST(LazyCompileDispatcherTest, IdleTaskSmallIdleTime); 106 FRIEND_TEST(LazyCompileDispatcherTest, FinishNowWithWorkerTask); 107 FRIEND_TEST(LazyCompileDispatcherTest, AbortJobNotStarted); 108 FRIEND_TEST(LazyCompileDispatcherTest, AbortJobAlreadyStarted); 109 FRIEND_TEST(LazyCompileDispatcherTest, AsyncAbortAllPendingWorkerTask); 110 FRIEND_TEST(LazyCompileDispatcherTest, AsyncAbortAllRunningWorkerTask); 111 FRIEND_TEST(LazyCompileDispatcherTest, CompileMultipleOnBackgroundThread);
|
/third_party/node/deps/v8/src/base/ |
H A D | region-allocator.h | 213 FRIEND_TEST(RegionAllocatorTest, AllocateExcluded); 214 FRIEND_TEST(RegionAllocatorTest, AllocateRegionRandom); 215 FRIEND_TEST(RegionAllocatorTest, Contains); 216 FRIEND_TEST(RegionAllocatorTest, FindRegion); 217 FRIEND_TEST(RegionAllocatorTest, Fragmentation);
|
H A D | macros.h | 432 // Disable FRIEND_TEST macro in Google3. 433 #define FRIEND_TEST(test_case_name, test_name) macro
|
/third_party/googletest/googletest/test/ |
H A D | production.h | 41 FRIEND_TEST(PrivateCodeTest, CanAccessPrivateMembers); 44 FRIEND_TEST(PrivateCodeFixtureTest, CanAccessPrivateMembers);
|
H A D | gtest_unittest.cc | 4942 // Tests the FRIEND_TEST macro. 4955 FRIEND_TEST(FRIEND_TEST_Test, TEST); 4956 FRIEND_TEST(FRIEND_TEST_Test2, TEST_F); 4959 // Tests that the FRIEND_TEST declaration allows a TEST to access a 4963 // The fixture needed to test using FRIEND_TEST with TEST_F. 4969 // Tests that the FRIEND_TEST declaration allows a TEST_F to access a
|
/third_party/node/deps/v8/src/sandbox/ |
H A D | sandbox.h | 124 FRIEND_TEST(SandboxTest, InitializationWithSize); 125 FRIEND_TEST(SandboxTest, PartiallyReservedSandboxInitialization); 126 FRIEND_TEST(SandboxTest, PartiallyReservedSandboxPageAllocation);
|
/third_party/node/deps/v8/src/heap/base/ |
H A D | worklist.h | 231 FRIEND_TEST(WorkListTest, SegmentCreate); 232 FRIEND_TEST(WorkListTest, SegmentPush); 233 FRIEND_TEST(WorkListTest, SegmentPushPop); 234 FRIEND_TEST(WorkListTest, SegmentIsEmpty); 235 FRIEND_TEST(WorkListTest, SegmentIsFull); 236 FRIEND_TEST(WorkListTest, SegmentClear); 237 FRIEND_TEST(WorkListTest, SegmentUpdateFalse); 238 FRIEND_TEST(WorkListTest, SegmentUpdate);
|
/third_party/googletest/googletest/include/gtest/ |
H A D | gtest_prod.h | 37 // use the FRIEND_TEST macro to declare your tests as friends of the 43 // FRIEND_TEST(MyClassTest, PrivateMethodWorks); 57 #define FRIEND_TEST(test_case_name, test_name) \ macro
|
/third_party/node/deps/v8/third_party/googletest/src/googletest/include/gtest/ |
H A D | gtest_prod.h | 37 // use the FRIEND_TEST macro to declare your tests as friends of the 43 // FRIEND_TEST(MyClassTest, PrivateMethodWorks); 57 #define FRIEND_TEST(test_case_name, test_name) \ macro
|
/third_party/node/deps/googletest/include/gtest/ |
H A D | gtest_prod.h | 37 // use the FRIEND_TEST macro to declare your tests as friends of the 43 // FRIEND_TEST(MyClassTest, PrivateMethodWorks); 57 #define FRIEND_TEST(test_case_name, test_name) \ macro
|
/third_party/mesa3d/src/gtest/include/gtest/ |
H A D | gtest_prod.h | 38 // use the FRIEND_TEST macro to declare your tests as friends of the 44 // FRIEND_TEST(MyClassTest, PrivateMethodWorks); 58 #define FRIEND_TEST(test_case_name, test_name)\ macro
|
/third_party/node/deps/v8/src/libplatform/ |
H A D | task-queue.h | 42 FRIEND_TEST(WorkerThreadTest, PostSingleTask);
|
/third_party/node/deps/v8/src/execution/ |
H A D | isolate-data.h | 234 FRIEND_TEST(HeapTest, ExternalLimitDefault); 235 FRIEND_TEST(HeapTest, ExternalLimitStaysAboveDefaultForExplicitHandling);
|
/third_party/node/deps/v8/src/handles/ |
H A D | persistent-handles.h | 85 FRIEND_TEST(PersistentHandlesTest, OrderOfBlocks);
|
/third_party/gn/src/util/test/ |
H A D | test.h | 105 #define FRIEND_TEST(x, y) friend class x##y macro
|
/third_party/node/deps/v8/src/objects/ |
H A D | scope-info.h | 386 FRIEND_TEST(TestWithNativeContext, RecreateScopeInfoWithLocalsBlocklistWorks);
|
H A D | shared-function-info.h | 722 FRIEND_TEST(PreParserTest, LazyFunctionLength);
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform.h | 347 FRIEND_TEST(OS, RemapPages);
|