HomeSort by relevance Sort by last modified time
    Searched refs:ReferenceTypePropagation (Results 1 - 6 of 6) sorted by null

  /art/compiler/optimizing/
reference_type_propagation.cc 54 ReferenceTypeInfo::TypeHandle ReferenceTypePropagation::HandleCache::GetObjectClassHandle() {
58 ReferenceTypeInfo::TypeHandle ReferenceTypePropagation::HandleCache::GetClassClassHandle() {
62 ReferenceTypeInfo::TypeHandle ReferenceTypePropagation::HandleCache::GetStringClassHandle() {
66 ReferenceTypeInfo::TypeHandle ReferenceTypePropagation::HandleCache::GetThrowableClassHandle() {
70 class ReferenceTypePropagation::RTPVisitor : public HGraphDelegateVisitor {
140 ReferenceTypePropagation::ReferenceTypePropagation(HGraph* graph,
153 void ReferenceTypePropagation::ValidateTypes() {
180 void ReferenceTypePropagation::Visit(HInstruction* instruction) {
344 void ReferenceTypePropagation::Run()
    [all...]
reference_type_propagation.h 31 class ReferenceTypePropagation : public HOptimization {
33 ReferenceTypePropagation(HGraph* graph,
112 DISALLOW_COPY_AND_ASSIGN(ReferenceTypePropagation);
reference_type_propagation_test.cc 28 * Fixture class for unit testing the ReferenceTypePropagation phase. Used to verify the
39 propagation_ = new (GetAllocator()) ReferenceTypePropagation(graph_,
71 ReferenceTypePropagation* propagation_;
select_generator.cc 148 ReferenceTypePropagation::FixUpInstructionType(select, handle_scope_);
inliner.cc     [all...]
ssa_builder.cc 513 ReferenceTypePropagation(graph_,

Completed in 126 milliseconds