HomeSort by relevance Sort by last modified time
    Searched defs:ConstantType (Results 1 - 3 of 3) sorted by null

  /art/runtime/verifier/
reg_type.cc 530 ConstantType::ConstantType(uint32_t constant, uint16_t cache_id)
706 : ConstantType(constat, cache_id) {
765 int32_t ConstantType::ConstantValue() const {
770 int32_t ConstantType::ConstantValueLo() const {
775 int32_t ConstantType::ConstantValueHi() const {
reg_type.h 571 class ConstantType : public RegType {
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...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]

Completed in 209 milliseconds