HomeSort by relevance Sort by last modified time
    Searched refs:CallingConvention (Results 1 - 8 of 8) sorted by null

  /art/compiler/jni/quick/
calling_convention.h 28 class CallingConvention {
65 virtual ~CallingConvention() {}
68 CallingConvention(bool is_static, bool is_synchronized, const char* shorty)
164 class ManagedRuntimeCallingConvention : public CallingConvention {
192 : CallingConvention(is_static, is_synchronized, shorty) {}
209 class JniCallingConvention : public CallingConvention {
277 : CallingConvention(is_static, is_synchronized, shorty) {}
calling_convention.cc 28 FrameOffset CallingConvention::MethodStackOffset() {
  /external/clang/lib/CodeGen/
CGCall.h 190 unsigned CallingConvention : 8;
255 unsigned getCallingConvention() const { return CallingConvention; }
CGCall.cpp 490 FI->CallingConvention = llvmCC;
    [all...]
  /dalvik/vm/
Dvm.mk 254 compiler/codegen/arm/$(dvm_arch_variant)/CallingConvention.S \
280 compiler/codegen/mips/$(dvm_arch_variant)/CallingConvention.S \
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp     [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 512 milliseconds