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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp213 void insert_pre_barrier(Node* base_oop, Node* offset, Node* pre_val, bool need_mem_bar);
2135 void LibraryCallKit::insert_pre_barrier(Node* base_oop, Node* offset, argument
2157 const TypeOopPtr* btype = base_oop->bottom_type()->isa_oopptr();
2166 // Can the klass of base_oop be statically determined to be
2177 // The compile time filters did not reject base_oop/offset so
2199 Node* is_instof = gen_instanceof(base_oop, ref_klass_con);
2205 // is_instof == 0 if base_oop == NULL

Completed in 1075 milliseconds