HomeSort by relevance Sort by last modified time
    Searched defs:GetReturnLocation (Results 1 - 8 of 8) sorted by null

  /art/compiler/optimizing/
code_generator_arm64.h 174 Location GetReturnLocation(Primitive::Type return_type);
190 Location GetReturnLocation(Primitive::Type return_type) const {
205 Location GetReturnLocation(Primitive::Type return_type) const OVERRIDE {
206 return calling_convention.GetReturnLocation(return_type);
226 Location GetReturnLocation(Primitive::Type type ATTRIBUTE_UNUSED) const OVERRIDE {
    [all...]
code_generator_mips64.cc 62 Location InvokeDexCallingConventionVisitorMIPS64::GetReturnLocation(Primitive::Type type) const {
97 Location InvokeRuntimeCallingConvention::GetReturnLocation(Primitive::Type type) {
448 Location ret_loc = calling_convention.GetReturnLocation(ret_type);
    [all...]
code_generator_arm64.cc 161 Location InvokeRuntimeCallingConvention::GetReturnLocation(Primitive::Type return_type) {
357 arm64_codegen->MoveLocation(out, calling_convention.GetReturnLocation(type), type);
428 arm64_codegen->MoveLocation(locations->Out(), calling_convention.GetReturnLocation(type), type);
561 Location ret_loc = calling_convention.GetReturnLocation(ret_type);
    [all...]
code_generator_x86_64.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips.cc 66 Location InvokeDexCallingConventionVisitorMIPS::GetReturnLocation(Primitive::Type type) const {
142 Location InvokeRuntimeCallingConvention::GetReturnLocation(Primitive::Type type) {
498 Location ret_loc = calling_convention.GetReturnLocation(ret_type);
    [all...]
code_generator_x86.cc     [all...]
  /external/v8/src/compiler/
linkage.h 259 LinkageLocation GetReturnLocation(size_t index) const {
394 LinkageLocation GetReturnLocation(size_t index = 0) const {
395 return incoming_->GetReturnLocation(index);

Completed in 387 milliseconds