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

  /external/libnfnetlink/src/
rtnl.c 43 static int call_handler(struct rtnl_handle *rtnl_handle, function
188 if (call_handler(rtnl_handle, h->nlmsg_type, h) == 0)
  /external/v8/src/ic/
accessor-assembler.cc 155 Label try_proto_handler(this), call_handler(this);
169 GotoIf(IsCodeMap(LoadMap(handler)), &call_handler);
174 Bind(&call_handler);
471 Label if_proto_handler(this), if_element_handler(this), call_handler(this);
492 Branch(IsCodeMap(handler_map), &call_handler, &if_proto_handler); local
506 Bind(&call_handler);
    [all...]

Completed in 53 milliseconds