/art/compiler/utils/arm64/ |
D | assembler_arm64.h | 148 void Bind([[maybe_unused]] Label* label) override { in Bind() 151 void Jump([[maybe_unused]] Label* label) override { in Jump() 155 void Bind(vixl::aarch64::Label* label) { in Bind() 158 void Jump(vixl::aarch64::Label* label) { in Jump()
|
D | jni_macro_assembler_arm64.cc | 710 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/ |
D | assembler_arm_vixl.h | 223 void Bind([[maybe_unused]] Label* label) override { in Bind() 226 void Jump([[maybe_unused]] Label* label) override { in Jump() 230 void Bind(vixl::aarch32::Label* label) { in Bind() 233 void Jump(vixl::aarch32::Label* label) { in Jump()
|
D | assembler_arm_vixl.cc | 444 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()
|
D | jni_macro_assembler_arm_vixl.cc | 898 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/ |
D | jni_macro_assembler_x86.cc | 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() 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()
|
D | assembler_x86.cc | 83 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/riscv64/ |
D | jni_macro_assembler_riscv64.cc | 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() 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()
|
D | assembler_riscv64.cc | 6444 void Riscv64Assembler::Beqz(XRegister rs, Riscv64Label* label, bool is_bare) { in Beqz() 6448 void Riscv64Assembler::Bnez(XRegister rs, Riscv64Label* label, bool is_bare) { in Bnez() 6452 void Riscv64Assembler::Blez(XRegister rs, Riscv64Label* label, bool is_bare) { in Blez() 6456 void Riscv64Assembler::Bgez(XRegister rs, Riscv64Label* label, bool is_bare) { in Bgez() 6460 void Riscv64Assembler::Bltz(XRegister rs, Riscv64Label* label, bool is_bare) { in Bltz() 6464 void Riscv64Assembler::Bgtz(XRegister rs, Riscv64Label* label, bool is_bare) { in Bgtz() 6468 void Riscv64Assembler::Beq(XRegister rs, XRegister rt, Riscv64Label* label, bool is_bare) { in Beq() 6472 void Riscv64Assembler::Bne(XRegister rs, XRegister rt, Riscv64Label* label, bool is_bare) { in Bne() 6476 void Riscv64Assembler::Ble(XRegister rs, XRegister rt, Riscv64Label* label, bool is_bare) { in Ble() 6480 void Riscv64Assembler::Bge(XRegister rs, XRegister rt, Riscv64Label* label, bool is_bare) { in Bge() [all …]
|
/art/compiler/utils/x86_64/ |
D | jni_macro_assembler_x86_64.cc | 518 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()
|
D | assembler_x86_64.h | 1054 void Jump(Label* label) override { in Jump()
|
/art/runtime/arch/x86_64/ |
D | memcmp16_x86_64.S | 29 # define L(label) .L##label argument
|
/art/runtime/base/ |
D | timing_logger.h | 184 ScopedTiming(const char* label, TimingLogger* logger) : logger_(logger) { in ScopedTiming() 191 void NewTiming(const char* label) { in NewTiming()
|
D | timing_logger.cc | 89 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/ |
D | memcmp16_x86.S | 24 # define L(label) .L##label argument
|
/art/test/1339-dead-reference-safe/src/ |
D | Main.java | 41 public static void $noinline$gcAndCheck(AtomicInteger counter, int expected, String label, in $noinline$gcAndCheck()
|
/art/runtime/interpreter/mterp/armng/ |
D | main.S | 320 .macro TEST_IF_MARKING label argument 1466 .macro LDREXD_STREXD_LOOP addr, load1, load2, store1, store2, tmp, label 1474 .macro ATOMIC_LOAD64 addr, load1, load2, tmp, label 1478 .macro ATOMIC_STORE64 addr, store1, store2, tmp1, tmp2, label
|
/art/compiler/utils/ |
D | jni_macro_assembler.h | 306 static Self* Cast(JNIMacroLabel* label) { in Cast()
|
/art/disassembler/ |
D | disassembler_arm.cc | 50 DisassemblerStream& operator<<(const PrintLabel& label) override { in operator <<()
|
/art/compiler/optimizing/ |
D | code_generator_arm_vixl.h | 1005 vixl::aarch32::Label label; member 1071 vixl::aarch32::Label label; member
|
D | code_generator_arm64.h | 1123 vixl::aarch64::Label label; member 1196 vixl::aarch64::Label label; member
|
/art/libdexfile/dex/ |
D | dex_file_verifier.cc | 240 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() 542 const char* label) { in CheckListSize() 564 bool DexFileVerifier::CheckList(size_t element_size, const char* label, const uint8_t* *ptr) { in CheckList() 584 const char* label) { in CheckValidOffsetAndSize()
|
/art/test/023-many-interfaces/src/ |
D | ManyInterfaces.java | 173 private static void report(String label, long start, long end, int iter, in report()
|
/art/runtime/interpreter/mterp/arm64ng/ |
D | main.S | 378 .macro TEST_IF_MARKING label argument 1421 .macro WRITE_BARRIER_IF_OBJECT is_object, value, holder, label
|
/art/runtime/interpreter/mterp/riscv64/ |
D | main.S | 147 .macro TEST_IF_MARKING reg, label
|