HomeSort by relevance Sort by last modified time
    Searched full:uint32value (Results 26 - 50 of 52) sorted by null

12 3

  /art/compiler/optimizing/
intrinsics_x86_64.cc     [all...]
intrinsics_x86.cc     [all...]
intrinsics_arm64.cc     [all...]
inliner.cc     [all...]
code_generator_arm64.cc     [all...]
intrinsics_mips.cc     [all...]
nodes.h     [all...]
  /art/runtime/
art_method.h 757 const auto addr = reinterpret_cast<uintptr_t>(this) + offset.Uint32Value();
770 const auto addr = reinterpret_cast<uintptr_t>(this) + offset.Uint32Value();
class_linker.cc 287 if (!IsAligned<n>(field_offset->Uint32Value())) {
289 *field_offset = MemberOffset(RoundUp(field_offset->Uint32Value(), n));
290 AddFieldGap(old_offset.Uint32Value(), field_offset->Uint32Value(), gaps);
303 DCHECK_ALIGNED(field_offset->Uint32Value(), n);
305 *field_offset = MemberOffset(field_offset->Uint32Value() + n);
    [all...]
thread.h 582 return QuickEntryPointOffset<4>(quick_entrypoint_offset).Uint32Value();
584 return QuickEntryPointOffset<8>(quick_entrypoint_offset).Uint32Value();
    [all...]
jni_internal_test.cc     [all...]
thread.cc     [all...]
  /art/runtime/interpreter/
interpreter_common.cc 148 field_offset.Uint32Value());
367 field_offset.Uint32Value());
    [all...]
  /art/runtime/mirror/
class-inl.h 288 EmbeddedVTableOffset(pointer_size).Uint32Value() + i * VTableEntrySize(pointer_size));
    [all...]
class.h     [all...]
  /art/compiler/
image_writer.cc 412 object->SetLockWord(LockWord::FromForwardingAddress(bin_slot.Uint32Value()), false);
783 field_offset = MemberOffset(field_offset.Uint32Value() +
    [all...]
image_writer.h 237 uint32_t Uint32Value() const { return lockword_; }
  /art/runtime/gc/space/
image_space.cc 764 if (offset.Uint32Value() != mirror::Object::ClassOffset().Uint32Value()) {
    [all...]
  /art/runtime/quick/
inline_method_analyser.cc 748 uint32_t field_offset = field->GetOffset().Uint32Value();
  /prebuilts/tools/common/m2/repository/com/google/protobuf/nano/protobuf-javanano/3.0.0-alpha-5/
protobuf-javanano-3.0.0-alpha-5.jar 
  /art/imgdiag/
imgdiag.cc 250 size_t data_offset = mirror::Array::DataOffset(component_size).Uint32Value();
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 426 << " offset=" << offset_.Uint32Value()
    [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]
  /external/v8/src/
api.cc     [all...]

Completed in 1611 milliseconds

12 3