Searched defs:base (Results 226 - 250 of 291) sorted by relevance

1234567891011>>

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java256 // number of built-in XSTypes we need to create for base and full
462 public void addRedefinedGroupDecl(XSGroupDecl derived, XSGroupDecl base, SimpleLocator locator) { argument
713 public void addRedefinedGroupDecl(XSGroupDecl derived, XSGroupDecl base, SimpleLocator locator) { argument
1092 public void addRedefinedGroupDecl(XSGroupDecl derived, XSGroupDecl base, SimpleLocator locator) { argument
1100 fRedefinedGroupDecls[fRGCount++] = base;
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java71 * property is a URL. If a <BASE> tag is encountered, the base
72 * will become the URL specified by that tag. Because the base URL is
392 * was loaded from a URL. If a base tag is found and
393 * can be parsed, it will be used as the base location.
395 * @return the base location
398 return base;
404 * was loaded from a URL. If a base tag is found and
405 * can be parsed, it will be used as the base location.
406 * <p>This also sets the base of the <code>StyleSheet</code>
407 * to be <code>u</code> as well as the base o
1790 URL base; field in class:HTMLDocument
[all...]
H A DStyleSheet.java479 * Sets the base. All import statements that are relative, will be
480 * relative to <code>base</code>.
484 public void setBase(URL base) { argument
485 this.base = base;
489 * Returns the base.
494 return base;
932 * Sets the base font size, with valid values between 1 and 7.
939 * Sets the base font size from the passed in String. The string
3146 private URL base; field in class:StyleSheet
3178 parse(URL base, Reader r, boolean parseDeclaration, boolean isLink) argument
3308 URL base; field in class:StyleSheet.CssParser
3312 rebaseSizeMap(int base) argument
[all...]
/openjdk7/jdk/src/share/classes/java/net/
H A DURI.java175 * <i>base</i> URI. The resulting URI is constructed from components of both
177 * base URI for those not specified in the original. For hierarchical URIs,
178 * the path of the original is resolved against the path of the base and then
185 * against the base URI <tt>http://java.sun.com/j2se/1.3/</tt> is the result
208 * against the relative base URI (1) yields the normalized, but still relative,
224 * that must be made relative to the base URI of the document wherever
231 * against the base URI
548 * href="#resolve-frag">resolved</a> against a base URI.
978 * <tt>"#foo"</tt>, to be usefully resolved against a base URI.
1987 private static String resolvePath(String base, Strin argument
2018 resolve(URI base, URI child) argument
2109 relativize(URI base, URI child) argument
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp139 // base address, and the section number (e.g., SECT_INSTS) is encoded
787 static jint scaled_offset(address x, address base) { argument
788 int byte_offset = x - base;
790 assert(address_from_scaled_offset(offset, base) == x, "just checkin'");
793 static jint scaled_offset_null_special(address x, address base) { argument
797 assert(x != base, "offset must not be zero");
798 return scaled_offset(x, base);
800 static address address_from_scaled_offset(jint offset, address base) { argument
802 return base + byte_offset;
1189 int _section; // section providing base addres
[all...]
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp483 static volatile jbyte* _byte_map_base; // adjusted card table base for oop store barrier
1561 SET_ ## stackRes(*(T2 *)(((address) arrObj->base(T)) + index * sizeof(T2)), \
1570 SET_ ## stackRes(*(T2 *)(((address) arrObj->base(T)) + index * sizeof(T2)), -1); \
1597 *(T2 *)(((address) arrObj->base(T)) + index * sizeof(T2)) = stackSrc( -1); \
1606 *(T2 *)(((address) arrObj->base(T)) + index * sizeof(T2)) = stackSrc( -1); \
1635 oop* elem_loc = (oop*)(((address) arrObj->base(T_OBJECT)) + index * sizeof(oop));
1636 // *(oop*)(((address) arrObj->base(T_OBJECT)) + index * sizeof(oop)) = rhsObject;
2645 BasicObjectLock* base = istate->monitor_base(); local
2650 if (method_unlock_needed) base--;
2653 while (end < base) {
[all...]
/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.cpp304 // determine base vtable size; without that we cannot create the array klasses
816 // Choose the heap base address and oop encoding mode
822 // HeapBased - Use compressed oops with heap base + encoding.
830 size_t base = 0; local
837 // Return specified base for the first request.
839 base = HeapBaseMinAddress;
845 base = (NarrowOopHeapMax - heap_size);
854 base = (OopEncodingHeapMax - heap_size);
864 if (base != 0 && (base
[all...]
H A Duniverse.hpp363 static void set_narrow_oop_base(address base) { _narrow_oop._base = base; } argument
372 // 2 - Use compressed oops with heap base + encoding.
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.hpp117 intptr_t* base() const { return (intptr_t*) (((char*) this) + sizeof(constantPoolOopDesc)); } function in class:constantPoolOopDesc
140 *(intptr_t*)&base()[which] = s.value();
144 return (oop*) &base()[which];
159 return (jint*) &base()[which];
164 return (jlong*) &base()[which];
169 return (jfloat*) &base()[which];
174 return (jdouble*) &base()[which];
281 return (Symbol**) &base()[which];
397 u8 tmp = Bytes::get_native_u8((address)&base()[which]);
408 u8 tmp = Bytes::get_native_u8((address)&base()[whic
[all...]
H A DgenerateOopMap.cpp729 int base = _max_locals + _max_stack; local
730 int len = base + _monitor_top;
731 for (int i = len - 1; i >= base; i--) {
755 int base = _max_locals + _max_stack; local
756 len = base + _monitor_top;
757 for (int i = base; i < len; i++) {
1750 int base = _max_locals + _max_stack; local
1751 len = base + _monitor_top;
1752 for (i = len - 1; i >= base; i--) {
1909 char sigch = (char)*(signature->base());
[all...]
H A Doop.inline.hpp191 // offset from the heap base. Saving the check for null can save instructions
202 address base = Universe::narrow_oop_base(); local
204 uint64_t pd = (uint64_t)(pointer_delta((void*)v, (void*)base, 1));
218 address base = Universe::narrow_oop_base(); local
220 oop result = (oop)(void*)((uintptr_t)base + ((uintptr_t)v << shift));
/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp1025 if (jt != ft && jt->base() == ft->base()) {
1736 // (Phi (AddP base base y) (AddP base2 base2 y))
1738 // newbase := (Phi base base2)
1749 // i.e. AddP with base == address and same offset as first AddP
1762 Node* base = NULL; local
1765 // If they have a base, use that it.
1771 if (base == NULL)
1772 base
[all...]
H A Dchaitin.cpp268 // derived pointers. This makes base pointers live up to the where the
271 // at all the GC points, and "stretches" the live range of any base pointer
1524 // Helper to stretch above; recursively discover the base Node for a
1532 // See if this happens to be a base.
1547 Node *base = _matcher.mach_null(); local
1548 assert(base != NULL, "sanity");
1549 if (base->in(0) == NULL) {
1553 base->init_req(0, _cfg._root);
1555 startb->_nodes.insert(startb->find_node(C->top()), base );
1556 _cfg._bbs.map( base
1571 Node *base = derived->in(AddPNode::Base); local
1578 Node *base = find_base_for_derived( derived_base_map, derived->in(1),maxlrg); local
1698 Node *base = find_base_for_derived( derived_base_map, derived, maxlrg ); local
[all...]
H A Descape.cpp348 Node* base = get_addp_base(n); local
349 PointsToNode* ptn_base = ptnode_adr(base->_idx);
352 // Note, non-oop fields will have only base edges in Connection
494 Node* base = get_addp_base(adr); local
495 if (base->Opcode() == Op_LoadP &&
496 base->in(MemNode::Address)->is_AddP()) {
497 adr = base->in(MemNode::Address);
569 Node* base = get_addp_base(n); local
570 PointsToNode* ptn_base = ptnode_adr(base->_idx);
571 assert(ptn_base != NULL, "field's base shoul
1284 PointsToNode* base = i.get(); local
1307 add_fields_to_worklist(FieldNode* field, PointsToNode* base) argument
1354 PointsToNode* base = i.get(); local
1439 Node* base = get_addp_base(field->ideal_node()); local
1596 PointsToNode* base = i.get(); local
1639 Node* base = get_addp_base(n); local
1657 PointsToNode* base = i.get(); local
2153 Node *base = addp->in(AddPNode::Base); local
2215 split_AddP(Node *addp, Node *base) argument
2841 Node *base = get_map(jobj->idx()); // CheckCastPP node local
[all...]
H A Dgcm.cpp388 Node* base; local
391 load->as_Mach()->memory_inputs(base, index);
393 assert(base != NodeSentinel && index != NodeSentinel,
394 "unexpected base/index inputs");
398 if (base != NULL) mem_inputs[mem_inputs_length++] = base;
405 // This "load" has more inputs than just the memory, base and index inputs.
1160 if (def != NULL && def->bottom_type()->base() == Type::RawPtr) {
H A DgraphKit.hpp108 // Get base of card map
298 Node* basic_plus_adr(Node* base, Node* ptr, intptr_t offset) { argument
299 return basic_plus_adr(base, ptr, MakeConX(offset));
301 Node* basic_plus_adr(Node* base, intptr_t offset) { argument
302 return basic_plus_adr(base, base, MakeConX(offset));
305 Node* basic_plus_adr(Node* base, Node* offset) { argument
306 return basic_plus_adr(base, base, offset);
308 Node* basic_plus_adr(Node* base, Nod
[all...]
H A Dparse1.cpp1681 PhiNode* base = NULL; local
1691 assert(base != NULL, "");
1692 assert(base->in(0) != NULL, "should not be xformed away");
1693 remerge = MergeMemNode::make(C, base->in(pnum));
1695 base->set_req(pnum, remerge);
1716 base = phi; // delay transforming it
1724 // Transform base last, in case we must fiddle with remerging.
1725 if (base != NULL && pnum == 1) {
1726 record_for_igvn(base);
1727 m->set_base_memory( _gvn.transform_no_reclaim(base) );
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DWindow.java364 private static final String base = "win"; field in class:Window
651 return base + nameCounter++;
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp206 Address(Register base, int disp) argument
207 : _base(base),
213 Address(Register base, Register index, ScaleFactor scale, int disp = 0) argument
214 : _base (base),
222 Address(Register base, RegisterOrConstant index, ScaleFactor scale = times_1, int disp = 0) argument
223 : _base (base),
264 Address(Register base, ByteSize disp) argument
265 : _base(base),
271 Address(Register base, Register index, ScaleFactor scale, ByteSize disp) argument
272 : _base(base),
280 Address(Register base, RegisterOrConstant index, ScaleFactor scale, ByteSize disp) argument
294 Register base() const { return _base; } function in class:VALUE_OBJ_CLASS_SPEC
438 ArrayAddress(AddressLiteral base, Address index) argument
439 AddressLiteral base() { return _base; } function in class:VALUE_OBJ_CLASS_SPEC
[all...]
H A Dc1_LIRGenerator_x86.cpp149 LIR_Address* LIRGenerator::generate_address(LIR_Opr base, LIR_Opr index, argument
151 assert(base->is_register(), "must be");
153 return new LIR_Address(base,
157 return new LIR_Address(base, index, (LIR_Address::Scale)shift, disp, type);
221 void LIRGenerator::cmp_mem_int(LIR_Condition condition, LIR_Opr base, int disp, int c, CodeEmitInfo* info) { argument
222 __ cmp_mem_int(condition, base, disp, c, info);
226 void LIRGenerator::cmp_reg_mem(LIR_Condition condition, LIR_Opr reg, LIR_Opr base, int disp, BasicType type, CodeEmitInfo* info) { argument
227 __ cmp_reg_mem(condition, reg, new LIR_Address(base, disp, type), info);
231 void LIRGenerator::cmp_reg_mem(LIR_Condition condition, LIR_Opr reg, LIR_Opr base, LIR_Opr disp, BasicType type, CodeEmitInfo* info) { argument
232 __ cmp_reg_mem(condition, reg, new LIR_Address(base, dis
[all...]
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c193 static int read_compressed_pointer(jvm_agent_t* J, uint64_t base, uint32_t *ptr) { argument
196 err = ps_pread(J->P, base, &ptr32, sizeof(uint32_t));
201 static int read_pointer(jvm_agent_t* J, uint64_t base, uint64_t* ptr) { argument
207 err = ps_pread(J->P, base, ptr, sizeof(uint64_t));
210 err = ps_pread(J->P, base, &ptr32, sizeof(uint32_t));
218 static int read_string_pointer(jvm_agent_t* J, uint64_t base, const char ** stringp) { argument
224 err = read_pointer(J, base, &ptr);
237 static int parse_vmstruct_entry(jvm_agent_t* J, uint64_t base, VMStructEntry* vmp) { argument
241 err = read_string_pointer(J, base + OFFSET_VMStructEntrytypeName, &vmp->typeName);
243 err = read_string_pointer(J, base
261 uint64_t base; local
1033 uint64_t base; local
1243 uint64_t base = J->curr_fr.sp; local
[all...]
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c193 static int read_compressed_pointer(jvm_agent_t* J, uint64_t base, uint32_t *ptr) { argument
196 err = ps_pread(J->P, base, &ptr32, sizeof(uint32_t));
201 static int read_pointer(jvm_agent_t* J, uint64_t base, uint64_t* ptr) { argument
207 err = ps_pread(J->P, base, ptr, sizeof(uint64_t));
210 err = ps_pread(J->P, base, &ptr32, sizeof(uint32_t));
218 static int read_string_pointer(jvm_agent_t* J, uint64_t base, const char ** stringp) { argument
224 err = read_pointer(J, base, &ptr);
237 static int parse_vmstruct_entry(jvm_agent_t* J, uint64_t base, VMStructEntry* vmp) { argument
241 err = read_string_pointer(J, base + OFFSET_VMStructEntrytypeName, &vmp->typeName);
243 err = read_string_pointer(J, base
261 uint64_t base; local
1033 uint64_t base; local
1243 uint64_t base = J->curr_fr.sp; local
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.cpp149 assert(base()->is_cpu_register(), "wrong base operand");
151 assert(base()->type() == T_OBJECT || base()->type() == T_LONG,
154 assert(base()->is_single_cpu(), "wrong base operand");
156 assert(base()->type() == T_OBJECT || base()->type() == T_INT,
1199 void LIR_List::volatile_load_unsafe_reg(LIR_Opr base, LIR_Opr offset, LIR_Opr dst, BasicType type, CodeEmitInfo* info, LIR_PatchCode patch_code) { argument
1202 LIR_OprFact::address(new LIR_Address(base, offse
1217 store_mem_int(jint v, LIR_Opr base, int offset_in_bytes, BasicType type, CodeEmitInfo* info, LIR_PatchCode patch_code) argument
1228 store_mem_oop(jobject o, LIR_Opr base, int offset_in_bytes, BasicType type, CodeEmitInfo* info, LIR_PatchCode patch_code) argument
1261 volatile_store_unsafe_reg(LIR_Opr src, LIR_Opr base, LIR_Opr offset, BasicType type, CodeEmitInfo* info, LIR_PatchCode patch_code) argument
1316 cmp_mem_int(LIR_Condition condition, LIR_Opr base, int disp, int c, CodeEmitInfo* info) argument
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp133 static address base; member in class:PCRecorder
137 static int index_for(address pc) { return (pc - base)/bucket_size; }
138 static address pc_for(int index) { return base + (index * bucket_size); }
155 address PCRecorder::base = NULL; member in class:PCRecorder
164 base = CodeCache::first_address();
H A Dframe.cpp1186 void frame::check_derived_oop(oop* base, oop* derived) { argument
1187 _check_oop.do_oop(base);

Completed in 2744 milliseconds

1234567891011>>