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

  /art/compiler/
compilers.cc 87 size_t pointer_size = InstructionSetPointerSize(GetCompilerDriver()->GetInstructionSet());
image_writer.cc 88 target_ptr_size_ = InstructionSetPointerSize(compiler_driver_.GetInstructionSet());
    [all...]
  /art/runtime/
instruction_set.h 128 static inline size_t InstructionSetPointerSize(InstructionSet isa) {
  /art/compiler/jni/quick/
jni_compiler.cc 312 InstructionSetPointerSize(instruction_set));
  /art/compiler/dex/quick/
gen_invoke.cc 481 InstructionSetPointerSize(cu->instruction_set)).Int32Value();
    [all...]
  /art/oatdump/
oatdump.cc     [all...]
  /art/patchoat/
patchoat.cc 531 const size_t pointer_size = InstructionSetPointerSize(isa_);
    [all...]

Completed in 185 milliseconds