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

  /art/runtime/verifier/
reg_type.cc 531 ConstantType::ConstantType(uint32_t constant, uint16_t cache_id)
706 : ConstantType(constat, cache_id) {
765 int32_t ConstantType::ConstantValueLo() const {
770 int32_t ConstantType::ConstantValueHi() const {
reg_type.h 574 class ConstantType : public RegType {
576 ConstantType(uint32_t constat, uint16_t cache_id) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
614 class PreciseConstType : public ConstantType {
617 : ConstantType(constat, cache_id) {
627 class PreciseConstLoType : public ConstantType {
631 : ConstantType(constat, cache_id) {
639 class PreciseConstHiType : public ConstantType {
643 : ConstantType(constat, cache_id) {
651 class ImpreciseConstType : public ConstantType {
661 class ImpreciseConstLoType : public ConstantType {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8DOMConfiguration.h 110 enum ConstantType {
128 ConstantType type;
  /external/chromium_org/v8/src/
types.h 299 class ConstantType;
307 typedef typename Config::template Handle<ConstantType>::type ConstantHandle;
331 return ConstantType::New(value, region);
443 ConstantType* AsConstant() { return ConstantType::cast(this); }
747 class TypeImpl<Config>::ConstantType : public StructuralType {
753 ConstantHandle type = Config::template cast<ConstantType>(
760 static ConstantType* cast(TypeImpl* type) {
762 return static_cast<ConstantType*>(type);
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]

Completed in 440 milliseconds