Searched defs:SuspendCheck (Results 1 – 8 of 8) sorted by relevance
494 __ SuspendCheck(suspend_check_slow_path.get()); in ArtJniCompileMethodInternal() local566 __ SuspendCheck(suspend_check_slow_path.get()); in ArtJniCompileMethodInternal() local
811 TEST_F(JniMacroAssemblerRiscv64Test, SuspendCheck) { in TEST_F() argument819 __ SuspendCheck(slow_path.get()); in TEST_F() local
529 void Riscv64JNIMacroAssembler::SuspendCheck(JNIMacroLabel* label) { in SuspendCheck() function in art::riscv64::Riscv64JNIMacroAssembler
525 void X86JNIMacroAssembler::SuspendCheck(JNIMacroLabel* label) { in SuspendCheck() function in art::x86::X86JNIMacroAssembler
590 void X86_64JNIMacroAssembler::SuspendCheck(JNIMacroLabel* label) { in SuspendCheck() function in art::x86_64::X86_64JNIMacroAssembler
552 void ThreadUtil::SuspendCheck(art::Thread* self) { in SuspendCheck() function in openjdkjvmti::ThreadUtil
773 void Arm64JNIMacroAssembler::SuspendCheck(JNIMacroLabel* label) { in SuspendCheck() function in art::arm64::Arm64JNIMacroAssembler
965 void ArmVIXLJNIMacroAssembler::SuspendCheck(JNIMacroLabel* label) { in SuspendCheck() function in art::arm::ArmVIXLJNIMacroAssembler