HomeSort by relevance Sort by last modified time
    Searched defs:call_site (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
flatten_call_graph.cc 75 CallSite call_site = node.caller_callsites()[i]; local
77 if (call_site.context() == CallContext::kParallel) {
80 CHECK_EQ(call_site.context(), CallContext::kSequential);
91 ReplaceCalledComputation(call_site.instruction(), computation, clone);
  /art/runtime/interpreter/
interpreter_common.cc 34 #include "mirror/call_site-inl.h"
1413 ObjPtr<mirror::CallSite> call_site = ObjPtr<mirror::CallSite>::DownCast(result.GetL()); local
1432 ObjPtr<mirror::CallSite> call_site = dex_cache->GetResolvedCallSite(call_site_idx); local
1469 ObjPtr<mirror::CallSite> call_site = DoResolveCallSite(self, shadow_frame, call_site_idx); local
    [all...]

Completed in 89 milliseconds