Searched refs:Branch (Results 1 - 16 of 16) sorted by relevance

/art/compiler/utils/mips/
H A Dassembler_mips.cc1468 void MipsAssembler::Branch::InitShortOrLong(MipsAssembler::Branch::OffsetBits offset_size,
1469 MipsAssembler::Branch::Type short_type,
1470 MipsAssembler::Branch::Type long_type) {
1474 void MipsAssembler::Branch::InitializeType(bool is_call, bool is_r6) {
1503 bool MipsAssembler::Branch::IsNop(BranchCondition condition, Register lhs, Register rhs) {
1515 bool MipsAssembler::Branch::IsUncond(BranchCondition condition, Register lhs, Register rhs) {
1529 MipsAssembler::Branch::Branch(bool is_r6, uint32_t location, uint32_t target) function in class:art::mips::MipsAssembler::Branch
1539 MipsAssembler::Branch function in class:art::mips::MipsAssembler::Branch
1596 MipsAssembler::Branch::Branch(bool is_r6, uint32_t location, uint32_t target, Register indirect_reg) function in class:art::mips::MipsAssembler::Branch
[all...]
H A Dassembler_mips.h595 class Branch { class in class:art::mips::FINAL
630 // Branch length as a number of 4-byte-long instructions.
649 Branch(bool is_r6, uint32_t location, uint32_t target);
651 Branch(bool is_r6,
658 Branch(bool is_r6, uint32_t location, uint32_t target, Register indirect_reg);
691 // Branch instructions have signed offsets of 16, 19 (addiupc), 21 (beqzc/bnezc),
760 friend std::ostream& operator<<(std::ostream& os, const Branch::Type& rhs);
761 friend std::ostream& operator<<(std::ostream& os, const Branch::OffsetBits& rhs);
777 Branch* GetBranch(uint32_t branch_id);
778 const Branch* GetBranc
[all...]
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc1170 void Mips64Assembler::Branch::InitShortOrLong(Mips64Assembler::Branch::OffsetBits offset_size,
1171 Mips64Assembler::Branch::Type short_type,
1172 Mips64Assembler::Branch::Type long_type) {
1176 void Mips64Assembler::Branch::InitializeType(bool is_call) {
1193 bool Mips64Assembler::Branch::IsNop(BranchCondition condition, GpuRegister lhs, GpuRegister rhs) {
1205 bool Mips64Assembler::Branch::IsUncond(BranchCondition condition,
1221 Mips64Assembler::Branch::Branch(uint32_t location, uint32_t target) function in class:art::mips64::Mips64Assembler::Branch
1231 Mips64Assembler::Branch function in class:art::mips64::Mips64Assembler::Branch
1279 Mips64Assembler::Branch::Branch(uint32_t location, uint32_t target, GpuRegister indirect_reg) function in class:art::mips64::Mips64Assembler::Branch
[all...]
H A Dassembler_mips64.h517 class Branch { class in class:art::mips64::FINAL
545 // Branch length as a number of 4-byte-long instructions.
564 Branch(uint32_t location, uint32_t target);
566 Branch(uint32_t location,
572 Branch(uint32_t location, uint32_t target, GpuRegister indirect_reg);
605 // Branch instructions have signed offsets of 16, 19 (addiupc), 21 (beqzc/bnezc),
672 friend std::ostream& operator<<(std::ostream& os, const Branch::Type& rhs);
673 friend std::ostream& operator<<(std::ostream& os, const Branch::OffsetBits& rhs);
693 Branch* GetBranch(uint32_t branch_id);
694 const Branch* GetBranc
[all...]
/art/runtime/
H A Dinstrumentation.h98 virtual void Branch(Thread* thread,
349 void Branch(Thread* thread, ArtMethod* method, uint32_t dex_pc, int32_t offset) const
H A Dtrace.h167 void Branch(Thread* thread, ArtMethod* method, uint32_t dex_pc, int32_t dex_pc_offset)
H A Dinstrumentation_test.cc103 void Branch(Thread* thread ATTRIBUTE_UNUSED,
354 instr->Branch(self, method, dex_pc, -1);
H A Dinstrumentation.cc957 listener->Branch(thread, method, dex_pc, offset);
H A Dtrace.cc819 void Trace::Branch(Thread* /*thread*/, ArtMethod* method,
H A Ddebugger.cc233 void Branch(Thread* /*thread*/, ArtMethod* method, uint32_t dex_pc, int32_t dex_pc_offset)
/art/compiler/utils/arm/
H A Dassembler_thumb2.h258 // Branch instructions.
411 // Branch type.
427 // Branch variants.
471 static Fixup Branch(uint32_t location, Type type, Size size = kBranch16Bit, function in class:art::arm::FINAL::Fixup
H A Dassembler_thumb2.cc2576 FixupId branch_id = AddFixup(Fixup::Branch(pc, branch_type, size, cond));
2583 // Branch target is an unbound label. Add it to a singly-linked list maintained within
/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S1684 # Branch if found.
/art/runtime/arch/mips64/
H A Dquick_entrypoints_mips64.S1703 # Branch if found.
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc70 instrumentation->Branch(self, method, dex_pc, offset); \
H A Dinterpreter_switch_impl.cc75 instrumentation->Branch(self, method, dex_pc, offset); \

Completed in 192 milliseconds