OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DoubleHiType
(Results
1 - 4
of
4
) sorted by null
/art/runtime/verifier/
reg_type.cc
46
DoubleHiType
*
DoubleHiType
::instance_ = NULL;
137
std::string
DoubleHiType
::Dump() const {
145
DoubleHiType
*
DoubleHiType
::CreateInstance(mirror::Class* klass, const std::string& descriptor,
148
instance_ = new
DoubleHiType
(klass, descriptor, cache_id);
153
DoubleHiType
*
DoubleHiType
::GetInstance() {
158
void
DoubleHiType
::Destroy() {
reg_type_cache.h
118
return *
DoubleHiType
::GetInstance();
reg_type.h
552
class
DoubleHiType
: public Cat2Type {
558
static
DoubleHiType
* CreateInstance(mirror::Class* klass, const std::string& descriptor,
561
static
DoubleHiType
* GetInstance();
564
DoubleHiType
(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id)
568
static
DoubleHiType
* instance_;
reg_type_cache.cc
59
entries_.push_back(
DoubleHiType
::GetInstance());
257
DoubleHiType
::Destroy();
275
CreatePrimitiveTypeInstance<
DoubleHiType
>("D");
Completed in 108 milliseconds