Home
last modified time | relevance | path

Searched refs:ArmVIXLJNIMacroAssembler (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/compiler/utils/arm/
H A Djni_macro_assembler_arm_vixl.cc70 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 …]
H A Djni_macro_assembler_arm_vixl.h35 class ArmVIXLJNIMacroAssembler final
40 explicit ArmVIXLJNIMacroAssembler(ArenaAllocator* allocator) in ArmVIXLJNIMacroAssembler() function
44 virtual ~ArmVIXLJNIMacroAssembler() {} in ~ArmVIXLJNIMacroAssembler()
199 void EmitExceptionPoll(ArmVIXLJNIMacroAssembler::ArmException *exception);
218 friend class ArmVIXLJNIMacroAssembler; variable
223 ArenaVector<std::unique_ptr<ArmVIXLJNIMacroAssembler::ArmException>> exception_blocks_;
/aosp12/art/compiler/utils/
H A Djni_macro_assembler.cc54 return MacroAsm32UniquePtr(new (allocator) arm::ArmVIXLJNIMacroAssembler(allocator)); in Create()
H A Dassembler_thumb_test.cc92 ArmVIXLJNIMacroAssembler assembler;