Searched refs:ConstantType (Results 1 - 3 of 3) sorted by relevance

/art/runtime/verifier/
H A Dreg_type.h571 class ConstantType : public RegType { class in namespace:art::verifier
573 ConstantType(uint32_t constat, uint16_t cache_id) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
608 class PreciseConstType : public ConstantType {
611 : ConstantType(constat, cache_id) {
621 class PreciseConstLoType : public ConstantType {
625 : ConstantType(constat, cache_id) {
633 class PreciseConstHiType : public ConstantType {
637 : ConstantType(constat, cache_id) {
645 class ImpreciseConstType : public ConstantType {
655 class ImpreciseConstLoType : public ConstantType {
[all...]
H A Dreg_type.cc530 ConstantType::ConstantType(uint32_t constant, uint16_t cache_id) function in class:art::verifier::ConstantType
706 : ConstantType(constat, cache_id) {
765 int32_t ConstantType::ConstantValue() const {
770 int32_t ConstantType::ConstantValueLo() const {
775 int32_t ConstantType::ConstantValueHi() const {
H A Dreg_type_cache.cc450 (down_cast<ConstantType*>(cur_entry))->ConstantValue() == value) {
468 (down_cast<ConstantType*>(cur_entry))->ConstantValueLo() == value) {
486 (down_cast<ConstantType*>(cur_entry))->ConstantValueHi() == value) {

Completed in 50 milliseconds