Searched refs:wide (Results 26 - 40 of 40) sorted by relevance

12

/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DInstructionAssembler.java55 assert ("wide".equals(bcNames[WIDE]));
83 isWide[id] = true; // force wide format
96 insCount = id; // maybe we deleted some wide prefixes, etc.
211 loc++; // 'wide' opcode prefix
277 fixup += GOTO_W_LEN; //branch around a wide goto
363 boolean wide = isWide[id];
364 if (wide) {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp796 int LIR_Assembler::store(LIR_Opr from_reg, Register base, int offset, BasicType type, bool wide, bool unaligned) { argument
802 store_offset = store(from_reg, base, O7, type, wide);
835 if (UseCompressedOops && !wide) {
866 int LIR_Assembler::store(LIR_Opr from_reg, Register base, Register disp, BasicType type, bool wide) { argument
891 if (UseCompressedOops && !wide) {
908 int LIR_Assembler::load(Register base, int offset, LIR_Opr to_reg, BasicType type, bool wide, bool unaligned) { argument
915 load_offset = load(base, O7, to_reg, type, wide);
956 if (UseCompressedOops && !wide) {
987 int LIR_Assembler::load(Register base, Register disp, LIR_Opr to_reg, BasicType type, bool wide) { argument
999 if (UseCompressedOops && !wide) {
1088 const2mem(LIR_Opr src, LIR_Opr dest, BasicType type, CodeEmitInfo* info, bool wide) argument
1346 mem2reg(LIR_Opr src_opr, LIR_Opr dest, BasicType type, LIR_PatchCode patch_code, CodeEmitInfo* info, bool wide, bool unaligned) argument
1493 reg2mem(LIR_Opr from_reg, LIR_Opr dest, BasicType type, LIR_PatchCode patch_code, CodeEmitInfo* info, bool pop_fpu_stack, bool wide, bool unaligned) argument
[all...]
H A DtemplateTable_sparc.cpp303 void TemplateTable::ldc(bool wide) { argument
307 if (wide) {
334 __ set(wide, O1);
371 void TemplateTable::fast_aldc(bool wide) { argument
388 resolve_cache_and_index(f12_oop, Otos_i, Rcache, Rscratch, wide ? sizeof(u2) : sizeof(u1));
463 // offset is 2, not 1, because Lbcp points to wide prefix code
1611 // get (wide) offset to O1_disp
3849 void TemplateTable::wide() {
3858 // Note: the Lbcp increment step is part of the individual wide bytecode implementations
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.hpp87 static void ldc (JavaThread* thread, bool wide);
H A DinterpreterRuntime.cpp113 IRT_ENTRY(void, InterpreterRuntime::ldc(JavaThread* thread, bool wide))
116 int index = wide ? get_index_u2(thread, Bytecodes::_ldc_w) : get_index_u1(thread, Bytecodes::_ldc);
H A DbytecodeInterpreter.cpp2089 bool wide = false; local
2096 wide = true;
2122 CALL_VM(InterpreterRuntime::ldc(THREAD, wide), handle_exception);
H A DtemplateTable.cpp194 // make sure that wide instructions have a vtos entry point
196 // extra set of 5 dispatch tables for the wide instructions - for simplicity
198 assert(in == vtos || !is_wide, "wide instructions have vtos entry point only");
457 def(Bytecodes::_wide , ubcp|disp|____|____, vtos, vtos, wide , _ );
464 // wide Java spec bytecodes
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.cpp796 void LIR_Assembler::move_op(LIR_Opr src, LIR_Opr dest, BasicType type, LIR_PatchCode patch_code, CodeEmitInfo* info, bool pop_fpu_stack, bool unaligned, bool wide) { argument
805 reg2mem(src, dest, type, patch_code, info, pop_fpu_stack, wide, unaligned);
828 const2mem(src, dest, type, info, wide);
834 mem2reg(src, dest, type, patch_code, info, wide, unaligned);
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextTests.java157 AffineTransform wide = AffineTransform.getScaleInstance(2, .8);
188 "smsc", "lgsc", "wide", "tall",
210 sm_scale, lg_scale, wide, tall,
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DCode.java864 case wide:
914 emitop(wide);
961 emitop(wide);
2187 mnem[wide] = "wide";
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp758 void LIR_Assembler::const2mem(LIR_Opr src, LIR_Opr dest, BasicType type, CodeEmitInfo* info, bool wide) { argument
778 if (UseCompressedOops && !wide) {
790 if (UseCompressedOops && !wide) {
974 void LIR_Assembler::reg2mem(LIR_Opr src, LIR_Opr dest, BasicType type, LIR_PatchCode patch_code, CodeEmitInfo* info, bool pop_fpu_stack, bool wide, bool /* unaligned */) { argument
982 if (UseCompressedOops && !wide) {
1023 if (UseCompressedOops && !wide) {
1174 void LIR_Assembler::mem2reg(LIR_Opr src, LIR_Opr dest, BasicType type, LIR_PatchCode patch_code, CodeEmitInfo* info, bool wide, bool /* unaligned */) { argument
1230 if (UseCompressedOops && !wide) {
1335 if (UseCompressedOops && !wide) {
H A DtemplateTable_x86_32.cpp350 void TemplateTable::ldc(bool wide) { argument
354 if (wide) {
385 __ movl(rcx, wide);
432 void TemplateTable::fast_aldc(bool wide) { argument
449 resolve_cache_and_index(f12_oop, rax, cache, index, wide ? sizeof(u2) : sizeof(u1));
3681 void TemplateTable::wide() { function in class:TemplateTable
3686 // Note: the rsi increment step is part of the individual wide bytecode implementations
H A DtemplateTable_x86_64.cpp364 void TemplateTable::ldc(bool wide) { argument
368 if (wide) {
399 __ movl(c_rarg1, wide);
449 void TemplateTable::fast_aldc(bool wide) { argument
466 resolve_cache_and_index(f12_oop, rax, cache, index, wide ? sizeof(u2) : sizeof(u1));
3773 void TemplateTable::wide() { function in class:TemplateTable
3778 // Note: the r13 increment step is part of the individual wide
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME26 This directory contains source code to perform a wide variety of image
/openjdk7/jdk/test/java/lang/invoke/indify/
H A DIndify.java1731 "monitorexit$L wide=* multianewarray=bkcx ifnull=boo "+
1740 assert(insns[opc_wide].startsWith("wide"));
1785 int wide; field in class:Indify.Instruction
1802 this.wide = 0;
1839 if (len == 0) throw new RuntimeException("misplaced wide bytecode: "+bc);

Completed in 163 milliseconds

12