Searched defs:set_char_at (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DnativeInst_aarch64.hpp93 void set_char_at(int offset, char c) { *addr_at(offset) = (u_char)c; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk9/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp86 void set_char_at(int offset, char c) { *addr_at(offset) = (u_char)c; wrote(offset); } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 41 milliseconds