Searched defs:_from (Results 1 - 10 of 10) sorted by relevance

/inkscape/src/2geom/
H A Dpath.h196 PathTime const &initialTime() const { return _from; }
200 PathTime const &from() const { return _from; }
204 bool isDegenerate() const { return _from == _to; }
232 PathTime _from, _to; member in class:Geom::PathInterval
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DNumber.java77 private Pattern _from = null; field in class:Number
148 _from = parser.parsePattern(this, name, null);
194 if (_from != null) {
195 _from.typeCheck(stable);
227 return _from == null && _count == null;
415 if (_from != null) {
432 _from.translate(nodeCounterGen, matchGen);
433 _from.synthesize(nodeCounterGen, matchGen);
482 il.append(_from != null ? ICONST_1 : ICONST_0);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1OopClosures.hpp43 HeapRegion* _from; member in class:OopsInHeapRegionClosure
45 void set_region(HeapRegion* from) { _from = from; }
281 HeapRegion* _from; member in class:G1UpdateRSOrPushRefOopClosure
295 _from = from;
H A Dg1RemSet.hpp147 HeapRegion* _from; member in class:UpdateRSOopClosure
155 _from(NULL), _rs(rs), _worker_i(worker_i)
160 _from = from;
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcHeapSummary.hpp95 SpaceSummary _from; member in class:PSHeapSummary
99 GCHeapSummary(heap_space, heap_used), _old(old), _old_space(old_space), _young(young), _eden(eden), _from(from), _to(to) { }
104 const SpaceSummary& from() const { return _from; }
/openjdk7/hotspot/src/share/vm/opto/
H A Dblock.hpp579 Block * _from; // Source basic block member in class:CFGEdge
601 _from(from), _to(to), _freq(freq),
607 Block* from() const { return _from; }
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DinterpreterRT_sparc.cpp147 address _from; member in class:SlowSignatureHandler
160 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0));
161 _from -= Interpreter::stackElementSize;
167 intptr_t *from_addr = (intptr_t*)(_from + Interpreter::local_offset_in_bytes(0));
169 _from -= Interpreter::stackElementSize;
175 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0));
176 _from -= Interpreter::stackElementSize;
181 *_to++ = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1));
182 _from -= 2*Interpreter::stackElementSize;
187 _to[0] = *(intptr_t*)(_from
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A DinterpreterRT_x86_32.cpp99 address _from; member in class:SlowSignatureHandler
103 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0));
104 _from -= Interpreter::stackElementSize;
108 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0));
109 _from -= Interpreter::stackElementSize;
113 _to[0] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1));
114 _to[1] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(0));
116 _from -= 2*Interpreter::stackElementSize;
121 intptr_t from_addr = (intptr_t)(_from + Interpreter::local_offset_in_bytes(0));
123 _from
[all...]
H A DinterpreterRT_x86_64.cpp299 address _from; member in class:SlowSignatureHandler
307 jint from_obj = *(jint *)(_from+Interpreter::local_offset_in_bytes(0));
308 _from -= Interpreter::stackElementSize;
320 intptr_t from_obj = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1));
321 _from -= 2*Interpreter::stackElementSize;
333 intptr_t *from_addr = (intptr_t*)(_from + Interpreter::local_offset_in_bytes(0));
334 _from -= Interpreter::stackElementSize;
345 jint from_obj = *(jint *)(_from+Interpreter::local_offset_in_bytes(0));
346 _from -= Interpreter::stackElementSize;
359 intptr_t from_obj = *(intptr_t*)(_from
389 address _from; member in class:SlowSignatureHandler
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp472 int _from; // from (inclusive) member in class:Range
486 int from() const { return _from; }
489 void set_from(int from) { _from = from; }

Completed in 260 milliseconds