Home
last modified time | relevance | path

Searched refs:initial_type (Results 1 – 3 of 3) sorted by relevance

/art/compiler/utils/mips64/
Dassembler_mips64.cc2336 void Mips64Assembler::Branch::InitializeType(Type initial_type, bool is_r6) { in InitializeType() argument
2340 switch (initial_type) { in InitializeType()
2346 type_ = initial_type; in InitializeType()
2375 LOG(FATAL) << "Unexpected branch type " << initial_type; in InitializeType()
2380 CHECK_EQ(initial_type, kBareCondBranch); in InitializeType()
Dassembler_mips64.h1630 void InitializeType(Type initial_type, bool is_r6);
/art/compiler/utils/mips/
Dassembler_mips.h1652 void InitializeType(Type initial_type, bool is_r6);