Searched defs:ret_type (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_mips64.cc361 Primitive::Type ret_type = instruction_->GetType(); variable
362 Location ret_loc = calling_convention.GetReturnLocation(ret_type);
363 mips64_codegen->MoveLocation(locations->Out(), ret_loc, ret_type);
H A Dcode_generator_arm64.cc464 Primitive::Type ret_type = instruction_->GetType(); variable
465 Location ret_loc = calling_convention.GetReturnLocation(ret_type);
466 arm64_codegen->MoveLocation(locations->Out(), ret_loc, ret_type);
H A Dcode_generator_mips.cc410 Primitive::Type ret_type = instruction_->GetType(); variable
411 Location ret_loc = calling_convention.GetReturnLocation(ret_type);
412 mips_codegen->MoveLocation(locations->Out(), ret_loc, ret_type);

Completed in 52 milliseconds