OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LongLoType
(Results
1 - 4
of
4
) sorted by null
/art/runtime/verifier/
reg_type.cc
43
LongLoType
*
LongLoType
::instance_ = NULL;
125
std::string
LongLoType
::Dump() const {
185
LongLoType
*
LongLoType
::CreateInstance(mirror::Class* klass, const std::string& descriptor,
188
instance_ = new
LongLoType
(klass, descriptor, cache_id);
213
LongLoType
*
LongLoType
::GetInstance() {
218
void
LongLoType
::Destroy() {
reg_type_cache.cc
55
entries_.push_back(
LongLoType
::GetInstance());
109
return *
LongLoType
::GetInstance();
253
LongLoType
::Destroy();
271
CreatePrimitiveTypeInstance<
LongLoType
>("J");
reg_type_cache.h
109
return *
LongLoType
::GetInstance();
reg_type.h
489
class
LongLoType
: public Cat2Type {
498
static
LongLoType
* CreateInstance(mirror::Class* klass, const std::string& descriptor,
501
static
LongLoType
* GetInstance();
504
LongLoType
(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id)
508
static
LongLoType
* instance_;
Completed in 27 milliseconds