Home
last modified time | relevance | path

Searched refs:HasLocalReferenceSegmentState (Results 1 – 8 of 8) sorted by relevance

/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.cc187 if (LIKELY(HasLocalReferenceSegmentState())) { // Local ref. segment state. in FrameSize()
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc222 if (LIKELY(HasLocalReferenceSegmentState())) { // local ref. segment state in FrameSize()
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc204 if (LIKELY(HasLocalReferenceSegmentState())) { // local ref. segment state in FrameSize()
/art/compiler/jni/quick/
Dcalling_convention.h393 bool HasLocalReferenceSegmentState() const;
Dcalling_convention.cc355 bool JniCallingConvention::HasLocalReferenceSegmentState() const { in HasLocalReferenceSegmentState() function in art::JniCallingConvention
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc345 if (LIKELY(HasLocalReferenceSegmentState())) { in FrameSize()
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc278 if (LIKELY(HasLocalReferenceSegmentState())) { in FrameSize()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc368 if (LIKELY(HasLocalReferenceSegmentState())) { in FrameSize()