Searched refs:method_id (Results 1 – 7 of 7) sorted by relevance
| /freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| D | jitprofiling.h | 138 unsigned int method_id; member 152 unsigned int method_id; member 178 unsigned int method_id; member
|
| D | jitprofiling.c | 174 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent() 212 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent() 233 if ( ((piJIT_Method_Load) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent()
|
| D | IntelJITEventListener.cpp | 102 Result.method_id = Wrapper.iJIT_GetNewMethodID(); in FunctionDescToIntelJITFormat() 179 MethodIDs[FnStart] = FunctionMessage.method_id; in NotifyFunctionEmitted() 250 MethodIDs[(void*)Addr] = FunctionMessage.method_id; in NotifyObjectEmitted()
|
| /freebsd-9-stable/sys/dev/acpi_support/ |
| D | acpi_wmi_if.m | 65 # UINT32 method_id: method to call 73 UINT32 method_id;
|
| D | acpi_wmi.c | 122 UINT32 method_id, const ACPI_BUFFER *in, 356 UINT8 instance, UINT32 method_id, const ACPI_BUFFER *in, ACPI_BUFFER *out) in acpi_wmi_evaluate_call_method() argument 380 params[1].Integer.Value = method_id; in acpi_wmi_evaluate_call_method()
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | gdbtypes.c | 1522 check_stub_method (struct type *type, int method_id, int signature_id) in check_stub_method() argument 1525 char *mangled_name = gdb_mangle_name (type, method_id, signature_id); in check_stub_method() 1574 f = TYPE_FN_FIELDLIST1 (type, method_id); in check_stub_method() 1638 check_stub_method_group (struct type *type, int method_id) in check_stub_method_group() argument 1640 int len = TYPE_FN_FIELDLIST_LENGTH (type, method_id); in check_stub_method_group() 1641 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, method_id); in check_stub_method_group() 1648 check_stub_method (type, method_id, j); in check_stub_method_group() 1663 ret = cplus_demangle_opname (TYPE_FN_FIELDLIST_NAME (type, method_id), in check_stub_method_group() 1666 ret = cplus_demangle_opname (TYPE_FN_FIELDLIST_NAME (type, method_id), in check_stub_method_group() 1669 TYPE_FN_FIELDLIST_NAME (type, method_id) = xstrdup (dem_opname); in check_stub_method_group()
|
| D | symtab.c | 315 gdb_mangle_name (struct type *type, int method_id, int signature_id) in gdb_mangle_name() argument 319 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, method_id); in gdb_mangle_name() 321 char *field_name = TYPE_FN_FIELDLIST_NAME (type, method_id); in gdb_mangle_name()
|