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

  /art/runtime/arch/
instruction_set.h 128 static inline bool Is64BitInstructionSet(InstructionSet isa) {
151 return Is64BitInstructionSet(isa) ? 8U : 4U;
  /art/compiler/debug/
elf_debug_writer.cc 97 if (Is64BitInstructionSet(isa)) {
136 if (Is64BitInstructionSet(isa)) {
169 if (Is64BitInstructionSet(isa)) {
elf_debug_frame_writer.h 38 bool is64bit = Is64BitInstructionSet(isa);
215 const bool is64bit = Is64BitInstructionSet(builder->GetIsa());
elf_debug_line_writer.h 56 const bool is64bit = Is64BitInstructionSet(builder_->GetIsa());
elf_debug_loc_writer.h 204 const bool is64bit = Is64BitInstructionSet(isa);
elf_debug_info_writer.h 116 info_(Is64BitInstructionSet(owner_->builder_->GetIsa()), &owner->debug_abbrev_) {
  /art/imgdiag/
imgdiag_test.cc 77 if (OS::FileExists(root32.c_str()) && !Is64BitInstructionSet(kRuntimeISA)) {
  /art/compiler/
elf_writer_quick.cc 133 if (Is64BitInstructionSet(instruction_set)) {
  /art/runtime/
stack.cc 334 const bool target64 = Is64BitInstructionSet(kRuntimeISA);
410 bool target64 = Is64BitInstructionSet(kRuntimeISA);
    [all...]
runtime.cc     [all...]
utils.cc     [all...]
  /art/compiler/jni/quick/
jni_compiler.cc 72 const bool is_64_bit_target = Is64BitInstructionSet(instruction_set);
  /art/compiler/optimizing/
inliner.cc 688 Primitive::Type type = Is64BitInstructionSet(graph_->GetInstructionSet())
    [all...]
nodes.cc 525 Is64BitInstructionSet(instruction_set_) ? Primitive::kPrimLong : Primitive::kPrimInt,
    [all...]
  /art/oatdump/
oatdump.cc     [all...]
  /art/compiler/driver/
compiler_driver.cc 436 if (Is64BitInstructionSet(instruction_set_)) { \
    [all...]

Completed in 658 milliseconds