Searched defs:operator (Results 51 - 75 of 81) sorted by relevance

1234

/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp297 void* operator new(size_t size) { return ResourceObj::operator new(size); }
298 void operator delete(void* p) { ShouldNotCallThis(); }
/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp156 inline void* operator new( size_t x ) {
163 inline void operator delete( void* ptr ) {
H A Dchaitin.hpp204 uint operator[] (uint nidx) const { return lookup(nidx); }
H A Dcallnode.hpp218 void *operator new( size_t x, Compile* C ) { return C->comp_arena()->Amalloc(x); }
219 void operator delete( void * ) { } // fast deallocation
H A Dblock.hpp67 Block *operator[] ( uint i ) const // Lookup, or assert for not mapped
488 uint operator[] (uint nidx) const { return lookup(nidx); }
H A DphaseX.cpp72 debug_only(_table = (Node**)badAddress); // interact correctly w/ operator=
79 debug_only(_table = (Node**)badAddress); // interact correctly w/ operator=
367 void NodeHash::operator=(const NodeHash& nh) {
H A Dmachnode.hpp61 void *operator new( size_t x, Compile* C ) { return C->node_arena()->Amalloc_D(x); }
/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfoRec.cpp41 void* operator new(size_t ignore, DebugInformationRecorder* dir) {
H A DrelocInfo.hpp484 // (this number is assertion-checked in Relocation::operator new)
689 void* operator new(size_t size, const RelocationHolder& holder) {
1360 void operator=(const RelocIterator&);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.cpp113 bool EntryPoint::operator == (const EntryPoint& y) {
157 bool DispatchTable::operator == (DispatchTable& y) {
/openjdk7/hotspot/src/share/vm/runtime/
H A DinterfaceSupport.hpp70 inline void* operator new(size_t size, void* ptr) {
H A Dfprofiler.cpp267 void* operator new(size_t size, ThreadProfiler* tp);
268 void operator delete(void* p);
376 void* ProfilerNode::operator new(size_t size, ThreadProfiler* tp){
386 void ProfilerNode::operator delete(void* p){
H A Dthread.cpp198 void Thread::operator delete(void* p) {
/openjdk7/hotspot/src/share/vm/services/
H A DmemBaseline.hpp60 MallocCallsitePointer& operator=(const MallocCallsitePointer& p) {
61 MemPointer::operator=(p);
101 VMCallsitePointer& operator=(const VMCallsitePointer& p) {
102 MemPointer::operator=(p);
167 MallocMem& operator=(const MallocMem& m) {
249 VMMem& operator=(const VMMem& m) {
346 MemBaseline& operator=(const MemBaseline& other);
/openjdk7/hotspot/src/share/vm/adlc/
H A Ddfa.cpp861 const Expr *ExprDict::operator [](const char *name) const {
895 // Disable public use of constructor, copy-ctor, operator =, operator ==
902 ExprDict &ExprDict::operator =( const ExprDict &rhs) {
910 bool ExprDict::operator ==(const ExprDict &d) const {
H A Dforms.hpp87 // Disable public use of constructor, copy-ctor, operator =, operator ==
89 FormDict &operator =( const FormDict & );
93 bool operator ==(const FormDict &d) const; // Compare dictionaries for equal
111 const Form *operator [](const char *name) const; // Do a lookup
410 const char *operator[](int index);
427 void operator delete( void *ptr ) {}
442 Component *operator[](int position);
562 // Disable public use of constructor, copy-ctor, operator =, operator
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A Dklass.cpp183 void* Klass_vtbl::operator new(size_t ignored, KlassHandle& klass,
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DnDDS.cpp34 extern void * operator new(size_t size, const char * filename, int linenumber);
35 void * operator new(size_t size) {return operator new(size, "stl", 1);}
61 bool operator < (const FORMATETC &fr, const FORMATETC &fl) {
/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.hpp184 _NOINLINE_ void* operator new(size_t size, address caller_pc = 0);
185 _NOINLINE_ void* operator new (size_t size, const std::nothrow_t& nothrow_constant,
188 void operator delete(void* p);
196 void* operator new(size_t size);
197 void operator delete(void* p);
220 void* operator new(size_t size);
221 void operator delete(void* p);
242 void* operator new(size_t size, AllocFailType alloc_failmode, size_t length);
243 void operator delete(void* p);
323 void* operator ne
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A Dtaskqueue.hpp100 TaskQueueStats & operator +=(const TaskQueueStats & addend);
170 bool operator ==(const Age& other) const { return _data == other._data; }
754 operator oop*() { return (oop*)_holder; }
755 operator narrowOop*() {
759 StarTask& operator=(const StarTask& t) {
763 volatile StarTask& operator=(const volatile StarTask& t) volatile {
782 ObjArrayTask& operator =(const ObjArrayTask& t) {
788 operator =(const volatile ObjArrayTask& t) volatile {
/openjdk7/jdk/src/share/classes/javax/swing/
H A DGroupLayout.java1614 * to {@code operator} to combine the values.
1624 int size = constrain(operator(getSpringSize(getSpring(0), axis,
1627 size = constrain(operator(size, getSpringSize(
1651 abstract int operator(int a, int b); method in class:GroupLayout.Group
2012 int operator(int a, int b) { method in class:GroupLayout.SequentialGroup
2561 int operator(int a, int b) { method in class:GroupLayout.ParallelGroup
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp317 void* operator new(size_t size) {
1565 void* operator new(size_t size) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DCheck.java676 /** Check that usage of diamond operator is correct (i.e. diamond should not
2601 * Return the opcode of the operator but emit an error if it is an
2604 * @param operator an operator
2610 OperatorSymbol operator,
2614 if (operator.opcode == ByteCodes.error) {
2616 "operator.cant.be.applied.1",
2620 return operator.opcode;
2627 * @param operator The operator fo
2609 checkOperator(DiagnosticPosition pos, OperatorSymbol operator, int tag, Type left, Type right) argument
2630 checkDivZero(DiagnosticPosition pos, Symbol operator, Type operand) argument
[all...]
H A DLower.java509 * @param arg The operator's argument.
513 tree.operator = rs.resolveUnaryOperator(
515 tree.type = tree.operator.type.getReturnType();
521 * @param lhs The operator's left argument.
522 * @param rhs The operator's right argument.
526 tree.operator = rs.resolveBinaryOperator(
528 tree.type = tree.operator.type.getReturnType();
534 * @param lhs The operator's left argument.
535 * @param rhs The operator's right argument.
539 tree.operator
835 treeTag(OperatorSymbol operator) argument
[all...]
H A DResolve.java683 boolean operator) {
695 if (operator) return bestSoFar;
711 allowBoxing && operator, useVarargs);
909 boolean operator) {
921 operator,
935 boolean operator,
954 operator);
970 allowBoxing, useVarargs, operator, seen);
1682 /** Resolve operator.
1701 /** Resolve operator
675 selectBest(Env<AttrContext> env, Type site, List<Type> argtypes, List<Type> typeargtypes, Symbol sym, Symbol bestSoFar, boolean allowBoxing, boolean useVarargs, boolean operator) argument
902 findMethod(Env<AttrContext> env, Type site, Name name, List<Type> argtypes, List<Type> typeargtypes, boolean allowBoxing, boolean useVarargs, boolean operator) argument
925 findMethod(Env<AttrContext> env, Type site, Name name, List<Type> argtypes, List<Type> typeargtypes, Type intype, boolean abstractok, Symbol bestSoFar, boolean allowBoxing, boolean useVarargs, boolean operator, Set<TypeSymbol> seen) argument
[all...]

Completed in 443 milliseconds

1234