Home
last modified time | relevance | path

Searched refs:IsParamALongOrDouble (Results 1 – 4 of 4) sorted by relevance

/art/compiler/jni/quick/
Dcalling_convention.cc88 IsParamALongOrDouble(itr_args_)) { in Next()
Dcalling_convention.h117 bool IsParamALongOrDouble(unsigned int param) const { in IsParamALongOrDouble() function
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc345 if (IsParamALongOrDouble(cur_arg)) { in ArmJniCallingConvention()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc349 bool IsParamALongOrDouble() const { in IsParamALongOrDouble() function in art::QuickArgumentVisitor