Home
last modified time | relevance | path

Searched refs:HasHandleScope (Results 1 – 6 of 6) sorted by relevance

/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc198 CHECK(!HasHandleScope()); in FrameSize()
213 CHECK(HasHandleScope()); in FrameSize()
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc186 CHECK(!HasHandleScope()); in FrameSize()
201 CHECK(HasHandleScope()); in FrameSize()
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc244 CHECK(!HasHandleScope()); in FrameSize()
258 CHECK(HasHandleScope()); in FrameSize()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc397 CHECK(!HasHandleScope()); in FrameSize()
413 CHECK(HasHandleScope()); in FrameSize()
/art/compiler/jni/quick/
Dcalling_convention.cc181 if (LIKELY(HasHandleScope())) { in ReturnValueSaveLocation()
Dcalling_convention.h419 bool HasHandleScope() const { in HasHandleScope() function