Searched refs:base_offset (Results 1 - 20 of 20) sorted by relevance

/openjdk7/jdk/src/share/bin/
H A Dparse_manifest.c221 int base_offset; local
239 if ((base_offset = find_end(fd, bp)) == -1) {
258 base_offset = base_offset - ENDSIZ(p) - ENDOFF(p);
270 if (lseek(fd, base_offset + ENDOFF(p), SEEK_SET) < (off_t)0) {
322 if (lseek(fd, base_offset + CENOFF(p), SEEK_SET) < (off_t)0) {
336 entry->offset = base_offset + CENOFF(p) + LOCHDR +
/openjdk7/hotspot/src/share/vm/runtime/
H A DreflectionUtils.cpp75 offset = sun_reflect_UnsafeStaticFieldAccessorImpl::base_offset();
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dstack_zero.hpp112 static ByteSize base_offset() {
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBuilder.cpp76 ByteSize base_offset,
85 LLVMValue::intptr_constant(in_bytes(base_offset)), offset);
95 ByteSize base_offset,
102 base_offset, index, name);
73 CreateArrayAddress(Value* arrayoop, const Type* element_type, int element_bytes, ByteSize base_offset, Value* index, const char* name) argument
93 CreateArrayAddress(Value* arrayoop, BasicType basic_type, ByteSize base_offset, Value* index, const char* name) argument
H A DsharkBuilder.hpp73 ByteSize base_offset,
78 ByteSize base_offset,
H A DsharkStack.hpp82 ZeroStack::base_offset(),
/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.hpp404 ConstantPoolCacheEntry* base() const { return (ConstantPoolCacheEntry*)((address)this + in_bytes(base_offset())); }
480 static ByteSize base_offset() { return in_ByteSize(sizeof(constantPoolCacheOopDesc)); } function in class:constantPoolCacheOopDesc
485 return (base_offset() + ConstantPoolCacheEntry::size_in_bytes() * index);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp360 const int base_offset = constantPoolOopDesc::header_size() * wordSize; local
394 __ fld_s( Address(rcx, rbx, Address::times_ptr, base_offset));
416 __ movl(rax, Address(rcx, rbx, Address::times_ptr, base_offset));
420 __ movptr(rax, Address(rcx, rbx, Address::times_ptr, base_offset));
478 const int base_offset = constantPoolOopDesc::header_size() * wordSize; local
485 __ fld_d( Address(rcx, rbx, Address::times_ptr, base_offset));
491 __ movptr(rax, Address(rcx, rbx, Address::times_ptr, base_offset + 0 * wordSize));
492 NOT_LP64(__ movptr(rdx, Address(rcx, rbx, Address::times_ptr, base_offset + 1 * wordSize)));
2098 __ movptr(result, Address(Rcache, index, Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::f1_offset()));
2133 __ movptr(result, Address(Rcache, index, Address::times_ptr, constantPoolCacheOopDesc::base_offset()
[all...]
H A DtemplateTable_x86_64.cpp375 const int base_offset = constantPoolOopDesc::header_size() * wordSize; local
409 __ movflt(xmm0, Address(rcx, rbx, Address::times_8, base_offset));
431 __ movl(rax, Address(rcx, rbx, Address::times_8, base_offset));
436 __ movptr(rax, Address(rcx, rbx, Address::times_8, base_offset));
497 const int base_offset = constantPoolOopDesc::header_size() * wordSize; local
505 __ movdbl(xmm0, Address(rcx, rbx, Address::times_8, base_offset));
511 __ movq(rax, Address(rcx, rbx, Address::times_8, base_offset));
2140 __ movptr(result, Address(Rcache, index, Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::f1_offset()));
2188 __ movptr(result, Address(Rcache, index, Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::f1_offset()));
2201 ByteSize cp_base_offset = constantPoolCacheOopDesc::base_offset();
[all...]
H A DtemplateInterpreter_x86_32.cpp204 Address::times_ptr, constantPoolCacheOopDesc::base_offset() +
691 Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::indices_offset()));
701 Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::f2_offset()));
705 Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::flags_offset()));
H A DtemplateInterpreter_x86_64.cpp188 in_bytes(constantPoolCacheOopDesc::base_offset()) +
658 constantPoolCacheOopDesc::base_offset() +
670 constantPoolCacheOopDesc::base_offset() +
677 constantPoolCacheOopDesc::base_offset() +
H A Dinterp_masm_x86_32.cpp254 movptr(bytecode, Address(cache, index, Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::indices_offset()));
275 addptr(cache, in_bytes(constantPoolCacheOopDesc::base_offset()));
H A Dinterp_masm_x86_64.cpp257 movl(bytecode, Address(cache, index, Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::indices_offset()));
280 addptr(cache, in_bytes(constantPoolCacheOopDesc::base_offset()));
H A DcppInterpreter_x86.cpp852 Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::indices_offset()));
862 Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::f2_offset()));
866 Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::flags_offset()));
H A Dassembler_x86.cpp11212 int base_offset = arrayOopDesc::base_offset_in_bytes(T_CHAR); local
11237 lea(ary1, Address(ary1, base_offset));
11238 lea(ary2, Address(ary2, base_offset));
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp314 const int base_offset = constantPoolOopDesc::header_size() * wordSize; local
331 __ delayed()->add(O0, base_offset, O0);
340 // __ add(O0, base_offset, O0);
419 const int base_offset = constantPoolOopDesc::header_size() * wordSize; local
434 __ ldf(FloatRegisterImpl::D, G3_scratch, base_offset, Ftos_d);
437 __ ldf(FloatRegisterImpl::S, G3_scratch, base_offset, f);
438 __ ldf(FloatRegisterImpl::S, G3_scratch, base_offset + sizeof(jdouble)/2,
446 __ ldx(G3_scratch, base_offset, Otos_l);
448 __ ld(G3_scratch, base_offset, Otos_l);
449 __ ld(G3_scratch, base_offset
[all...]
H A DtemplateInterpreter_sparc.cpp197 __ ld_ptr(cache, constantPoolCacheOopDesc::base_offset() +
683 ByteSize cp_base_offset = constantPoolCacheOopDesc::base_offset();
H A Dinterp_masm_sparc.cpp768 ld_ptr(cache, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::indices_offset(), bytecode);
793 add(tmp, in_bytes(constantPoolCacheOopDesc::base_offset()), tmp);
H A DcppInterpreter_sparc.cpp502 ByteSize cp_base_offset = constantPoolCacheOopDesc::base_offset();
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.hpp740 static int base_offset() { function in class:sun_reflect_UnsafeStaticFieldAccessorImpl

Completed in 250 milliseconds