OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumLongOrDoubleArgs
(Results
1 - 5
of
5
) sorted by null
/art/compiler/jni/quick/x86/
calling_convention_x86.cc
97
size_t num_spills = NumArgs() +
NumLongOrDoubleArgs
();
159
size_t param_args = NumArgs() +
NumLongOrDoubleArgs
();
/art/compiler/jni/quick/arm/
calling_convention_arm.cc
92
size_t num_spills = NumArgs() +
NumLongOrDoubleArgs
();
207
size_t param_args = NumArgs() +
NumLongOrDoubleArgs
();
/art/compiler/jni/quick/mips/
calling_convention_mips.cc
92
size_t num_spills = NumArgs() +
NumLongOrDoubleArgs
();
210
size_t param_args = NumArgs() +
NumLongOrDoubleArgs
();
/art/compiler/jni/quick/
calling_convention.h
160
size_t
NumLongOrDoubleArgs
() const {
/art/compiler/jni/quick/x86_64/
calling_convention_x86_64.cc
199
size_t param_args = NumArgs() +
NumLongOrDoubleArgs
();
Completed in 729 milliseconds