OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_region
(Results
1 - 4
of
4
) sorted by null
/art/compiler/sea_ir/debug/
dot_gen.cc
35
Region*
current_region
= ordered_regions_.at(id);
local
36
const std::set<Region*>* dominated_regions =
current_region
->GetIDominatedSet();
/art/compiler/sea_ir/ir/
sea.cc
61
void SeaGraph::ComputeRPO(Region*
current_region
, int& current_rpo) {
62
current_region
->SetRPO(VISITING);
63
std::vector<sea_ir::Region*>* succs =
current_region
->GetSuccessors();
70
current_region
->SetRPO(current_rpo--);
/art/compiler/sea_ir/code_gen/
code_gen.cc
50
Region*
current_region
= ordered_regions_.at(id);
local
51
const std::set<Region*>* dominated_regions =
current_region
->GetIDominatedSet();
/external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.cc
365
base::win::ScopedRegion
current_region
(::CreateRectRgn(0, 0, 0, 0));
366
int current_region_result = ::GetWindowRgn(native_window,
current_region
);
373
!::EqualRgn(
current_region
, new_region)) {
Completed in 703 milliseconds