OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsPrimitiveLong
(Results
1 - 6
of
6
) sorted by null
/art/runtime/mirror/
object-inl.h
196
DCHECK(GetClass()->GetComponentType()->
IsPrimitiveLong
() ||
class.h
305
bool
IsPrimitiveLong
() const {
[
all
...]
/art/runtime/entrypoints/
entrypoint_utils.cc
53
if (klass->
IsPrimitiveLong
() || klass->IsPrimitiveDouble()) {
/art/oatdump/
oatdump.cc
[
all
...]
/art/runtime/interpreter/
interpreter.cc
[
all
...]
/art/runtime/
jni_internal.cc
129
} else if (param_type->
IsPrimitiveLong
() || param_type->IsPrimitiveDouble()) {
[
all
...]
Completed in 384 milliseconds