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

  /art/compiler/jni/quick/
jni_compiler.cc 116 mr_conv->InterproceduralScratchRegister());
121 mr_conv->InterproceduralScratchRegister());
124 mr_conv->InterproceduralScratchRegister());
128 mr_conv->InterproceduralScratchRegister());
131 mr_conv->InterproceduralScratchRegister());
143 __ LoadRef(main_jni_conv->InterproceduralScratchRegister(),
145 __ VerifyObject(main_jni_conv->InterproceduralScratchRegister(), false);
146 __ StoreRef(handle_scope_offset, main_jni_conv->InterproceduralScratchRegister());
174 mr_conv->InterproceduralScratchRegister());
206 mr_conv->InterproceduralScratchRegister(),
    [all...]
calling_convention.h 48 virtual ManagedRegister InterproceduralScratchRegister() = 0;
  /art/compiler/jni/quick/arm/
calling_convention_arm.h 34 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
56 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
calling_convention_arm.cc 47 ManagedRegister ArmManagedRuntimeCallingConvention::InterproceduralScratchRegister() {
51 ManagedRegister ArmJniCallingConvention::InterproceduralScratchRegister() {
  /art/compiler/jni/quick/arm64/
calling_convention_arm64.h 34 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
56 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
calling_convention_arm64.cc 46 ManagedRegister Arm64ManagedRuntimeCallingConvention::InterproceduralScratchRegister() {
50 ManagedRegister Arm64JniCallingConvention::InterproceduralScratchRegister() {
  /art/compiler/jni/quick/mips/
calling_convention_mips.h 34 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
56 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
calling_convention_mips.cc 27 ManagedRegister MipsManagedRuntimeCallingConvention::InterproceduralScratchRegister() {
31 ManagedRegister MipsJniCallingConvention::InterproceduralScratchRegister() {
  /art/compiler/jni/quick/mips64/
calling_convention_mips64.h 34 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
56 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
calling_convention_mips64.cc 35 ManagedRegister Mips64ManagedRuntimeCallingConvention::InterproceduralScratchRegister() {
39 ManagedRegister Mips64JniCallingConvention::InterproceduralScratchRegister() {
  /art/compiler/jni/quick/x86/
calling_convention_x86.h 36 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
59 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
calling_convention_x86.cc 28 ManagedRegister X86ManagedRuntimeCallingConvention::InterproceduralScratchRegister() {
32 ManagedRegister X86JniCallingConvention::InterproceduralScratchRegister() {
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.h 35 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
55 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
calling_convention_x86_64.cc 29 ManagedRegister X86_64ManagedRuntimeCallingConvention::InterproceduralScratchRegister() {
33 ManagedRegister X86_64JniCallingConvention::InterproceduralScratchRegister() {

Completed in 69 milliseconds