Searched refs:insts_begin (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.cpp222 nc = nativeCall_at( cb.insts_begin() );
227 nc->set_destination( cb.insts_begin() + offsets[idx] );
228 assert(nc->destination() == (cb.insts_begin() + offsets[idx]), "check unit test");
232 nc = nativeCall_before( cb.insts_begin() + 8 );
397 nm = nativeMovConstReg_at( cb.insts_begin() );
509 nm = nativeMovConstRegPatching_at( cb.insts_begin() );
645 nm = nativeMovRegMem_at( cb.insts_begin() );
789 nm = nativeMovRegMemPatching_at( cb.insts_begin() );
878 nj = nativeJump_at( cb.insts_begin() );
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp324 address trap_address() const { return insts_begin() + _trap_offset; }
345 address insts_begin () const { return header_begin() + code_offset() ; } function in class:nmethod
369 int insts_size () const { return insts_end () - insts_begin (); }
382 bool insts_contains (address addr) const { return insts_begin () <= addr && addr < insts_end (); }
H A Dnmethod.cpp1416 ((SharkCompiler *) compiler())->free_compiled_method(insts_begin());
1501 insts_begin(), insts_size());
1510 insts_begin(), insts_size());
1557 _jmethod_id, insts_begin());
2408 insts_begin(),
H A DrelocInfo.cpp160 _section_start[CodeBuffer::SECT_INSTS ] = nm->insts_begin() ;
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp466 address insts_begin() const { return _insts.start(); } function in class:CodeBuffer
H A DcodeBuffer.cpp104 assert((uintptr_t)insts_begin() % CodeEntryAlignment == 0, "instruction start not code entry aligned");
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp1087 memcpy(handler, buffer->insts_begin(), insts_size);
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp847 mh->_from_interpreted_entry = code->insts_begin();
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.cpp707 _code_data = nm->insts_begin();

Completed in 75 milliseconds