OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsPrimitiveInt
(Results
1 - 4
of
4
) sorted by null
/art/runtime/mirror/
object-inl.h
189
DCHECK(GetClass()->GetComponentType()->
IsPrimitiveInt
() ||
class.h
301
bool
IsPrimitiveInt
() const {
[
all
...]
/art/runtime/entrypoints/
entrypoint_utils.cc
52
if (UNLIKELY(klass->IsPrimitive() && !klass->
IsPrimitiveInt
())) {
/art/runtime/interpreter/
interpreter.cc
149
} else if (ctype->
IsPrimitiveInt
()) {
[
all
...]
Completed in 542 milliseconds