Searched refs:fast_unwind_on_malloc (Results 1 – 6 of 6) sorted by relevance
105 common_flags()->fast_unwind_on_malloc)112 common_flags()->fast_unwind_on_malloc)
160 EXPECT_EQ(f->fast_unwind_on_malloc, 0); in VerifyOptions1()205 EXPECT_EQ(f->fast_unwind_on_malloc, true); in VerifyOptions2()
36 bool fast_unwind_on_malloc; member
43 f->fast_unwind_on_malloc = true; in SetCommonFlagsDefaults()84 ParseFlag(str, &f->fast_unwind_on_malloc, "fast_unwind_on_malloc", in ParseCommonFlagsFromString()
89 common_flags()->fast_unwind_on_malloc)
42 bool fast = common_flags()->fast_unwind_on_malloc; \