/art/compiler/utils/mips/ |
D | assembler_mips.cc | 2911 void MipsAssembler::Branch::InitShortOrLong(MipsAssembler::Branch::OffsetBits offset_size, in InitShortOrLong() 2912 MipsAssembler::Branch::Type short_type, in InitShortOrLong() 2913 MipsAssembler::Branch::Type long_type) { in InitShortOrLong() 2917 void MipsAssembler::Branch::InitializeType(Type initial_type, bool is_r6) { in InitializeType() 3000 bool MipsAssembler::Branch::IsNop(BranchCondition condition, Register lhs, Register rhs) { in IsNop() 3012 bool MipsAssembler::Branch::IsUncond(BranchCondition condition, Register lhs, Register rhs) { in IsUncond() 3026 MipsAssembler::Branch::Branch(bool is_r6, in Branch() function in art::mips::MipsAssembler::Branch 3044 MipsAssembler::Branch::Branch(bool is_r6, in Branch() function in art::mips::MipsAssembler::Branch 3104 MipsAssembler::Branch::Branch(bool is_r6, in Branch() function in art::mips::MipsAssembler::Branch 3124 MipsAssembler::BranchCondition MipsAssembler::Branch::OppositeCondition( in OppositeCondition() [all …]
|
D | assembler_mips.h | 1457 class Branch { 1546 Branch(bool is_r6, uint32_t location, uint32_t target, bool is_call, bool is_bare); 1548 Branch(bool is_r6, 1556 Branch(bool is_r6, 1682 friend std::ostream& operator<<(std::ostream& os, const Branch::Type& rhs); 1683 friend std::ostream& operator<<(std::ostream& os, const Branch::OffsetBits& rhs); 1734 void MoveInstructionToDelaySlot(Branch& branch); 1739 Branch* GetBranch(uint32_t branch_id); 1740 const Branch* GetBranch(uint32_t branch_id) const; 1741 uint32_t GetBranchLocationOrPcRelBase(const MipsAssembler::Branch* branch) const; [all …]
|
/art/compiler/utils/mips64/ |
D | assembler_mips64.cc | 2350 void Mips64Assembler::Branch::InitShortOrLong(Mips64Assembler::Branch::OffsetBits offset_size, in InitShortOrLong() 2351 Mips64Assembler::Branch::Type short_type, in InitShortOrLong() 2352 Mips64Assembler::Branch::Type long_type) { in InitShortOrLong() 2356 void Mips64Assembler::Branch::InitializeType(Type initial_type, bool is_r6) { in InitializeType() 2421 bool Mips64Assembler::Branch::IsNop(BranchCondition condition, GpuRegister lhs, GpuRegister rhs) { in IsNop() 2433 bool Mips64Assembler::Branch::IsUncond(BranchCondition condition, in IsUncond() 2449 Mips64Assembler::Branch::Branch(uint32_t location, uint32_t target, bool is_call, bool is_bare) in Branch() function in art::mips64::Mips64Assembler::Branch 2461 Mips64Assembler::Branch::Branch(bool is_r6, in Branch() function in art::mips64::Mips64Assembler::Branch 2511 Mips64Assembler::Branch::Branch(uint32_t location, GpuRegister dest_reg, Type label_or_literal_type) in Branch() function in art::mips64::Mips64Assembler::Branch 2522 Mips64Assembler::BranchCondition Mips64Assembler::Branch::OppositeCondition( in OppositeCondition() [all …]
|
D | assembler_mips64.h | 1475 class Branch { 1540 Branch(uint32_t location, uint32_t target, bool is_call, bool is_bare); 1542 Branch(bool is_r6, 1550 Branch(uint32_t location, GpuRegister dest_reg, Type label_or_literal_type); 1651 friend std::ostream& operator<<(std::ostream& os, const Branch::Type& rhs); 1652 friend std::ostream& operator<<(std::ostream& os, const Branch::OffsetBits& rhs); 1687 Branch* GetBranch(uint32_t branch_id); 1688 const Branch* GetBranch(uint32_t branch_id) const; 1694 void EmitBranch(Branch* branch); 1708 std::vector<Branch> branches_;
|
/art/test/800-smali/smali/ |
D | b_121191566.smali | 15 if-eqz v4, :Branch 20 :Branch
|
D | b_22411633_4.smali | 20 # Branch backward.
|
D | b_22411633_5.smali | 23 # Branch backward.
|
D | b_22411633_3.smali | 14 # Branch forward.
|
D | b_22411633_1.smali | 14 # Branch forward.
|
D | b_22411633_2.smali | 14 # Branch forward.
|
/art/tools/tracefast-plugin/ |
D | tracefast.cc | 108 void Branch(art::Thread* thread ATTRIBUTE_UNUSED, in Branch() function in tracefast::Tracer
|
/art/runtime/ |
D | instrumentation.h | 142 virtual void Branch(Thread* thread, 426 void Branch(Thread* thread, ArtMethod* method, uint32_t dex_pc, int32_t offset) const in Branch() function
|
D | trace.h | 221 void Branch(Thread* thread,
|
D | instrumentation_test.cc | 140 void Branch(Thread* thread ATTRIBUTE_UNUSED, in Branch() function in art::instrumentation::TestInstrumentationListener 421 instr->Branch(self, method, dex_pc, -1); in ReportEvent()
|
D | trace.cc | 780 void Trace::Branch(Thread* /*thread*/, ArtMethod* method, in Branch() function in art::Trace
|
D | instrumentation.cc | 1230 listener->Branch(thread, method, dex_pc, offset); in BranchImpl()
|
D | debugger.cc | 257 void Branch(Thread* /*thread*/, ArtMethod* method, uint32_t dex_pc, int32_t dex_pc_offset) in Branch() function in art::DebugInstrumentationListener
|
/art/openjdkjvmti/ |
D | events.cc | 938 void Branch(art::Thread* self ATTRIBUTE_UNUSED, in Branch() function in openjdkjvmti::JvmtiMethodTraceListener
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 2066 bnec $v1, $s2, .Limt_conflict_trampoline_dex_cache_miss # Branch if method index miss. 2070 # Branch if found.
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 2171 bne $v1, $s2, .Limt_conflict_trampoline_dex_cache_miss # Branch if method index miss. 2177 # Branch if found.
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 252 instrumentation->Branch(self, shadow_frame.GetMethod(), dex_pc, offset); in BranchInstrumentation()
|