Lines Matching refs:JNIMacroLabel
411 JNIMacroLabel* slow_path, in DecodeJNITransitionOrLocalJObject()
412 JNIMacroLabel* resume) { in DecodeJNITransitionOrLocalJObject()
458 JNIMacroLabel* label, in TryToTransitionFromRunnableToNative()
490 JNIMacroLabel* label, in TryToTransitionFromNativeToRunnable()
529 void Riscv64JNIMacroAssembler::SuspendCheck(JNIMacroLabel* label) { in SuspendCheck()
538 void Riscv64JNIMacroAssembler::ExceptionPoll(JNIMacroLabel* label) { in ExceptionPoll()
556 std::unique_ptr<JNIMacroLabel> Riscv64JNIMacroAssembler::CreateLabel() { in CreateLabel()
557 return std::unique_ptr<JNIMacroLabel>(new (asm_.GetAllocator()) Riscv64JNIMacroLabel()); in CreateLabel()
560 void Riscv64JNIMacroAssembler::Jump(JNIMacroLabel* label) { in Jump()
565 void Riscv64JNIMacroAssembler::TestGcMarking(JNIMacroLabel* label, JNIMacroUnaryCondition cond) { in TestGcMarking()
585 JNIMacroLabel* label, in TestMarkBit()
605 void Riscv64JNIMacroAssembler::TestByteAndJumpIfNotZero(uintptr_t address, JNIMacroLabel* label) { in TestByteAndJumpIfNotZero()
616 void Riscv64JNIMacroAssembler::Bind(JNIMacroLabel* label) { in Bind()