OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PreciseConstType
(Results
1 - 4
of
4
) sorted by null
/art/runtime/verifier/
reg_type_cache.cc
30
PreciseConstType
* RegTypeCache::small_precise_constants_[kMaxSmallConstant - kMinSmallConstant + 1];
274
PreciseConstType
* type = small_precise_constants_[value - kMinSmallConstant];
310
PreciseConstType
* type = new
PreciseConstType
(value, primitive_count_);
516
entry = new
PreciseConstType
(value, entries_.size());
reg_type_cache.h
174
static
PreciseConstType
* small_precise_constants_[kMaxSmallConstant - kMinSmallConstant + 1];
reg_type.h
614
class
PreciseConstType
: public ConstantType {
616
PreciseConstType
(uint32_t constat, uint16_t cache_id) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_)
reg_type.cc
84
std::string
PreciseConstType
::Dump() {
Completed in 148 milliseconds