Home
last modified time | relevance | path

Searched refs:host_function (Results 1 – 4 of 4) 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/ic/
Dic.h66 FeedbackSlot slot, JSFunction* host_function,
70 JSFunction* host_function, const char* reason);
Dic.cc313 JSFunction* host_function, const char* reason) { in OnFeedbackChanged() argument
316 OnFeedbackChanged(isolate, vector, slot, host_function, reason); in OnFeedbackChanged()
321 FeedbackSlot slot, JSFunction* host_function, in OnFeedbackChanged() argument
329 host_function->ShortPrint(); in OnFeedbackChanged()