OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsCurrentParamAFloatOrDouble
(Results
1 - 4
of
4
) sorted by null
/art/compiler/jni/quick/
calling_convention.cc
89
bool ManagedRuntimeCallingConvention::
IsCurrentParamAFloatOrDouble
() {
156
if (
IsCurrentParamAFloatOrDouble
()) {
183
bool JniCallingConvention::
IsCurrentParamAFloatOrDouble
() {
calling_convention.h
235
bool
IsCurrentParamAFloatOrDouble
();
308
bool
IsCurrentParamAFloatOrDouble
();
/art/compiler/jni/quick/arm64/
calling_convention_arm64.cc
114
if (
IsCurrentParamAFloatOrDouble
()) { // FP regs.
211
if (
IsCurrentParamAFloatOrDouble
()) {
224
if (
IsCurrentParamAFloatOrDouble
()) {
/art/compiler/jni/quick/x86_64/
calling_convention_x86_64.cc
81
if (!
IsCurrentParamAFloatOrDouble
()) {
172
if (!
IsCurrentParamAFloatOrDouble
()) {
Completed in 44 milliseconds