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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp44 class ScopeData: public CompilationResourceObj { class in class:VALUE_OBJ_CLASS_SPEC
46 ScopeData* _parent;
72 // Was this ScopeData created only for the parsing and inlining of
104 ScopeData(ScopeData* parent);
106 ScopeData* parent() const { return _parent; }
140 // Indicates whether this ScopeData was pushed only for the
148 // Must be called after scope is set up for jsr ScopeData
172 ScopeData* _scope_data; // Per-scope data; used for inlining
189 ScopeData* scope_dat
[all...]
H A Dc1_GraphBuilder.cpp662 // Implementation of GraphBuilder's ScopeData
664 GraphBuilder::ScopeData::ScopeData(ScopeData* parent) function in class:GraphBuilder::ScopeData
699 BlockBegin* GraphBuilder::ScopeData::block_at(int bci) {
738 XHandlers* GraphBuilder::ScopeData::xhandlers() const {
748 void GraphBuilder::ScopeData::set_scope(IRScope* scope) {
758 void GraphBuilder::ScopeData::set_inline_cleanup_info(BlockBegin* block,
767 void GraphBuilder::ScopeData::add_to_work_list(BlockBegin* block) {
811 BlockBegin* GraphBuilder::ScopeData
[all...]

Completed in 37 milliseconds