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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp591 set_instruction(value);
598 set_instruction(NULL);
601 void set_instruction(Value value) { function in class:LIRItem
H A Dc1_LIRGenerator.cpp1946 length.set_instruction(x->length());
2096 idx.set_instruction(x->index());
2206 idx.set_instruction(x->index());
/openjdk9/hotspot/src/cpu/ppc/vm/
H A Dc1_LIRGenerator_ppc.cpp361 length.set_instruction(x->length());
/openjdk9/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp345 length.set_instruction(x->length());
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRGenerator_aarch64.cpp331 length.set_instruction(x->length());
/openjdk9/hotspot/src/cpu/s390/vm/
H A Dc1_LIRGenerator_s390.cpp291 length.set_instruction(x->length());
H A Dassembler_s390.hpp1312 static void set_instruction(unsigned char *pc, unsigned long instr, unsigned int len) { function in class:Assembler
H A DmacroAssembler_s390.cpp1892 set_instruction(branch, patched_branch(target, stub_inst, branch), inst_len);
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp283 length.set_instruction(x->length());
/openjdk9/hotspot/src/cpu/arm/vm/
H A Dc1_LIRGenerator_arm.cpp565 length.set_instruction(x->length());

Completed in 113 milliseconds