Lines Matching refs:JNIMacroLabel
396 JNIMacroLabel* slow_path, in DecodeJNITransitionOrLocalJObject()
397 JNIMacroLabel* resume) { in DecodeJNITransitionOrLocalJObject()
446 JNIMacroLabel* label, ArrayRef<const ManagedRegister> scratch_regs) { in TryToTransitionFromRunnableToNative()
475 JNIMacroLabel* label, in TryToTransitionFromNativeToRunnable()
525 void X86JNIMacroAssembler::SuspendCheck(JNIMacroLabel* label) { in SuspendCheck()
531 void X86JNIMacroAssembler::ExceptionPoll(JNIMacroLabel* label) { in ExceptionPoll()
544 std::unique_ptr<JNIMacroLabel> X86JNIMacroAssembler::CreateLabel() { in CreateLabel()
545 return std::unique_ptr<JNIMacroLabel>(new (asm_.GetAllocator()) X86JNIMacroLabel()); in CreateLabel()
548 void X86JNIMacroAssembler::Jump(JNIMacroLabel* label) { in Jump()
562 void X86JNIMacroAssembler::TestGcMarking(JNIMacroLabel* label, JNIMacroUnaryCondition cond) { in TestGcMarking()
573 JNIMacroLabel* label, in TestMarkBit()
584 void X86JNIMacroAssembler::TestByteAndJumpIfNotZero(uintptr_t address, JNIMacroLabel* label) { in TestByteAndJumpIfNotZero()
589 void X86JNIMacroAssembler::Bind(JNIMacroLabel* label) { in Bind()