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.cpp102 fun_t replaced_fun_address; in printIncompatibleComponentReplacementsError() local
105 replaced_fun_address = replaced_component_entry.lazy_component_with_args.component->erased_fun; in printIncompatibleComponentReplacementsError()
109 replaced_fun_address = replaced_component_entry.lazy_component_with_no_args.erased_fun; in printIncompatibleComponentReplacementsError()
146 …Fatal injection error: the component function at " << reinterpret_cast<void*>(replaced_fun_address) in printIncompatibleComponentReplacementsError()
167 fun_t replaced_fun_address; in printComponentReplacementFailedBecauseTargetAlreadyExpanded() local
170 replaced_fun_address = replaced_component_entry.lazy_component_with_args.component->erased_fun; in printComponentReplacementFailedBecauseTargetAlreadyExpanded()
174 replaced_fun_address = replaced_component_entry.lazy_component_with_no_args.erased_fun; in printComponentReplacementFailedBecauseTargetAlreadyExpanded()
198 << reinterpret_cast<void*>(replaced_fun_address) << " with signature " in printComponentReplacementFailedBecauseTargetAlreadyExpanded()