OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kPrimLong
(Results
26 - 29
of
29
) sorted by null
1
2
/art/compiler/optimizing/
nodes.h
1116
explicit HLongConstant(int64_t value) : HConstant(Primitive::
kPrimLong
), value_(value) {}
[
all
...]
/art/runtime/mirror/
class.h
371
return GetPrimitiveType<kVerifyFlags>() == Primitive::
kPrimLong
;
[
all
...]
/art/runtime/
class_linker.cc
286
SetClassRoot(kPrimitiveLong, CreatePrimitiveClass(self, Primitive::
kPrimLong
));
[
all
...]
class_linker_test.cc
[
all
...]
Completed in 474 milliseconds
1
2