Home
last modified time | relevance | path

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

12

/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()
565 void X86JNIMacroAssembler::TestGcMarking(JNIMacroLabel* label, JNIMacroUnaryCondition cond) { in TestGcMarking()
576 JNIMacroLabel* label, in TestMarkBit()
587 void X86JNIMacroAssembler::TestByteAndJumpIfNotZero(uintptr_t address, JNIMacroLabel* label) { in TestByteAndJumpIfNotZero()
592 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()
3583 void X86Assembler::j(Condition condition, Label* label) { in j()
3606 void X86Assembler::j(Condition condition, NearLabel* label) { in j()
3622 void X86Assembler::jecxz(NearLabel* label) { in jecxz()
3650 void X86Assembler::jmp(Label* label) { in jmp()
3671 void X86Assembler::jmp(NearLabel* label) { in jmp()
3872 void X86Assembler::Bind(Label* label) { in Bind()
3885 void X86Assembler::Bind(NearLabel* label) { in Bind()
3952 void X86Assembler::EmitLabel(Label* label, int instruction_size) { in EmitLabel()
[all …]
Dassembler_x86.h964 void Jump(Label* label) override { in Jump()
/art/compiler/utils/arm64/
Dassembler_arm64.h155 void Bind(vixl::aarch64::Label* label) { in Bind()
158 void Jump(vixl::aarch64::Label* label) { in Jump()
Djni_macro_assembler_arm64.cc708 JNIMacroLabel* label, ArrayRef<const ManagedRegister> scratch_regs ATTRIBUTE_UNUSED) { in TryToTransitionFromRunnableToNative()
736 JNIMacroLabel* label, in TryToTransitionFromNativeToRunnable()
771 void Arm64JNIMacroAssembler::SuspendCheck(JNIMacroLabel* label) { in SuspendCheck()
779 void Arm64JNIMacroAssembler::ExceptionPoll(JNIMacroLabel* label) { in ExceptionPoll()
803 void Arm64JNIMacroAssembler::Jump(JNIMacroLabel* label) { in Jump()
808 void Arm64JNIMacroAssembler::TestGcMarking(JNIMacroLabel* label, JNIMacroUnaryCondition cond) { in TestGcMarking()
841 JNIMacroLabel* label, in TestMarkBit()
862 void Arm64JNIMacroAssembler::TestByteAndJumpIfNotZero(uintptr_t address, JNIMacroLabel* label) { in TestByteAndJumpIfNotZero()
870 void Arm64JNIMacroAssembler::Bind(JNIMacroLabel* label) { in Bind()
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc518 JNIMacroLabel* label, ArrayRef<const ManagedRegister> scratch_regs ATTRIBUTE_UNUSED) { 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()
633 void X86_64JNIMacroAssembler::TestGcMarking(JNIMacroLabel* label, JNIMacroUnaryCondition cond) { in TestGcMarking()
645 JNIMacroLabel* label, in TestMarkBit()
655 void X86_64JNIMacroAssembler::TestByteAndJumpIfNotZero(uintptr_t address, JNIMacroLabel* label) { in TestByteAndJumpIfNotZero()
662 void X86_64JNIMacroAssembler::Bind(JNIMacroLabel* label) { in Bind()
Dassembler_x86_64.h1050 void Jump(Label* label) override { in Jump()
Dassembler_x86_64.cc91 void X86_64Assembler::call(Label* label) { in call()
4871 void X86_64Assembler::j(Condition condition, Label* label) { in j()
4894 void X86_64Assembler::j(Condition condition, NearLabel* label) { in j()
4910 void X86_64Assembler::jrcxz(NearLabel* label) { in jrcxz()
4940 void X86_64Assembler::jmp(Label* label) { in jmp()
4961 void X86_64Assembler::jmp(NearLabel* label) { in jmp()
5307 void X86_64Assembler::Bind(Label* label) { in Bind()
5320 void X86_64Assembler::Bind(NearLabel* label) { in Bind()
5389 void X86_64Assembler::EmitLabel(Label* label, int instruction_size) { in EmitLabel()
5400 void X86_64Assembler::EmitLabelLink(Label* label) { in EmitLabelLink()
[all …]
/art/runtime/arch/x86_64/
Dmemcmp16_x86_64.S29 # define L(label) .L##label argument
/art/compiler/utils/arm/
Dassembler_arm_vixl.h206 void Bind(vixl::aarch32::Label* label) { in Bind()
209 void Jump(vixl::aarch32::Label* label) { in Jump()
Dassembler_arm_vixl.cc456 vixl32::Label* label, in CompareAndBranchIfZero()
471 vixl32::Label* label, in CompareAndBranchIfNonZero()
481 void ArmVIXLMacroAssembler::B(vixl32::Label* label) { in B()
491 void ArmVIXLMacroAssembler::B(vixl32::Condition cond, vixl32::Label* label, bool is_far_target) { in B()
Djni_macro_assembler_arm_vixl.cc907 JNIMacroLabel* label, ArrayRef<const ManagedRegister> scratch_regs) { in TryToTransitionFromRunnableToNative()
936 JNIMacroLabel* label, in TryToTransitionFromNativeToRunnable()
974 void ArmVIXLJNIMacroAssembler::SuspendCheck(JNIMacroLabel* label) { in SuspendCheck()
987 void ArmVIXLJNIMacroAssembler::ExceptionPoll(JNIMacroLabel* label) { in ExceptionPoll()
1018 void ArmVIXLJNIMacroAssembler::Jump(JNIMacroLabel* label) { in Jump()
1023 void ArmVIXLJNIMacroAssembler::TestGcMarking(JNIMacroLabel* label, JNIMacroUnaryCondition cond) { in TestGcMarking()
1055 JNIMacroLabel* label, in TestMarkBit()
1077 void ArmVIXLJNIMacroAssembler::TestByteAndJumpIfNotZero(uintptr_t address, JNIMacroLabel* label) { in TestByteAndJumpIfNotZero()
1085 void ArmVIXLJNIMacroAssembler::Bind(JNIMacroLabel* label) { in Bind()
/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.S326 .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/
Djni_macro_assembler.h286 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.h973 vixl::aarch32::Label label; member
1037 vixl::aarch32::Label label; member
Dcode_generator_arm64.h1101 vixl::aarch64::Label label; member
1179 vixl::aarch64::Label label; member
Dcode_generator.h748 LabelType label; member
/art/runtime/interpreter/mterp/arm64ng/
Dmain.S370 .macro TEST_IF_MARKING label argument
1407 .macro WRITE_BARRIER_IF_OBJECT is_object, value, holder, label
/art/libdexfile/dex/
Ddex_file_verifier.cc224 ALWAYS_INLINE bool CheckSizeLimit(uint32_t size, uint32_t limit, const char* label) { in CheckSizeLimit()
231 ALWAYS_INLINE bool CheckIndex(uint32_t field, uint32_t limit, const char* label) { in CheckIndex()
507 const char* label) { in CheckListSize()
529 bool DexFileVerifier::CheckList(size_t element_size, const char* label, const uint8_t* *ptr) { in CheckList()
549 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()

12