Searched defs:Primitive (Results 1 - 4 of 4) sorted by relevance

/art/compiler/optimizing/
H A Dconstant_folding_test.cc37 Primitive::Type return_type = Primitive::kPrimInt) {
410 Primitive::kPrimLong);
475 Primitive::kPrimLong);
32 TestCode(const uint16_t* data, const std::string& expected_before, const std::string& expected_after_cf, const std::string& expected_after_dce, std::function<void(HGraph*)> check_after_cf, Primitive::Type return_type = Primitive::kPrimInt) argument
H A Dbuilder.h54 return_type_(Primitive::GetType(dex_compilation_unit_->GetShorty()[0])),
60 HGraphBuilder(HGraph* graph, Primitive::Type return_type = Primitive::kPrimInt) argument
103 HInstruction* LoadLocal(int register_index, Primitive::Type type) const;
109 void Unop_12x(const Instruction& instruction, Primitive::Type type);
112 void Binop_23x(const Instruction& instruction, Primitive::Type type);
115 void Binop_23x(const Instruction& instruction, Primitive::Type type, uint32_t dex_pc);
118 void Binop_23x_shift(const Instruction& instruction, Primitive::Type type);
121 Primitive::Type type,
126 void Binop_12x(const Instruction& instruction, Primitive
[all...]
H A Doptimizing_unit_test.h51 LiveInterval* interval = LiveInterval::MakeInterval(allocator, Primitive::kPrimInt, defined_by);
84 Primitive::Type return_type = Primitive::kPrimInt) {
82 CreateCFG(ArenaAllocator* allocator, const uint16_t* data, Primitive::Type return_type = Primitive::kPrimInt) argument
/art/runtime/
H A Dprimitive.h36 class Primitive { class in namespace:art
133 LOG(FATAL) << "Primitive char conversion on invalid type " << static_cast<int>(type);
169 DISALLOW_IMPLICIT_CONSTRUCTORS(Primitive);
172 std::ostream& operator<<(std::ostream& os, const Primitive::Type& state);

Completed in 98 milliseconds