Home
last modified time | relevance | path

Searched refs:counter_location (Results 1 – 4 of 4) sorted by relevance

/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/
Dlite_translate_region.cc41 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()
Dlite_translate_region_exec_tests.cc159 .counter_location = &counter, in TEST_F()
/frameworks/libs/binary_translation/lite_translator/include/berberis/lite_translator/
Dlite_translate_region.h34 uint32_t* counter_location = nullptr; member
/frameworks/libs/binary_translation/runtime/
Dtranslator_riscv64.cc226 pc, {.enable_self_profiling = true, .counter_location = &(entry->invocation_counter)}); in TranslateRegion()