Searched refs:method_id (Results 1 - 16 of 16) sorted by relevance

/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h138 unsigned int method_id; member in struct:_iJIT_Method_Id
152 unsigned int method_id; member in struct:_iJIT_Method_NIDS
178 unsigned int method_id; member in struct:_iJIT_Method_Load
H A Djitprofiling.c175 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 )
213 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 )
234 if ( ((piJIT_Method_Load) EventSpecificData)->method_id <= 999 )
H A DIntelJITEventListener.cpp84 Result.method_id = Wrapper.iJIT_GetNewMethodID();
181 MethodIDs[(void*)Addr] = FunctionMessage.method_id;
/external/v8/src/third_party/vtune/
H A Djitprofiling.h177 unsigned int method_id; member in struct:_iJIT_Method_Id
191 unsigned int method_id; member in struct:_iJIT_Method_NIDS
217 unsigned int method_id; member in struct:_iJIT_Method_Load
H A Djitprofiling.cc209 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 )
244 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 )
262 if ( ((piJIT_Method_Load) EventSpecificData)->method_id <= 999 )
H A Dvtune-jit.cc173 jmethod.method_id = iJIT_GetNewMethodID();
/external/libmojo/base/android/linker/
H A Dlinker_jni.cc88 // On success, return true and set |*method_id|.
93 jmethodID* method_id) {
94 *method_id = env->GetStaticMethodID(clazz, method_name, method_sig);
95 if (!*method_id) {
99 LOG_INFO("Found ID %p for static method '%s'", *method_id, method_name);
89 InitStaticMethodId(JNIEnv* env, jclass clazz, const char* method_name, const char* method_sig, jmethodID* method_id) argument
H A Dlegacy_linker_jni.cc241 jmethodID method_id; member in struct:chromium_android_linker::__anon11755::JavaCallbackBindings_class
250 &method_id);
308 s_java_callback_bindings.clazz, s_java_callback_bindings.method_id, arg);
H A Dlinker_jni.h105 // On success, return true and set |*method_id|.
110 jmethodID* method_id);
/external/perfetto/src/ipc/
H A Dwire_protocol.proto40 optional uint32 method_id = 2; // BindServiceReply.method.id.
H A Dhost_impl.cc150 uint32_t method_id = 1; // method ids start at index 1. local
154 method_info->set_id(method_id++);
174 const uint32_t method_id = req.method_id(); local
175 if (method_id == 0 || method_id > methods.size())
178 const ServiceDescriptor::Method& method = methods[method_id - 1];
H A Dhost_impl_unittest.cc106 MethodID method_id,
115 frame.mutable_msg_invoke_method()->set_method_id(method_id);
105 InvokeMethod(ServiceID service_id, MethodID method_id, const ProtoMessage& args, bool drop_reply = false, int fd = -1) argument
H A Dclient_impl_unittest.cc166 if (method.second->id != req.msg_invoke_method().method_id())
/external/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp55 ReportedDebugFuncs[msg->method_id];
57 outs() << "Method load [" << msg->method_id << "]: " << msg->method_name
68 ReportedDebugFuncs[msg->method_id].push_back(loc);
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_call.h214 // completion queue, using the given `method_id`.
220 int method_id, HandleRequestFunction handle_request_function,
229 grpc_service->RequestAsyncUnary(method_id, &call->ctx_, &call->request,
218 EnqueueRequestForMethod( GrpcService* grpc_service, ::grpc::ServerCompletionQueue* cq, int method_id, HandleRequestFunction handle_request_function, bool supports_cancel) argument
/external/kernel-headers/original/uapi/rdma/
H A Drdma_user_ioctl.h74 __u16 method_id; member in struct:ib_uverbs_ioctl_hdr

Completed in 919 milliseconds