Searched defs:relocate (Results 1 - 6 of 6) sorted by relevance

/openjdk10/jdk/test/java/net/httpclient/http2/jdk.incubator.httpclient/jdk/incubator/http/internal/hpack/
H A DBuffersTestingKit.java46 public static ByteBuffer relocate(ByteBuffer buffer, int newPosition, method in class:BuffersTestingKit
/openjdk10/hotspot/src/share/vm/asm/
H A Dassembler.hpp321 void relocate(RelocationHolder const& rspec, int format = 0) { function in class:AbstractAssembler
327 void relocate( relocInfo::relocType rtype, int format = 0) { function in class:AbstractAssembler
H A DcodeBuffer.cpp309 void CodeSection::relocate(address at, relocInfo::relocType rtype, int format, jint method_index) { function in class:CodeSection
334 void CodeSection::relocate(address at, RelocationHolder const& spec, int format) { function in class:CodeSection
H A DcodeBuffer.hpp601 void relocate(address at, RelocationHolder const& rspec, int format = 0) { function in class:CodeBuffer
604 void relocate(address at, relocInfo::relocType rtype, int format = 0) { function in class:CodeBuffer
/openjdk10/hotspot/src/share/vm/runtime/
H A Drelocator.cpp56 void relocate(int break_bci, int delta) { if (_bci > break_bci) { _bci += delta; } } function in class:ChangeItem
H A DsharedRuntime.cpp2757 void AdapterHandlerEntry::relocate(address new_base) { function in class:AdapterHandlerEntry

Completed in 256 milliseconds