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

/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.hpp73 BitMap _normal_exit; member in class:MethodLiveness::BasicBlock
102 // our _normal_exit member.
H A DmethodLiveness.cpp581 _normal_exit((uintptr_t*)analyzer->arena()->Amalloc(BytesPerWord * analyzer->bit_map_size_words()),
593 _normal_exit.clear();
964 _entry.set_union(_normal_exit);
993 return _normal_exit.set_union_with_result(other);
1028 answer.set_union(_normal_exit);
1059 _normal_exit.print_on(os);

Completed in 31 milliseconds