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

  /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);
linkage.cc 71 if (GetReturnLocation(i) != other->GetReturnLocation(i)) return false;
202 if (!GetReturnLocation(i).IsRegister()) return false;
instruction-selector.cc 702 buffer->descriptor->GetReturnLocation(static_cast<int>(i));
    [all...]
  /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_mips.h 85 Location GetReturnLocation(Primitive::Type type) const OVERRIDE;
103 Location GetReturnLocation(Primitive::Type return_type);
119 Location GetReturnLocation(Primitive::Type type) const OVERRIDE {
code_generator_mips64.h 83 Location GetReturnLocation(Primitive::Type type) const OVERRIDE;
101 Location GetReturnLocation(Primitive::Type return_type);
117 Location GetReturnLocation(Primitive::Type type ATTRIBUTE_UNUSED) const OVERRIDE {
code_generator_x86.h 87 Location GetReturnLocation(Primitive::Type type) const OVERRIDE;
106 Location GetReturnLocation(Primitive::Type type) const OVERRIDE {
code_generator_x86_64.h 92 Location GetReturnLocation(Primitive::Type type ATTRIBUTE_UNUSED) const OVERRIDE {
116 Location GetReturnLocation(Primitive::Type type) const OVERRIDE;
intrinsics_mips.cc     [all...]
intrinsics_mips64.cc     [all...]
code_generator.h 147 virtual Location GetReturnLocation(Primitive::Type type) const = 0;
169 virtual Location GetReturnLocation(Primitive::Type type) const = 0;
    [all...]
code_generator_arm_vixl.h 177 Location GetReturnLocation(Primitive::Type type) const OVERRIDE;
197 Location GetReturnLocation(Primitive::Type type) const OVERRIDE {
    [all...]
intrinsics_arm64.cc     [all...]
code_generator.cc 333 locations->SetOut(visitor->GetReturnLocation(invoke->GetType()));
446 locations->SetOut(calling_convention.GetReturnLocation(field_type));
533 MoveLocation(locations->Out(), calling_convention.GetReturnLocation(field_type), field_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_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_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_arm_vixl.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc     [all...]

Completed in 565 milliseconds