OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gota
(Results
1 - 2
of
2
) sorted by null
/art/compiler/optimizing/
pretty_printer.h
130
void VisitGoto(HGoto*
gota
) OVERRIDE {
132
PrintInt(
gota
->GetId());
nodes.cc
486
HInstruction*
gota
= entry_block_->GetLastInstruction();
local
487
if (
gota
!= nullptr &&
gota
->IsGoto()) {
488
HInstruction* suspend_check =
gota
->GetPrevious();
492
insert_before =
gota
;
[
all
...]
Completed in 54 milliseconds