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

/openjdk7/hotspot/src/share/vm/opto/
H A Dvectornode.hpp369 virtual BasicType memory_type() const { return T_VOID; } function in class:LoadVectorNode
394 virtual BasicType memory_type() const { return T_VOID; } function in class:StoreVectorNode
H A Dmemnode.hpp110 virtual BasicType memory_type() const = 0;
113 return type2aelembytes(memory_type(), true);
115 return type2aelembytes(memory_type());
220 virtual BasicType memory_type() const { return T_BYTE; } function in class:LoadBNode
234 virtual BasicType memory_type() const { return T_BYTE; } function in class:LoadUBNode
248 virtual BasicType memory_type() const { return T_CHAR; } function in class:LoadUSNode
262 virtual BasicType memory_type() const { return T_SHORT; } function in class:LoadSNode
274 virtual BasicType memory_type() const { return T_INT; } function in class:LoadINode
310 virtual BasicType memory_type() const { return T_LONG; } function in class:LoadLNode
339 virtual BasicType memory_type() cons function in class:LoadFNode
351 virtual BasicType memory_type() const { return T_DOUBLE; } function in class:LoadDNode
372 virtual BasicType memory_type() const { return T_ADDRESS; } function in class:LoadPNode
395 virtual BasicType memory_type() const { return T_NARROWOOP; } function in class:LoadNNode
433 virtual BasicType memory_type() const { return T_NARROWOOP; } function in class:LoadNKlassNode
497 virtual BasicType memory_type() const { return T_BYTE; } function in class:StoreBNode
507 virtual BasicType memory_type() const { return T_CHAR; } function in class:StoreCNode
516 virtual BasicType memory_type() const { return T_INT; } function in class:StoreINode
537 virtual BasicType memory_type() const { return T_LONG; } function in class:StoreLNode
554 virtual BasicType memory_type() const { return T_FLOAT; } function in class:StoreFNode
563 virtual BasicType memory_type() const { return T_DOUBLE; } function in class:StoreDNode
572 virtual BasicType memory_type() const { return T_ADDRESS; } function in class:StorePNode
581 virtual BasicType memory_type() const { return T_NARROWOOP; } function in class:StoreNNode
610 virtual BasicType memory_type() const { return T_VOID; } // unspecific function in class:StoreCMNode
[all...]

Completed in 38 milliseconds