Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dfield.h113 void SetType(mirror::Class* type) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SetType() function
/art/compiler/optimizing/
Dnodes.h3055 void SetType(Primitive::Type type) { type_ = type; } in SetType() function
3237 void SetType(Primitive::Type type) { type_ = type; } in SetType() function
/art/runtime/
Ddebugger.cc144 void SetType(mirror::Class* t) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_, in SetType() function in art::AllocRecord