Searched refs:consts (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.cpp106 CodeSection* cs = cb->consts();
126 assert(_code_section == code()->consts(), "not in consts?");
H A DcodeBuffer.hpp428 CodeSection* consts() { return &_consts; } function in class:CodeBuffer
432 // present sections in order; return NULL at end; consts is #0, etc.
H A DcodeBuffer.cpp168 CodeSection* next_cs = (cs == consts())? NULL: code_section(cs->index()+1);
222 case SECT_CONSTS: return "consts";
634 // CodeBuffer gets the final layout (consts, insts, stubs in order of
696 // even if it's empty (e.g. consts section can be empty).
1049 if (cs != consts())
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_image_proto.h303 const mlib_d64 *consts);
311 const mlib_s32 *consts,
319 const mlib_s32 *consts,
328 const mlib_d64 *consts);
335 const mlib_d64 *consts);
342 const mlib_d64 *consts);
350 const mlib_d64 *consts);
358 const mlib_s32 *consts,
366 const mlib_s32 *consts,
375 const mlib_d64 *consts);
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontconfig.h709 FcNameRegisterConstants (const FcConstant *consts, int nconsts);
712 FcNameUnregisterConstants (const FcConstant *consts, int nconsts);
/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.hpp212 enum consts { top_align = -1, bottom_align = -666 }; enum in class:SuperWord
H A Dcompile.cpp568 buf.consts()->initialize_shared_locs(&locs_buf[lsize * 0], lsize);
3426 assert(temp_addr, "consts section too small");
3432 assert(constant_addr, "consts section too small");
3433 assert((constant_addr - _masm.code()->consts()->start()) == con.offset(), err_msg_res("must be: %d == %d", constant_addr - _masm.code()->consts()->start(), con.offset()));
3502 address* jump_table_base = (address*) (_masm.code()->consts()->start() + offset);
3507 *constant_addr = cb.consts()->target(*labels.at(i), (address) constant_addr);
3508 cb.consts()->relocate((address) constant_addr, relocInfo::internal_word_type);
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp2095 uint consts = num_consts(globals); local
2098 edges = ( leaves > consts ) ? leaves - consts : 0;
2102 if( (edges == 0) && (consts == 0) ) {
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp833 _consts_offset = content_offset() + code_buffer->total_offset_of(code_buffer->consts());
928 LOG_OFFSET(xtty, consts);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp143 return __ code()->consts()->start();
154 return __ code()->consts()->start();

Completed in 106 milliseconds