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

  /art/compiler/jni/quick/
calling_convention.h 29 class CallingConvention {
69 virtual ~CallingConvention() {}
72 CallingConvention(bool is_static, bool is_synchronized, const char* shorty,
222 class ManagedRuntimeCallingConvention : public CallingConvention {
254 : CallingConvention(is_static, is_synchronized, shorty, frame_pointer_size) {}
271 class JniCallingConvention : public CallingConvention {
352 : CallingConvention(is_static, is_synchronized, shorty, frame_pointer_size) {}
  /art/compiler/optimizing/
code_generator.h 189 class CallingConvention {
191 CallingConvention(const T* registers, int number_of_registers)
211 DISALLOW_COPY_AND_ASSIGN(CallingConvention);
code_generator_arm.h 36 class InvokeDexCallingConvention : public CallingConvention<Register> {
39 : CallingConvention(kParameterCoreRegisters, kParameterCoreRegistersLength) {}
code_generator_x86.h 36 class InvokeDexCallingConvention : public CallingConvention<Register> {
39 : CallingConvention(kParameterCoreRegisters, kParameterCoreRegistersLength) {}
code_generator_x86_64.h 34 class InvokeDexCallingConvention : public CallingConvention<Register> {
37 : CallingConvention(kParameterCoreRegisters, kParameterCoreRegistersLength) {}
code_generator_x86_64.cc 54 class InvokeRuntimeCallingConvention : public CallingConvention<Register> {
57 : CallingConvention(kRuntimeParameterCoreRegisters,
    [all...]
code_generator_arm.cc 50 class InvokeRuntimeCallingConvention : public CallingConvention<Register> {
53 : CallingConvention(kRuntimeParameterCoreRegisters,
    [all...]
code_generator_x86.cc 50 class InvokeRuntimeCallingConvention : public CallingConvention<Register> {
53 : CallingConvention(kRuntimeParameterCoreRegisters,
    [all...]
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 330 unsigned CallingConvention : 8;
413 unsigned getCallingConvention() const { return CallingConvention; }
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp     [all...]
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 183 TEST_F(CloneInstruction, CallingConvention) {
  /art/runtime/
dwarf.h 534 enum CallingConvention : uint8_t {
  /external/llvm/include/llvm/Support/
Dwarf.h 648 enum CallingConvention {
  /external/clang/lib/CodeGen/
CGCall.cpp 536 FI->CallingConvention = llvmCC;
    [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 455 milliseconds