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

  /art/compiler/jni/quick/mips64/
calling_convention_mips64.cc 185 if (LIKELY(HasLocalReferenceSegmentState())) { // Local ref. segment state.
  /art/compiler/jni/quick/arm64/
calling_convention_arm64.cc 267 if (LIKELY(HasLocalReferenceSegmentState())) {
  /art/compiler/jni/quick/
calling_convention.cc 363 bool JniCallingConvention::HasLocalReferenceSegmentState() const {
calling_convention.h 391 bool HasLocalReferenceSegmentState() const;
  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 343 if (LIKELY(HasLocalReferenceSegmentState())) {
  /art/compiler/jni/quick/x86/
calling_convention_x86.cc 220 if (LIKELY(HasLocalReferenceSegmentState())) { // local ref. segment state
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.cc 202 if (LIKELY(HasLocalReferenceSegmentState())) { // local ref. segment state
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 391 if (LIKELY(HasLocalReferenceSegmentState())) {

Completed in 824 milliseconds