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

/macosx-10.10/llvmCore-3425.0.34/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h133 unsigned int method_id; member in struct:_iJIT_Method_Id
147 unsigned int method_id; member in struct:_iJIT_Method_NIDS
173 unsigned int method_id; member in struct:_iJIT_Method_Load
H A DIntelJITEventListener.cpp79 Result.method_id = Wrapper.iJIT_GetNewMethodID();
156 MethodIDs[FnStart] = FunctionMessage.method_id;
H A Djitprofiling.c169 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 )
207 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 )
228 if ( ((piJIT_Method_Load) EventSpecificData)->method_id <= 999 )
/macosx-10.10/llvmCore-3425.0.34/unittests/ExecutionEngine/JIT/
H A DIntelJITEventListenerTest.cpp38 ReportedDebugFuncs[msg->method_id];
45 ReportedDebugFuncs[msg->method_id].push_back(loc);
/macosx-10.10/ruby-106/ruby/lib/
H A Dprofiler.rb61 class Wrapper < Struct.new(:defined_class, :method_id, :hash) # :nodoc:
62 private :defined_class=, :method_id=, :hash=
70 "#{defined_class.inspect}#".sub(/\A\#<Class:(.*)>#\z/, '\1.') << method_id.to_s
86 key = Wrapper.new(tp.defined_class, tp.method_id)
/macosx-10.10/ruby-106/ruby/lib/net/
H A Dprotocol.rb360 @method_id = method
368 @socket.__send__(@method_id, str)
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dajp_header.c169 int method_id = r->method_number; local
170 if (method_id < 0 || method_id > M_INVALID) {
177 return sc_for_req_method_table[method_id] ?
178 sc_for_req_method_table[method_id] : UNKNOWN_METHOD;
/macosx-10.10/ruby-106/ruby/lib/racc/
H A Dparser.rb485 method_id = reduce_table[i+2]
496 vstack.push __send__(method_id, tmp_v, vstack, tmp_v[0])
498 vstack.push __send__(method_id, tmp_v, vstack)
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_settracefunc.rb477 2: events << [tp.event, tp.lineno, tp.path, _defined_class.(tp), tp.method_id, tp.self, tp.binding.eval("_local_var"), _get_data.(tp)] if tp.path == 'xyzzy'
656 assert_raise(RuntimeError){tp_store.method_id}
670 ary << tp.method_id
693 ary << tp.method_id
779 tp.event, tp.method_id, tp.defined_class, tp.self.class,
901 tp.method_id == :m2_test_trace_point_at_return_when_exception
/macosx-10.10/ruby-106/ruby/ext/racc/cparse/
H A Dcparse.c688 VALUE reduce_to, reduce_len, method_id; local
698 method_id = RARRAY_PTR(v->reduce_table)[v->ruleno+2];
700 mid = value_to_id(method_id);
/macosx-10.10/swig-12/Source/Modules/
H A Dlang.cxx1756 Node *method_id = NewStringf("%s|%s", name, local_decl); local
1758 return method_id;
1807 Node *method_id = is_destructor ? NewStringf("~destructor") : vtable_method_id(ni); local
1816 if (Strcmp(method_id, check_vmid) == 0) {
1840 Setattr(item, "vmid", method_id);
3328 Node *method_id = vtable_method_id(ni); local
3329 if (!method_id)
3336 if (Strcmp(method_id, check_item) == 0) {
3342 Printf(stderr, "method %s %d\n", method_id, exists_item ? 1 : 0);
3344 Delete(method_id);
[all...]

Completed in 121 milliseconds