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

  /art/patchoat/
patchoat.h 171 if (InstructionSetPointerSize(isa_) == sizeof(uint32_t)) {
184 if (InstructionSetPointerSize(isa_) == 4) {
patchoat.cc 492 const size_t pointer_size = InstructionSetPointerSize(isa_);
498 const size_t pointer_size = InstructionSetPointerSize(isa_);
509 const size_t pointer_size = InstructionSetPointerSize(isa_);
587 const size_t pointer_size = InstructionSetPointerSize(isa_);
708 const size_t pointer_size = InstructionSetPointerSize(isa_);
739 const size_t pointer_size = InstructionSetPointerSize(isa_);
    [all...]
  /art/runtime/arch/
instruction_set.h 150 static inline size_t InstructionSetPointerSize(InstructionSet isa) {
  /art/compiler/optimizing/
sharpening.cc 244 size_t pointer_size = InstructionSetPointerSize(codegen_->GetInstructionSet());
inliner.cc     [all...]
code_generator.h 190 + InstructionSetPointerSize(GetInstructionSet()) // Art method
optimizing_compiler.cc 282 InstructionSetPointerSize(GetCompilerDriver()->GetInstructionSet())));
    [all...]
code_generator.cc 138 auto pointer_size = InstructionSetPointerSize(GetInstructionSet());
    [all...]
register_allocator.cc 81 reserved_out_slots_ = InstructionSetPointerSize(codegen->GetInstructionSet()) / kVRegSize +
    [all...]
  /art/compiler/driver/
compiler_driver-inl.h 339 const size_t pointer_size = InstructionSetPointerSize(GetInstructionSet());
compiler_driver.cc     [all...]
  /art/compiler/jni/quick/
jni_compiler.cc 366 InstructionSetPointerSize(instruction_set));
  /art/runtime/
stack.h 730 return InstructionSetPointerSize(isa) + out_num * sizeof(uint32_t);
stack.cc     [all...]
class_linker.cc 363 image_pointer_size_ = InstructionSetPointerSize(runtime->GetInstructionSet());
    [all...]
  /art/imgdiag/
imgdiag.cc 288 const size_t pointer_size = InstructionSetPointerSize(
    [all...]
  /art/compiler/
image_writer.cc 123 target_ptr_size_ = InstructionSetPointerSize(compiler_driver_.GetInstructionSet());
    [all...]

Completed in 1054 milliseconds