Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc493 DataType::Type ret_type = instruction_->GetType(); in EmitNativeCode() local
494 Location ret_loc = calling_convention.GetReturnLocation(ret_type); in EmitNativeCode()
495 arm64_codegen->MoveLocation(locations->Out(), ret_loc, ret_type); in EmitNativeCode()