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

  /art/libartbase/arch/
instruction_set.h 179 constexpr PointerSize InstructionSetPointerSize(InstructionSet isa) {
  /art/imgdiag/
imgdiag.cc     [all...]
  /art/compiler/jni/quick/
jni_compiler.cc 498 ArtMethod::EntryPointFromJniOffset(InstructionSetPointerSize(instruction_set));
    [all...]
  /art/compiler/optimizing/
code_generator.h 204 + static_cast<size_t>(InstructionSetPointerSize(GetInstructionSet())) // Art method
    [all...]
register_allocator_linear_scan.cc 80 size_t ptr_size = static_cast<size_t>(InstructionSetPointerSize(codegen->GetInstructionSet()));
    [all...]
optimizing_compiler.cc 293 InstructionSetPointerSize(GetCompilerOptions().GetInstructionSet())));
    [all...]
register_allocator_graph_color.cc 572 return static_cast<size_t>(InstructionSetPointerSize(codegen.GetInstructionSet())) / kVRegSize;
    [all...]
  /art/dex2oat/linker/
image_writer.cc 225 target_ptr_size_ = InstructionSetPointerSize(compiler_options_.GetInstructionSet());
    [all...]
  /art/oatdump/
oatdump.cc     [all...]
  /art/runtime/
class_linker.cc 459 image_pointer_size_ = InstructionSetPointerSize(runtime->GetInstructionSet());
    [all...]

Completed in 581 milliseconds