Home
last modified time | relevance | path

Searched defs:label (Results 1 – 25 of 38) sorted by relevance

12

/art/compiler/utils/arm64/
Dassembler_arm64.h149 void Bind([[maybe_unused]] Label* label) override { in Bind()
152 void Jump([[maybe_unused]] Label* label) override { in Jump()
156 void Bind(vixl::aarch64::Label* label) { in Bind()
159 void Jump(vixl::aarch64::Label* label) { in Jump()
Djni_macro_assembler_arm64.cc710 JNIMacroLabel* label, [[maybe_unused]] ArrayRef<const ManagedRegister> scratch_regs) { in TryToTransitionFromRunnableToNative()
738 JNIMacroLabel* label, in TryToTransitionFromNativeToRunnable()
773 void Arm64JNIMacroAssembler::SuspendCheck(JNIMacroLabel* label) { in SuspendCheck()
781 void Arm64JNIMacroAssembler::ExceptionPoll(JNIMacroLabel* label) { in ExceptionPoll()
805 void Arm64JNIMacroAssembler::Jump(JNIMacroLabel* label) { in Jump()
810 void Arm64JNIMacroAssembler::TestGcMarking(JNIMacroLabel* label, JNIMacroUnaryCondition cond) { in TestGcMarking()
839 JNIMacroLabel* label, in TestMarkBit()
857 void Arm64JNIMacroAssembler::TestByteAndJumpIfNotZero(uintptr_t address, JNIMacroLabel* label) { in TestByteAndJumpIfNotZero()
865 void Arm64JNIMacroAssembler::Bind(JNIMacroLabel* label) { in Bind()
/art/compiler/utils/arm/
Dassembler_arm_vixl.h224 void Bind([[maybe_unused]] Label* label) override { in Bind()
227 void Jump([[maybe_unused]] Label* label) override { in Jump()
231 void Bind(vixl::aarch32::Label* label) { in Bind()
234 void Jump(vixl::aarch32::Label* label) { in Jump()
Dassembler_arm_vixl.cc444 vixl32::Label* label, in CompareAndBranchIfZero()
459 vixl32::Label* label, in CompareAndBranchIfNonZero()
469 void ArmVIXLMacroAssembler::B(vixl32::Label* label) { in B()
479 void ArmVIXLMacroAssembler::B(vixl32::Condition cond, vixl32::Label* label, bool is_far_target) { in B()
Djni_macro_assembler_arm_vixl.cc898 JNIMacroLabel* label, ArrayRef<const ManagedRegister> scratch_regs) { in TryToTransitionFromRunnableToNative()
927 JNIMacroLabel* label, in TryToTransitionFromNativeToRunnable()
965 void ArmVIXLJNIMacroAssembler::SuspendCheck(JNIMacroLabel* label) { in SuspendCheck()
978 void ArmVIXLJNIMacroAssembler::ExceptionPoll(JNIMacroLabel* label) { in ExceptionPoll()
1009 void ArmVIXLJNIMacroAssembler::Jump(JNIMacroLabel* label) { in Jump()
1014 void ArmVIXLJNIMacroAssembler::TestGcMarking(JNIMacroLabel* label, JNIMacroUnaryCondition cond) { in TestGcMarking()
1042 JNIMacroLabel* label, in TestMarkBit()
1061 void ArmVIXLJNIMacroAssembler::TestByteAndJumpIfNotZero(uintptr_t address, JNIMacroLabel* label) { in TestByteAndJumpIfNotZero()
1069 void ArmVIXLJNIMacroAssembler::Bind(JNIMacroLabel* label) { in Bind()
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc446 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()
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()
Dassembler_x86.cc83 void X86Assembler::call(Label* label) { in call()
92 void X86Assembler::call(const ExternalLabel& label) { in call()
3591 void X86Assembler::j(Condition condition, Label* label) { in j()
3614 void X86Assembler::j(Condition condition, NearLabel* label) { in j()
3630 void X86Assembler::jecxz(NearLabel* label) { in jecxz()
3658 void X86Assembler::jmp(Label* label) { in jmp()
3679 void X86Assembler::jmp(NearLabel* label) { in jmp()
3880 void X86Assembler::Bind(Label* label) { in Bind()
3893 void X86Assembler::Bind(NearLabel* label) { in Bind()
3960 void X86Assembler::EmitLabel(Label* label, int instruction_size) { in EmitLabel()
[all …]
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc518 JNIMacroLabel* label, [[maybe_unused]] ArrayRef<const ManagedRegister> scratch_regs) { in TryToTransitionFromRunnableToNative()
545 JNIMacroLabel* label, in TryToTransitionFromNativeToRunnable()
590 void X86_64JNIMacroAssembler::SuspendCheck(JNIMacroLabel* label) { in SuspendCheck()
596 void X86_64JNIMacroAssembler::ExceptionPoll(JNIMacroLabel* label) { in ExceptionPoll()
616 void X86_64JNIMacroAssembler::Jump(JNIMacroLabel* label) { in Jump()
630 void X86_64JNIMacroAssembler::TestGcMarking(JNIMacroLabel* label, JNIMacroUnaryCondition cond) { in TestGcMarking()
642 JNIMacroLabel* label, in TestMarkBit()
652 void X86_64JNIMacroAssembler::TestByteAndJumpIfNotZero(uintptr_t address, JNIMacroLabel* label) { in TestByteAndJumpIfNotZero()
659 void X86_64JNIMacroAssembler::Bind(JNIMacroLabel* label) { in Bind()
Dassembler_x86_64.h1054 void Jump(Label* label) override { in Jump()
Dassembler_x86_64.cc91 void X86_64Assembler::call(Label* label) { in call()
3816 void X86_64Assembler::j(Condition condition, Label* label) { in j()
3839 void X86_64Assembler::j(Condition condition, NearLabel* label) { in j()
3855 void X86_64Assembler::jrcxz(NearLabel* label) { in jrcxz()
3885 void X86_64Assembler::jmp(Label* label) { in jmp()
3906 void X86_64Assembler::jmp(NearLabel* label) { in jmp()
4258 void X86_64Assembler::Bind(Label* label) { in Bind()
4271 void X86_64Assembler::Bind(NearLabel* label) { in Bind()
4340 void X86_64Assembler::EmitLabel(Label* label, int instruction_size) { in EmitLabel()
4351 void X86_64Assembler::EmitLabelLink(Label* label) { in EmitLabelLink()
[all …]
/art/compiler/utils/riscv64/
Djni_macro_assembler_riscv64.cc458 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()
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()
/art/runtime/arch/x86_64/
Dmemcmp16_x86_64.S29 # define L(label) .L##label argument
/art/runtime/base/
Dtiming_logger.h184 ScopedTiming(const char* label, TimingLogger* logger) : logger_(logger) { in ScopedTiming()
191 void NewTiming(const char* label) { in NewTiming()
Dtiming_logger.cc89 void CumulativeLogger::AddPair(const char* label, uint64_t delta_time) { in AddPair()
139 void TimingLogger::StartTiming(const char* label) { in StartTiming()
/art/runtime/arch/x86/
Dmemcmp16_x86.S24 # define L(label) .L##label argument
/art/test/1339-dead-reference-safe/src/
DMain.java41 public static void $noinline$gcAndCheck(AtomicInteger counter, int expected, String label, in $noinline$gcAndCheck()
/art/runtime/interpreter/mterp/armng/
Dmain.S320 .macro TEST_IF_MARKING label argument
1417 .macro LDREXD_STREXD_LOOP addr, load1, load2, store1, store2, tmp, label
1425 .macro ATOMIC_LOAD64 addr, load1, load2, tmp, label
1429 .macro ATOMIC_STORE64 addr, store1, store2, tmp1, tmp2, label
/art/compiler/utils/
Djni_macro_assembler.h306 static Self* Cast(JNIMacroLabel* label) { in Cast()
/art/disassembler/
Ddisassembler_arm.cc50 DisassemblerStream& operator<<(const PrintLabel& label) override { in operator <<()
/art/compiler/optimizing/
Dcode_generator_arm_vixl.h1014 vixl::aarch32::Label label; member
1082 vixl::aarch32::Label label; member
Dcode_generator_arm64.h1194 vixl::aarch64::Label label; member
1271 vixl::aarch64::Label label; member
/art/libdexfile/dex/
Ddex_file_verifier.cc240 ALWAYS_INLINE bool CheckSizeLimit(uint32_t size, uint32_t limit, const char* label) { in CheckSizeLimit()
247 ALWAYS_INLINE bool CheckIndex(uint32_t field, uint32_t limit, const char* label) { in CheckIndex()
545 const char* label) { in CheckListSize()
567 bool DexFileVerifier::CheckList(size_t element_size, const char* label, const uint8_t* *ptr) { in CheckList()
587 const char* label) { in CheckValidOffsetAndSize()
/art/test/023-many-interfaces/src/
DManyInterfaces.java173 private static void report(String label, long start, long end, int iter, in report()
/art/runtime/interpreter/mterp/arm64ng/
Dmain.S337 .macro TEST_IF_MARKING label argument
1380 .macro WRITE_BARRIER_IF_OBJECT is_object, value, holder, label
/art/runtime/interpreter/mterp/riscv64/
Dmain.S143 .macro TEST_IF_MARKING reg, label

12