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

  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints_test.cc 84 // GetInstructionSetPointerSize.
86 EXPECT_EQ(GetInstructionSetPointerSize(kArm), GetConstExprPointerSize(kArm));
87 EXPECT_EQ(GetInstructionSetPointerSize(kArm64), GetConstExprPointerSize(kArm64));
88 EXPECT_EQ(GetInstructionSetPointerSize(kMips), GetConstExprPointerSize(kMips));
89 EXPECT_EQ(GetInstructionSetPointerSize(kX86), GetConstExprPointerSize(kX86));
90 EXPECT_EQ(GetInstructionSetPointerSize(kX86_64), GetConstExprPointerSize(kX86_64));
  /art/runtime/
instruction_set_test.cc 50 EXPECT_EQ(kPointerSize, GetInstructionSetPointerSize(kRuntimeISA));
instruction_set.h 82 static inline size_t GetInstructionSetPointerSize(InstructionSet isa) {
  /art/compiler/dex/quick/x86/
call_x86.cc 237 GetInstructionSetPointerSize(cu_->instruction_set));
282 GetInstructionSetPointerSize(cu_->instruction_set)));
315 stack_increment_ = OpRegImm(kOpAdd, rs_rX86_SP, frame_size_ - GetInstructionSetPointerSize(cu_->instruction_set));
target_x86.cc 696 int offset = frame_size_ - (GetInstructionSetPointerSize(cu_->instruction_set) * num_core_spills_);
702 offset += GetInstructionSetPointerSize(cu_->instruction_set);
713 int offset = frame_size_ - (GetInstructionSetPointerSize(cu_->instruction_set) * num_core_spills_);
719 offset += GetInstructionSetPointerSize(cu_->instruction_set);
729 int offset = frame_size_ - (GetInstructionSetPointerSize(cu_->instruction_set) * (num_fp_spills_ + num_core_spills_));
743 int offset = frame_size_ - (GetInstructionSetPointerSize(cu_->instruction_set) * (num_fp_spills_ + num_core_spills_));
    [all...]
  /art/compiler/
oat_test.cc 190 EXPECT_EQ(79 * GetInstructionSetPointerSize(kRuntimeISA), sizeof(QuickEntryPoints));
  /art/compiler/dex/quick/
codegen_util.cc 767 unsigned int ptr_size = GetInstructionSetPointerSize(cu_->instruction_set);
    [all...]

Completed in 182 milliseconds