Home
last modified time | relevance | path

Searched refs:temp_bit_vector_ (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/
Dmir_optimization.cc739 temp_bit_vector_ = new (temp_scoped_alloc_.get()) ArenaBitVector( in EliminateNullChecksAndInferTypesStart()
753 ArenaBitVector* ssa_regs_to_check = temp_bit_vector_; in EliminateNullChecksAndInferTypes()
952 temp_bit_vector_ = nullptr; in EliminateNullChecksAndInferTypesEnd()
1048 temp_bit_vector_ = new (temp_scoped_alloc_.get()) ArenaBitVector( in EliminateClassInitChecksGate()
1066 ArenaBitVector* classes_to_check = temp_bit_vector_; in EliminateClassInitChecks()
1143 temp_bit_vector_ = nullptr; in EliminateClassInitChecksEnd()
1210 if (temp_bit_vector_->IsBitSet(method_index)) { in ComputeInlineIFieldLoweringInfo()
1228 temp_bit_vector_->SetBit(method_index); in ComputeInlineIFieldLoweringInfo()
1252 temp_bit_vector_ = new (temp_scoped_alloc_.get()) ArenaBitVector( in InlineSpecialMethodsStart()
1254 temp_bit_vector_->ClearAllBits(); in InlineSpecialMethodsStart()
[all …]
Dssa_transformation.cc460 ArenaBitVector* temp_dalvik_register_v = temp_bit_vector_; in ComputeBlockLiveIns()
Dmir_graph.cc96 temp_bit_vector_(nullptr), in MIRGraph()
1520 temp_bit_vector_ = new (temp_scoped_alloc_.get()) ArenaBitVector( in SSATransformationStart()
1534 temp_bit_vector_ = nullptr; in SSATransformationEnd()
Dmir_graph.h1167 ArenaBitVector* temp_bit_vector_; variable