OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsParamAFloatOrDouble
(Results
1 - 2
of
2
) sorted by null
/art/compiler/jni/quick/
calling_convention.cc
62
if (
IsParamAFloatOrDouble
(itr_args_)) {
90
return
IsParamAFloatOrDouble
(itr_args_);
191
return
IsParamAFloatOrDouble
(arg_pos);
calling_convention.h
120
bool
IsParamAFloatOrDouble
(unsigned int param) const {
Completed in 645 milliseconds