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

/openjdk9/hotspot/src/share/vm/oops/
H A Doop.hpp180 static inline void encode_store_heap_oop_not_null(oop* p, oop v) { *p = v; } function in class:oopDesc
H A Doop.inline.hpp369 void oopDesc::encode_store_heap_oop_not_null(narrowOop* p, oop v) { function in class:oopDesc

Completed in 91 milliseconds