Searched refs:ArmVIXLJNIMacroAssembler (Results 1 – 4 of 4) sorted by relevance
70 void ArmVIXLJNIMacroAssembler::FinalizeCode() { in FinalizeCode()80 void ArmVIXLJNIMacroAssembler::BuildFrame(size_t frame_size, in BuildFrame()140 void ArmVIXLJNIMacroAssembler::RemoveFrame(size_t frame_size, in RemoveFrame()326 void ArmVIXLJNIMacroAssembler::CopyRef(FrameOffset dest, in CopyRef()339 void ArmVIXLJNIMacroAssembler::LoadRef(ManagedRegister mdest, in LoadRef()728 void ArmVIXLJNIMacroAssembler::Move(ManagedRegister mdst, in Move()989 void ArmVIXLJNIMacroAssembler::Jump(JNIMacroLabel* label) { in Jump()1025 void ArmVIXLJNIMacroAssembler::Bind(JNIMacroLabel* label) { in Bind()1030 void ArmVIXLJNIMacroAssembler::EmitExceptionPoll( in EmitExceptionPoll()1031 ArmVIXLJNIMacroAssembler::ArmException* exception) { in EmitExceptionPoll()[all …]
35 class ArmVIXLJNIMacroAssembler final40 explicit ArmVIXLJNIMacroAssembler(ArenaAllocator* allocator) in ArmVIXLJNIMacroAssembler() function44 virtual ~ArmVIXLJNIMacroAssembler() {} in ~ArmVIXLJNIMacroAssembler()199 void EmitExceptionPoll(ArmVIXLJNIMacroAssembler::ArmException *exception);218 friend class ArmVIXLJNIMacroAssembler; variable223 ArenaVector<std::unique_ptr<ArmVIXLJNIMacroAssembler::ArmException>> exception_blocks_;
54 return MacroAsm32UniquePtr(new (allocator) arm::ArmVIXLJNIMacroAssembler(allocator)); in Create()
92 ArmVIXLJNIMacroAssembler assembler;