/hardware/bsp/intel/peripheral/libupm/src/zfm20/ |
jsupm_zfm20.i | 15 $1 = ($input)->Uint32Value();
|
/art/runtime/ |
art_field.cc | 43 DCHECK_ALIGNED(num_bytes.Uint32Value(), 8); 47 offset_ = num_bytes.Uint32Value();
|
offsets.h | 33 uint32_t Uint32Value() const {
|
transaction.cc | 331 auto it = field_values_.find(offset.Uint32Value()); 337 field_values_.insert(std::make_pair(offset.Uint32Value(), field_value)); 346 if (field_offset.Uint32Value() == mirror::Class::ClassOffset().Uint32Value()) { 351 field_offset.Uint32Value() == mirror::Array::LengthOffset().Uint32Value()) {
|
class_linker_test.cc | 352 MemberOffset end_ref_offset(start_ref_offset.Uint32Value() + 362 ASSERT_EQ(current_ref_offset.Uint32Value(), field->GetOffset().Uint32Value()); 363 if (current_ref_offset.Uint32Value() == end_ref_offset.Uint32Value()) { 369 current_ref_offset = MemberOffset(current_ref_offset.Uint32Value() + 373 if (field->GetOffset().Uint32Value() < end_ref_offset.Uint32Value()) { 375 ASSERT_LT(field->GetOffset().Uint32Value(), start_ref_offset.Uint32Value()); [all...] |
art_field-inl.h | 354 if (field.GetOffset().Uint32Value() == field_offset) { 358 const uint32_t offset = field.GetOffset().Uint32Value();
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
wrappers.proto | 91 // The JSON representation for `UInt32Value` is JSON number. 92 message UInt32Value {
|
wrappers.pb.h | 47 class UInt32Value; 507 class LIBPROTOBUF_EXPORT UInt32Value : public ::google::protobuf::Message { 509 UInt32Value(); 510 virtual ~UInt32Value(); 512 UInt32Value(const UInt32Value& from); 514 inline UInt32Value& operator=(const UInt32Value& from) { 524 static const UInt32Value& default_instance(); 526 void UnsafeArenaSwap(UInt32Value* other) [all...] |
/art/compiler/jni/quick/ |
jni_compiler.cc | 148 CHECK_LT(handle_scope_offset.Uint32Value(), frame_size); 167 CHECK_LT(handle_scope_offset.Uint32Value(), frame_size); 168 CHECK_NE(handle_scope_offset.Uint32Value(), 169 main_jni_conv->SavedLocalReferenceCookieOffset().Uint32Value()); 388 return_save_location.Uint32Value() % 8 != 0) { 390 return_save_location = FrameOffset(return_save_location.Uint32Value() + kMipsPointerSize); 392 CHECK_LT(return_save_location.Uint32Value(), frame_size + main_out_arg_size); 529 CHECK_LT(handle_scope_offset.Uint32Value(), (frame_size + out_arg_size)); 559 CHECK_GT(in_off.Uint32Value(), frame_size); 572 CHECK_LT(out_off.Uint32Value(), frame_size) [all...] |
/external/v8/test/cctest/ |
test-platform.cc | 62 CHECK_EQ(0u, result->Uint32Value(isolate->GetCurrentContext()).FromJust() %
|
/art/runtime/mirror/ |
object.cc | 248 return IsClass() ? ArtField::FindStaticFieldWithOffset(AsClass(), offset.Uint32Value()) 249 : ArtField::FindInstanceFieldWithOffset(GetClass(), offset.Uint32Value());
|
object-inl.h | [all...] |
/art/compiler/debug/ |
elf_debug_info_writer.h | 301 uint32_t data_offset = mirror::Array::DataOffset(component_size).Uint32Value(); 302 uint32_t length_offset = mirror::Array::LengthOffset().Uint32Value(); 345 DCHECK_EQ(type->ClassOffset().Uint32Value(), 0u); 355 expr.WriteOpPlusUconst(mirror::Class::MethodsOffset().Uint32Value()); 378 info_.WriteUdata(DW_AT_data_member_location, field->GetOffset().Uint32Value()); 400 mirror::String::ValueOffset().Uint32Value());
|
/art/compiler/jni/quick/x86/ |
calling_convention_x86.cc | 135 int32_t spill_offset = CurrentParamStackOffset().Uint32Value();
|
/art/compiler/jni/quick/x86_64/ |
calling_convention_x86_64.cc | 113 int32_t spill_offset = CurrentParamStackOffset().Uint32Value();
|
/art/compiler/optimizing/ |
instruction_simplifier_arm64.cc | 59 GetGraph()->GetIntConstant(mirror::Array::DataOffset(access_size).Uint32Value());
|
code_generator_mips64.cc | [all...] |
intrinsics_arm.cc | [all...] |
code_generator_mips.cc | [all...] |
code_generator_arm.cc | [all...] |
code_generator_x86.cc | [all...] |
code_generator_x86_64.cc | [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/nano/ |
Extension.java | 467 Integer uint32Value = (Integer) value; 468 output.writeUInt32NoTag(uint32Value); 717 Integer uint32Value = (Integer) value; 718 return CodedOutputByteBufferNano.computeUInt32Size(fieldNumber, uint32Value); [all...] |
/prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/ |
protobuf-java-3.0.0-beta-2-sources.jar | |
/art/runtime/gc/space/ |
space_test.h | 127 return mirror::Array::DataOffset(Primitive::ComponentSize(Primitive::kPrimByte)).Uint32Value();
|