OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MethodRegister
(Results
1 - 12
of
12
) sorted by null
/art/compiler/jni/quick/arm/
calling_convention_arm.h
36
ManagedRegister
MethodRegister
() OVERRIDE;
calling_convention_arm.cc
62
ManagedRegister ArmManagedRuntimeCallingConvention::
MethodRegister
() {
/art/compiler/jni/quick/arm64/
calling_convention_arm64.h
36
ManagedRegister
MethodRegister
() OVERRIDE;
calling_convention_arm64.cc
77
ManagedRegister Arm64ManagedRuntimeCallingConvention::
MethodRegister
() {
/art/compiler/jni/quick/mips/
calling_convention_mips.h
36
ManagedRegister
MethodRegister
() OVERRIDE;
calling_convention_mips.cc
62
ManagedRegister MipsManagedRuntimeCallingConvention::
MethodRegister
() {
/art/compiler/jni/quick/x86/
calling_convention_x86.h
37
ManagedRegister
MethodRegister
() OVERRIDE;
calling_convention_x86.cc
70
ManagedRegister X86ManagedRuntimeCallingConvention::
MethodRegister
() {
/art/compiler/jni/quick/x86_64/
calling_convention_x86_64.h
37
ManagedRegister
MethodRegister
() OVERRIDE;
calling_convention_x86_64.cc
66
ManagedRegister X86_64ManagedRuntimeCallingConvention::
MethodRegister
() {
/art/compiler/jni/quick/
calling_convention.h
229
virtual ManagedRegister
MethodRegister
() = 0;
jni_compiler.cc
103
__ BuildFrame(frame_size, mr_conv->
MethodRegister
(), callee_save_regs, mr_conv->EntrySpills());
136
mr_conv->
MethodRegister
(), mirror::ArtMethod::DeclaringClassOffset());
Completed in 56 milliseconds