Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h137 unsigned int method_id; member
151 unsigned int method_id; member
177 unsigned int method_id; member
H A Djitprofiling.c173 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent()
211 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent()
232 if ( ((piJIT_Method_Load) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent()
H A DIntelJITEventListener.cpp167 Result.method_id = Wrapper.iJIT_GetNewMethodID(); in FunctionDescToIntelJITFormat()
324 MethodIDs[(void *)Addr] = FunctionMessage.method_id; in notifyObjectLoaded()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp52 ReportedDebugFuncs[msg->method_id]; in NotifyEvent()
54 outs() << "Method load [" << msg->method_id << "]: " << msg->method_name in NotifyEvent()
65 ReportedDebugFuncs[msg->method_id].push_back(loc); in NotifyEvent()
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Djprofile.c53 jmethodID method_id; /* method executed in this frame */ member
887 record_jmethod (uint64_t class_id, uint64_t method_id, in record_jmethod() argument
902 jmth->method_id = method_id; in record_jmethod()
1239 last->method_id = (jmethodID) SP_TRUNC_STACK_MARKER; in __collector_ext_jstack_unwind()
1253 err->method_id = 0; // artificial method id in __collector_ext_jstack_unwind()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Djprofile.c53 jmethodID method_id; /* method executed in this frame */ member
893 record_jmethod (uint64_t class_id, uint64_t method_id, in record_jmethod() argument
908 jmth->method_id = method_id; in record_jmethod()
1245 last->method_id = (jmethodID) SP_TRUNC_STACK_MARKER; in __collector_ext_jstack_unwind()
1259 err->method_id = 0; // artificial method id in __collector_ext_jstack_unwind()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Ddata_pckts.h592 uint64_t method_id; member
H A DExperiment.cc2365 uint64_t method_id = dwin->decode (ajmt->method_id); in read_java_classes_file() local
2372 (int) v16, (long long) method_id, s_name, in read_java_classes_file()
2388 jmaps->insert (method_id, cur_loaded, jmthd); in read_java_classes_file()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Ddata_pckts.h593 uint64_t method_id; member
H A DExperiment.cc2367 uint64_t method_id = dwin->decode (ajmt->method_id); in read_java_classes_file() local
2374 (int) v16, (long long) method_id, s_name, in read_java_classes_file()
2390 jmaps->insert (method_id, cur_loaded, jmthd); in read_java_classes_file()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc8870 tree method_id; in really_start_method() local
8892 method_id = get_identifier (buf); in really_start_method()
8901 objc_start_function (method_id, meth_type, NULL_TREE, parmlist); in really_start_method()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c8745 tree method_id; in really_start_method() local
8767 method_id = get_identifier (buf); in really_start_method()
8776 objc_start_function (method_id, meth_type, NULL_TREE, parmlist); in really_start_method()