Home
last modified time | relevance | path

Searched refs:SetType (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dssa_type_propagation.cc45 phi->SetType(new_type); in UpdateType()
62 phi->SetType(phi->InputAt(0)->GetType()); in VisitBasicBlock()
Dnodes.h1285 void SetType(Primitive::Type type) { type_ = type; } in SetType() function
/art/runtime/
Ddebugger.cc143 void SetType(mirror::Class* t) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_, in SetType() function in art::AllocRecord
4466 record->SetType(type); in RecordAllocation()