Home
last modified time | relevance | path

Searched refs:Branch (Results 1 – 21 of 21) sorted by relevance

/art/compiler/utils/mips/
Dassembler_mips.cc2911 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 …]
Dassembler_mips.h1457 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/
Dassembler_mips64.cc2350 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 …]
Dassembler_mips64.h1475 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/
Db_121191566.smali15 if-eqz v4, :Branch
20 :Branch
Db_22411633_4.smali20 # Branch backward.
Db_22411633_5.smali23 # Branch backward.
Db_22411633_3.smali14 # Branch forward.
Db_22411633_1.smali14 # Branch forward.
Db_22411633_2.smali14 # Branch forward.
/art/tools/tracefast-plugin/
Dtracefast.cc108 void Branch(art::Thread* thread ATTRIBUTE_UNUSED, in Branch() function in tracefast::Tracer
/art/runtime/
Dinstrumentation.h142 virtual void Branch(Thread* thread,
426 void Branch(Thread* thread, ArtMethod* method, uint32_t dex_pc, int32_t offset) const in Branch() function
Dtrace.h221 void Branch(Thread* thread,
Dinstrumentation_test.cc140 void Branch(Thread* thread ATTRIBUTE_UNUSED, in Branch() function in art::instrumentation::TestInstrumentationListener
421 instr->Branch(self, method, dex_pc, -1); in ReportEvent()
Dtrace.cc780 void Trace::Branch(Thread* /*thread*/, ArtMethod* method, in Branch() function in art::Trace
Dinstrumentation.cc1230 listener->Branch(thread, method, dex_pc, offset); in BranchImpl()
Ddebugger.cc257 void Branch(Thread* /*thread*/, ArtMethod* method, uint32_t dex_pc, int32_t dex_pc_offset) in Branch() function in art::DebugInstrumentationListener
/art/openjdkjvmti/
Devents.cc938 void Branch(art::Thread* self ATTRIBUTE_UNUSED, in Branch() function in openjdkjvmti::JvmtiMethodTraceListener
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S2066 bnec $v1, $s2, .Limt_conflict_trampoline_dex_cache_miss # Branch if method index miss.
2070 # Branch if found.
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S2171 bne $v1, $s2, .Limt_conflict_trampoline_dex_cache_miss # Branch if method index miss.
2177 # Branch if found.
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h252 instrumentation->Branch(self, shadow_frame.GetMethod(), dex_pc, offset); in BranchInstrumentation()