Searched refs:ReferenceTypePropagation (Results 1 - 5 of 5) sorted by relevance

/art/compiler/optimizing/
H A Dreference_type_propagation.cc56 ReferenceTypeInfo::TypeHandle ReferenceTypePropagation::HandleCache::GetObjectClassHandle() {
60 ReferenceTypeInfo::TypeHandle ReferenceTypePropagation::HandleCache::GetClassClassHandle() {
64 ReferenceTypeInfo::TypeHandle ReferenceTypePropagation::HandleCache::GetStringClassHandle() {
68 ReferenceTypeInfo::TypeHandle ReferenceTypePropagation::HandleCache::GetThrowableClassHandle() {
72 class ReferenceTypePropagation::RTPVisitor : public HGraphDelegateVisitor {
116 ReferenceTypePropagation::ReferenceTypePropagation(HGraph* graph, function in class:art::ReferenceTypePropagation
128 void ReferenceTypePropagation::ValidateTypes() {
156 void ReferenceTypePropagation::Visit(HInstruction* instruction) {
161 void ReferenceTypePropagation
[all...]
H A Dreference_type_propagation.h32 class ReferenceTypePropagation : public HOptimization { class in namespace:art
34 ReferenceTypePropagation(HGraph* graph,
109 DISALLOW_COPY_AND_ASSIGN(ReferenceTypePropagation);
H A Dreference_type_propagation_test.cc27 * Fixture class for unit testing the ReferenceTypePropagation phase. Used to verify the
40 propagation_ = new (&allocator_) ReferenceTypePropagation(graph_,
73 ReferenceTypePropagation* propagation_;
H A Dinliner.cc413 ReferenceTypePropagation rtp_fixup(graph_,
542 ReferenceTypePropagation rtp_fixup(graph_,
732 ReferenceTypePropagation rtp_fixup(graph_,
998 ReferenceTypePropagation rtp(graph_, dex_cache, handles_, /* is_first_run */ false);
1352 ReferenceTypePropagation(graph_,
1361 ReferenceTypePropagation(graph_,
H A Dssa_builder.cc506 ReferenceTypePropagation(graph_, dex_cache_, handles_, /* is_first_run */ true).Run();

Completed in 458 milliseconds