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

  /external/llvm/lib/Target/AArch64/
AArch64SelectionDAGInfo.cpp 25 ConstantSDNode *SizeValue = dyn_cast<ConstantSDNode>(Size);
32 if (bzeroEntry && (!SizeValue || SizeValue->getZExtValue() > 256)) {
  /art/runtime/
offsets.h 37 size_t SizeValue() const {
fault_handler.cc 59 reinterpret_cast<char*>(method) + ArtMethod::DeclaringClassOffset().SizeValue();
80 char* obj_cls = reinterpret_cast<char*>(obj) + mirror::Object::ClassOffset().SizeValue();
  /art/compiler/optimizing/
load_store_elimination.cc 441 size_t offset = instruction->GetFieldInfo().GetFieldOffset().SizeValue();
448 size_t offset = instruction->GetFieldInfo().GetFieldOffset().SizeValue();
456 size_t offset = instruction->GetFieldInfo().GetFieldOffset().SizeValue();
463 size_t offset = instruction->GetFieldInfo().GetFieldOffset().SizeValue();
common_arm64.h 201 return HeapOperand(base, offset.SizeValue());
load_store_analysis.h 401 const size_t offset = field_info.GetFieldOffset().SizeValue();
scheduler.cc 155 field->GetFieldOffset().SizeValue(),
nodes.h     [all...]
code_generator_x86_64.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_x86.cc     [all...]
  /art/compiler/jni/quick/
jni_compiler.cc 393 is_fast_native).SizeValue());
575 saved_cookie_offset = FrameOffset(saved_cookie_offset.SizeValue() + out_arg_size_diff);
577 FrameOffset(locked_object_handle_scope_offset.SizeValue() + out_arg_size_diff);
578 return_save_location = FrameOffset(return_save_location.SizeValue() + out_arg_size_diff);
589 is_fast_native).SizeValue());
    [all...]
calling_convention.cc 231 CHECK_LT(displacement_.SizeValue(),
  /art/runtime/mirror/
array-inl.h 49 size_t header_size = DataOffset(1U << component_size_shift).SizeValue();
76 size_t header_size = Array::DataOffset(component_size).SizeValue();
187 DataOffset(1U << component_size_shift).SizeValue(),
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 754 const uint64_t SizeValue = Size->getValue().getLimitedValue();
755 if (SizeValue == ~0ULL ||
756 !ConstantInt::isValueValidForType(IntptrTy, SizeValue))
763 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison};
    [all...]
  /art/runtime/hprof/
hprof.cc     [all...]
  /art/runtime/gc/collector/
concurrent_copying.cc     [all...]
  /art/runtime/arch/
stub_test.cc     [all...]

Completed in 657 milliseconds