Searched refs:host_function (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGenCUDA/ |
D | host-device-calls-host.cu | 6 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()
|
D | ptx-kernels.cu | 29 void host_function() { in host_function() function
|
/external/v8/src/ic/ |
D | ic.h | 66 FeedbackSlot slot, JSFunction* host_function, 70 JSFunction* host_function, const char* reason);
|
D | ic.cc | 313 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()
|