Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCUDA/
Dhost-device-calls-host.cu6 void host_function() {} in host_function() function
12 host_function(); in hd_function_a()
19 __host__ __device__ void hd_function_b(bool b) { if (b) host_function(); } in hd_function_b()
Dptx-kernels.cu29 void host_function() { in host_function() function
/external/v8/src/
Dfeedback-vector.cc263 void FeedbackVector::ClearSlots(JSFunction* host_function) { in ClearSlots() argument
377 IC::OnFeedbackChanged(isolate, host_function); in ClearSlots()
Dfeedback-vector.h346 void ClearSlots(JSFunction* host_function);
/external/v8/src/ic/
Dic.h85 static void OnFeedbackChanged(Isolate* isolate, JSFunction* host_function);
Dic.cc438 void IC::OnFeedbackChanged(Isolate* isolate, JSFunction* host_function) { in OnFeedbackChanged() argument
439 Code* host = host_function->shared()->code(); in OnFeedbackChanged()