Searched refs:counter_location (Results 1 – 4 of 4) sorted by relevance
41 CHECK(params.counter_location); in GenIncrementProfileCounter()42 *params.counter_location = 0; in GenIncrementProfileCounter()52 as->Movq(as->rcx, bit_cast<int64_t>(params.counter_location)); in GenIncrementProfileCounter()53 static_assert(sizeof(*params.counter_location) == 4); in GenIncrementProfileCounter()
159 .counter_location = &counter, in TEST_F()
34 uint32_t* counter_location = nullptr; member
226 pc, {.enable_self_profiling = true, .counter_location = &(entry->invocation_counter)}); in TranslateRegion()