Home
last modified time | relevance | path

Searched refs:method_id (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.h138 unsigned int method_id; member
152 unsigned int method_id; member
178 unsigned int method_id; member
Djitprofiling.c174 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()
DIntelJITEventListener.cpp102 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/
Dacpi_wmi_if.m65 # UINT32 method_id: method to call
73 UINT32 method_id;
Dacpi_wmi.c122 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/
Dgdbtypes.c1522 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()
Dsymtab.c315 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()