Searched refs:method_data_addressing (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DparseHelper.cpp355 //----------------------------method_data_addressing---------------------------
356 Node* Parse::method_data_addressing(ciMethodData* md, ciProfileData* data, ByteSize counter_offset, Node* idx, uint stride) { function in class:Parse
381 Node* adr_node = method_data_addressing(md, data, counter_offset, idx, stride);
391 Node* adr_node = method_data_addressing(md, data, counter_offset);
401 Node* adr_node = method_data_addressing(md, data, DataLayout::flags_offset());
513 Node* method_data = method_data_addressing(md, rdata, in_ByteSize(0));
H A Dparse.hpp558 Node* method_data_addressing(ciMethodData* md, ciProfileData* data, ByteSize offset, Node* idx = NULL, uint stride = 0);

Completed in 34 milliseconds