OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTPVisitor
(Results
1 - 2
of
2
) sorted by null
/art/compiler/optimizing/
reference_type_propagation.cc
72
class ReferenceTypePropagation::
RTPVisitor
: public HGraphDelegateVisitor {
74
RTPVisitor
(HGraph* graph,
157
RTPVisitor
visitor(graph_, hint_dex_cache_, &handle_cache_, &worklist_, is_first_run_);
176
RTPVisitor
visitor(graph_, hint_dex_cache_, &handle_cache_, &worklist_, is_first_run_);
435
void ReferenceTypePropagation::
RTPVisitor
::SetClassAsTypeInfo(HInstruction* instr,
448
// but then we would need to pass it to
RTPVisitor
just for this debug check. Since
472
void ReferenceTypePropagation::
RTPVisitor
::UpdateReferenceTypeInfo(HInstruction* instr,
484
void ReferenceTypePropagation::
RTPVisitor
::VisitNewInstance(HNewInstance* instr) {
488
void ReferenceTypePropagation::
RTPVisitor
::VisitNewArray(HNewArray* instr) {
502
void ReferenceTypePropagation::
RTPVisitor
::VisitParameterValue(HParameterValue* instr)
[
all
...]
reference_type_propagation.h
71
class
RTPVisitor
;
Completed in 839 milliseconds