Home
last modified time | relevance | path

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

/external/google-fruit/src/
Dbinding_normalization.cpp104 fun_t replaced_fun_address; in printIncompatibleComponentReplacementsError() local
107 replaced_fun_address = replaced_component_entry.lazy_component_with_args.component->erased_fun; in printIncompatibleComponentReplacementsError()
111 replaced_fun_address = replaced_component_entry.lazy_component_with_no_args.erased_fun; in printIncompatibleComponentReplacementsError()
148 …Fatal injection error: the component function at " << reinterpret_cast<void*>(replaced_fun_address) in printIncompatibleComponentReplacementsError()
169 fun_t replaced_fun_address; in printComponentReplacementFailedBecauseTargetAlreadyExpanded() local
172 replaced_fun_address = replaced_component_entry.lazy_component_with_args.component->erased_fun; in printComponentReplacementFailedBecauseTargetAlreadyExpanded()
176 replaced_fun_address = replaced_component_entry.lazy_component_with_no_args.erased_fun; in printComponentReplacementFailedBecauseTargetAlreadyExpanded()
200 << reinterpret_cast<void*>(replaced_fun_address) << " with signature " in printComponentReplacementFailedBecauseTargetAlreadyExpanded()