Home
last modified time | relevance | path

Searched refs:insts_begin (Results 1 – 25 of 137) sorted by relevance

123456

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A DcompiledMethod.hpp256 address insts_begin() const { return code_begin(); } in insts_begin() function in CompiledMethod
260 bool insts_contains(address addr) const { return insts_begin() <= addr && addr < insts_end(); } in insts_contains()
261 …bool insts_contains_inclusive(address addr) const { return insts_begin() <= addr && addr <= insts_… in insts_contains_inclusive()
263 int insts_size() const { return insts_end() - insts_begin(); } in insts_size()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/code/
H A DcompiledMethod.hpp275 address insts_begin() const { return code_begin(); } in insts_begin() function in CompiledMethod
279 bool insts_contains(address addr) const { return insts_begin() <= addr && addr < insts_end(); } in insts_contains()
280 …bool insts_contains_inclusive(address addr) const { return insts_begin() <= addr && addr <= insts_… in insts_contains_inclusive()
282 int insts_size() const { return insts_end() - insts_begin(); } in insts_size()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A DcompiledMethod.hpp256 address insts_begin() const { return code_begin(); } in insts_begin() function in CompiledMethod
260 bool insts_contains(address addr) const { return insts_begin() <= addr && addr < insts_end(); } in insts_contains()
261 …bool insts_contains_inclusive(address addr) const { return insts_begin() <= addr && addr <= insts_… in insts_contains_inclusive()
263 int insts_size() const { return insts_end() - insts_begin(); } in insts_size()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/code/
H A DcompiledMethod.hpp268 address insts_begin() const { return code_begin(); } in insts_begin() function in CompiledMethod
272 bool insts_contains(address addr) const { return insts_begin() <= addr && addr < insts_end(); } in insts_contains()
273 …bool insts_contains_inclusive(address addr) const { return insts_begin() <= addr && addr <= insts_… in insts_contains_inclusive()
275 int insts_size() const { return insts_end() - insts_begin(); } in insts_size()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/code/
H A DcompiledMethod.hpp266 address insts_begin() const { return code_begin(); } in insts_begin() function in CompiledMethod
270 bool insts_contains(address addr) const { return insts_begin() <= addr && addr < insts_end(); } in insts_contains()
271 …bool insts_contains_inclusive(address addr) const { return insts_begin() <= addr && addr <= insts_… in insts_contains_inclusive()
273 int insts_size() const { return insts_end() - insts_begin(); } in insts_size()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/code/
H A DcompiledMethod.hpp272 address insts_begin() const { return code_begin(); } in insts_begin() function in CompiledMethod
276 bool insts_contains(address addr) const { return insts_begin() <= addr && addr < insts_end(); } in insts_contains()
277 …bool insts_contains_inclusive(address addr) const { return insts_begin() <= addr && addr <= insts_… in insts_contains_inclusive()
279 int insts_size() const { return insts_end() - insts_begin(); } in insts_size()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/code/
H A DcompiledMethod.hpp274 address insts_begin() const { return code_begin(); } in insts_begin() function in CompiledMethod
278 bool insts_contains(address addr) const { return insts_begin() <= addr && addr < insts_end(); } in insts_contains()
279 …bool insts_contains_inclusive(address addr) const { return insts_begin() <= addr && addr <= insts_… in insts_contains_inclusive()
281 int insts_size() const { return insts_end() - insts_begin(); } in insts_size()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/code/
H A DcompiledMethod.hpp274 address insts_begin() const { return code_begin(); } in insts_begin() function in CompiledMethod
278 bool insts_contains(address addr) const { return insts_begin() <= addr && addr < insts_end(); } in insts_contains()
279 …bool insts_contains_inclusive(address addr) const { return insts_begin() <= addr && addr <= insts_… in insts_contains_inclusive()
281 int insts_size() const { return insts_end() - insts_begin(); } in insts_size()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A DnativeInst_sparc.cpp219 nc = nativeCall_at( cb.insts_begin() ); in test()
224 nc->set_destination( cb.insts_begin() + offsets[idx] ); in test()
225 assert(nc->destination() == (cb.insts_begin() + offsets[idx]), "check unit test"); in test()
229 nc = nativeCall_before( cb.insts_begin() + 8 ); in test()
381 nm = nativeMovConstReg_at( cb.insts_begin() ); in test()
556 nm = nativeMovConstRegPatching_at( cb.insts_begin() ); in test()
684 nm = nativeMovRegMem_at( cb.insts_begin() ); in test()
764 nj = nativeJump_at( cb.insts_begin() ); in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/sparc/
H A DnativeInst_sparc.cpp221 nc = nativeCall_at( cb.insts_begin() ); in test()
226 nc->set_destination( cb.insts_begin() + offsets[idx] ); in test()
227 assert(nc->destination() == (cb.insts_begin() + offsets[idx]), "check unit test"); in test()
231 nc = nativeCall_before( cb.insts_begin() + 8 ); in test()
383 nm = nativeMovConstReg_at( cb.insts_begin() ); in test()
558 nm = nativeMovConstRegPatching_at( cb.insts_begin() ); in test()
686 nm = nativeMovRegMem_at( cb.insts_begin() ); in test()
766 nj = nativeJump_at( cb.insts_begin() ); in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A DnativeInst_sparc.cpp219 nc = nativeCall_at( cb.insts_begin() ); in test()
224 nc->set_destination( cb.insts_begin() + offsets[idx] ); in test()
225 assert(nc->destination() == (cb.insts_begin() + offsets[idx]), "check unit test"); in test()
229 nc = nativeCall_before( cb.insts_begin() + 8 ); in test()
381 nm = nativeMovConstReg_at( cb.insts_begin() ); in test()
556 nm = nativeMovConstRegPatching_at( cb.insts_begin() ); in test()
684 nm = nativeMovRegMem_at( cb.insts_begin() ); in test()
764 nj = nativeJump_at( cb.insts_begin() ); in test()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/sparc/
H A DnativeInst_sparc.cpp221 nc = nativeCall_at( cb.insts_begin() ); in test()
226 nc->set_destination( cb.insts_begin() + offsets[idx] ); in test()
227 assert(nc->destination() == (cb.insts_begin() + offsets[idx]), "check unit test"); in test()
231 nc = nativeCall_before( cb.insts_begin() + 8 ); in test()
383 nm = nativeMovConstReg_at( cb.insts_begin() ); in test()
558 nm = nativeMovConstRegPatching_at( cb.insts_begin() ); in test()
686 nm = nativeMovRegMem_at( cb.insts_begin() ); in test()
766 nj = nativeJump_at( cb.insts_begin() ); in test()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.cpp222 nc = nativeCall_at( cb.insts_begin() ); in test()
227 nc->set_destination( cb.insts_begin() + offsets[idx] ); in test()
228 assert(nc->destination() == (cb.insts_begin() + offsets[idx]), "check unit test"); in test()
232 nc = nativeCall_before( cb.insts_begin() + 8 ); in test()
407 nm = nativeMovConstReg_at( cb.insts_begin() ); in test()
529 nm = nativeMovConstRegPatching_at( cb.insts_begin() ); in test()
665 nm = nativeMovRegMem_at( cb.insts_begin() ); in test()
809 nm = nativeMovRegMemPatching_at( cb.insts_begin() ); in test()
898 nj = nativeJump_at( cb.insts_begin() ); in test()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.cpp222 nc = nativeCall_at( cb.insts_begin() ); in test()
227 nc->set_destination( cb.insts_begin() + offsets[idx] ); in test()
228 assert(nc->destination() == (cb.insts_begin() + offsets[idx]), "check unit test"); in test()
232 nc = nativeCall_before( cb.insts_begin() + 8 ); in test()
407 nm = nativeMovConstReg_at( cb.insts_begin() ); in test()
529 nm = nativeMovConstRegPatching_at( cb.insts_begin() ); in test()
665 nm = nativeMovRegMem_at( cb.insts_begin() ); in test()
809 nm = nativeMovRegMemPatching_at( cb.insts_begin() ); in test()
898 nj = nativeJump_at( cb.insts_begin() ); in test()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/sparc/
H A DnativeInst_sparc.cpp221 nc = nativeCall_at( cb.insts_begin() ); in test()
226 nc->set_destination( cb.insts_begin() + offsets[idx] ); in test()
227 assert(nc->destination() == (cb.insts_begin() + offsets[idx]), "check unit test"); in test()
231 nc = nativeCall_before( cb.insts_begin() + 8 ); in test()
383 nm = nativeMovConstReg_at( cb.insts_begin() ); in test()
558 nm = nativeMovConstRegPatching_at( cb.insts_begin() ); in test()
695 nm = nativeMovRegMem_at( cb.insts_begin() ); in test()
775 nj = nativeJump_at( cb.insts_begin() ); in test()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/code/
H A Dnmethod.hpp356 address trap_address() const { return insts_begin() + _trap_offset; } in trap_address()
377 …address insts_begin () const { return header_begin() + code_offset()… in insts_begin() function in nmethod
404 …onst { return insts_end () - insts_begin (); } in insts_size()
422 …bool insts_contains (address addr) const { return insts_begin () <= addr && addr < i… in insts_contains()
H A Dnmethod.cpp1590 ((SharkCompiler *) compiler())->free_compiled_method(insts_begin()); in flush()
1668 insts_begin(), insts_size()); in post_compiled_method_load_event()
1677 insts_begin(), insts_size()); in post_compiled_method_load_event()
1724 _jmethod_id, insts_begin()); in post_compiled_method_unload()
2900 insts_begin(), in print()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/code/
H A Dnmethod.hpp356 address trap_address() const { return insts_begin() + _trap_offset; } in trap_address()
377 …address insts_begin () const { return header_begin() + code_offset()… in insts_begin() function in nmethod
404 …onst { return insts_end () - insts_begin (); } in insts_size()
422 …bool insts_contains (address addr) const { return insts_begin () <= addr && addr < i… in insts_contains()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DabstractInterpreter.cpp225 Disassembler::decode(buffer.insts_begin(), buffer.insts_end()); in update_cds_entry_table()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DabstractInterpreter.cpp225 Disassembler::decode(buffer.insts_begin(), buffer.insts_end()); in update_cds_entry_table()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/interpreter/
H A DabstractInterpreter.cpp224 Disassembler::decode(buffer.insts_begin(), buffer.insts_end()); in update_cds_entry_table()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/interpreter/
H A DabstractInterpreter.cpp228 Disassembler::decode(buffer.insts_begin(), buffer.insts_end()); in update_cds_entry_table()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/interpreter/
H A DabstractInterpreter.cpp232 Disassembler::decode(buffer.insts_begin(), buffer.insts_end()); in generate_entry_for_cds_method()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/interpreter/
H A DabstractInterpreter.cpp223 Disassembler::decode(buffer.insts_begin(), buffer.insts_end()); in update_cds_entry_table()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/interpreter/
H A DabstractInterpreter.cpp228 Disassembler::decode(buffer.insts_begin(), buffer.insts_end()); in update_cds_entry_table()

123456