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

  /art/compiler/jni/quick/arm/
calling_convention_arm.h 38 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
63 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
calling_convention_arm.cc 121 ManagedRegister ArmManagedRuntimeCallingConvention::InterproceduralScratchRegister() {
125 ManagedRegister ArmJniCallingConvention::InterproceduralScratchRegister() {
  /art/compiler/jni/quick/arm64/
calling_convention_arm64.h 38 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
63 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
calling_convention_arm64.cc 112 ManagedRegister Arm64ManagedRuntimeCallingConvention::InterproceduralScratchRegister() {
127 ManagedRegister Arm64JniCallingConvention::InterproceduralScratchRegister() {
  /art/compiler/jni/quick/
jni_compiler.cc 243 mr_conv->InterproceduralScratchRegister());
247 mr_conv->InterproceduralScratchRegister());
250 mr_conv->InterproceduralScratchRegister());
263 __ LoadRef(main_jni_conv->InterproceduralScratchRegister(),
265 __ VerifyObject(main_jni_conv->InterproceduralScratchRegister(), false);
267 __ StoreRef(handle_scope_offset, main_jni_conv->InterproceduralScratchRegister());
296 mr_conv->InterproceduralScratchRegister());
330 __ LoadFromThread(main_jni_conv->InterproceduralScratchRegister(),
336 main_jni_conv->InterproceduralScratchRegister());
354 mr_conv->InterproceduralScratchRegister(),
    [all...]
calling_convention.h 50 virtual ManagedRegister InterproceduralScratchRegister() = 0;
  /art/compiler/jni/quick/mips/
calling_convention_mips.h 40 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
65 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
calling_convention_mips.cc 77 ManagedRegister MipsManagedRuntimeCallingConvention::InterproceduralScratchRegister() {
81 ManagedRegister MipsJniCallingConvention::InterproceduralScratchRegister() {
  /art/compiler/jni/quick/mips64/
calling_convention_mips64.h 40 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
65 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
calling_convention_mips64.cc 66 ManagedRegister Mips64ManagedRuntimeCallingConvention::InterproceduralScratchRegister() {
70 ManagedRegister Mips64JniCallingConvention::InterproceduralScratchRegister() {
  /art/compiler/jni/quick/x86/
calling_convention_x86.h 39 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
66 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
calling_convention_x86.cc 54 ManagedRegister X86ManagedRuntimeCallingConvention::InterproceduralScratchRegister() {
58 ManagedRegister X86JniCallingConvention::InterproceduralScratchRegister() {
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.h 36 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
59 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
calling_convention_x86_64.cc 81 ManagedRegister X86_64ManagedRuntimeCallingConvention::InterproceduralScratchRegister() {
85 ManagedRegister X86_64JniCallingConvention::InterproceduralScratchRegister() {

Completed in 97 milliseconds