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

  /art/compiler/optimizing/
reference_type_propagation.cc 51 ReferenceTypeInfo::TypeHandle ReferenceTypePropagation::HandleCache::GetObjectClassHandle() {
55 ReferenceTypeInfo::TypeHandle ReferenceTypePropagation::HandleCache::GetClassClassHandle() {
59 ReferenceTypeInfo::TypeHandle ReferenceTypePropagation::HandleCache::GetStringClassHandle() {
63 ReferenceTypeInfo::TypeHandle ReferenceTypePropagation::HandleCache::GetThrowableClassHandle() {
67 class ReferenceTypePropagation::RTPVisitor : public HGraphDelegateVisitor {
115 ReferenceTypePropagation::ReferenceTypePropagation(HGraph* graph,
129 void ReferenceTypePropagation::ValidateTypes() {
156 void ReferenceTypePropagation::Visit(HInstruction* instruction) {
321 void ReferenceTypePropagation::Run()
    [all...]
reference_type_propagation.h 33 class ReferenceTypePropagation : public HOptimization {
35 ReferenceTypePropagation(HGraph* graph,
126 DISALLOW_COPY_AND_ASSIGN(ReferenceTypePropagation);
reference_type_propagation_test.cc 27 * Fixture class for unit testing the ReferenceTypePropagation phase. Used to verify the
40 propagation_ = new (&allocator_) ReferenceTypePropagation(graph_,
74 ReferenceTypePropagation* propagation_;
inliner.cc 788 ReferenceTypePropagation rtp_fixup(graph_,
    [all...]
ssa_builder.cc 502 ReferenceTypePropagation(graph_,

Completed in 346 milliseconds