OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FromCat1Const
(Results
1 - 5
of
5
) sorted by null
/art/runtime/verifier/
reg_type_cache.h
64
const RegType&
FromCat1Const
(int32_t value, bool precise)
85
return
FromCat1Const
(0, true);
reg_type_test.cc
33
const RegType& ref_type_const_0 = cache.
FromCat1Const
(10, true);
34
const RegType& ref_type_const_1 = cache.
FromCat1Const
(10, true);
35
const RegType& ref_type_const_2 = cache.
FromCat1Const
(30, true);
36
const RegType& ref_type_const_3 = cache.
FromCat1Const
(30, false);
58
const RegType& precise_const = cache.
FromCat1Const
(static_cast<int32_t>(val >> 32), true);
479
const RegType& imprecise_const = cache_new.
FromCat1Const
(10, false);
480
const RegType& precise_const = cache_new.
FromCat1Const
(10, true);
reg_type_cache.cc
408
return
FromCat1Const
(std::numeric_limits<jbyte>::min(), false);
412
return
FromCat1Const
(std::numeric_limits<jshort>::min(), false);
416
return
FromCat1Const
(std::numeric_limits<jint>::max(), false);
445
const RegType& RegTypeCache::
FromCat1Const
(int32_t value, bool precise) {
reg_type.cc
805
return reg_types->
FromCat1Const
(val1, false);
811
return reg_types->
FromCat1Const
(val2, false);
820
return reg_types->
FromCat1Const
(val1, false);
826
return reg_types->
FromCat1Const
(val2, false);
method_verifier.cc
[
all
...]
Completed in 30 milliseconds