Searched refs:GetFunctionCaller (Results 1 – 12 of 12) sorted by relevance
108 FunctionCaller *GetFunctionCaller() { return m_caller_up.get(); } in GetFunctionCaller() function
193 m_get_thread_item_info_impl_code->GetFunctionCaller(); in SetupGetThreadItemInfoFunction()346 m_get_thread_item_info_impl_code->GetFunctionCaller(); in GetThreadItemInfo()
182 get_item_info_caller = m_get_item_info_impl_code->GetFunctionCaller(); in SetupGetItemInfoFunction()341 FunctionCaller *func_caller = m_get_item_info_impl_code->GetFunctionCaller(); in GetItemInfo()
323 m_get_queues_impl_code_up->GetFunctionCaller(); in GetCurrentQueues()
323 m_get_pending_items_impl_code->GetFunctionCaller(); in GetPendingItems()
848 impl_function_caller = m_impl_code->GetFunctionCaller(); in SetupDispatchFunction()1204 return m_impl_code->GetFunctionCaller(); in GetLookupImplementationFunctionCaller()
1370 get_class_info_function = m_get_class_info_code->GetFunctionCaller(); in UpdateISAToDescriptorMapDynamic()1653 m_get_shared_cache_class_info_code->GetFunctionCaller(); in UpdateISAToDescriptorMapSharedCache()
682 do_dlopen_function = dlopen_utility_func_up->GetFunctionCaller(); in MakeLoadImageUtilityFunction()729 do_dlopen_function = dlopen_utility_func->GetFunctionCaller(); in DoLoadImage()
460 virtual FunctionCaller *GetFunctionCaller(const CompilerType &return_type, in GetFunctionCaller() function
1137 FunctionCaller *GetFunctionCaller(const CompilerType &return_type,
9603 FunctionCaller *ScratchTypeSystemClang::GetFunctionCaller( in GetFunctionCaller() function in ScratchTypeSystemClang
2289 auto *persistent_fn = type_system_or_err->GetFunctionCaller( in GetFunctionCallerForLanguage()