Searched refs:GetValue (Results 1 - 25 of 63) sorted by last modified time

123

/art/runtime/
H A Dcheck_jni.cc165 // This method is const because we need to ensure that one only uses the GetValue method on an
183 JniValueType GetValue(char fmt) { function in class:art::VarArgs
873 if (!CheckPossibleHeapValue(soa, shorty[i], args.GetValue(shorty[i]))) {
986 TracePossibleHeapValue(soa, entry, shorty[i], args.GetValue(shorty[i]), msg);
H A Dcheck_reference_map_visitor.h82 DCHECK_EQ(location.GetValue() % kFrameSlotSize, 0);
84 location.GetValue() / kFrameSlotSize));
88 CHECK_NE(register_mask & (1 << location.GetValue()), 0u);
96 CHECK_EQ(location.GetValue(), 0);
H A Ddebugger.cc4343 const jchar* chars = (name.Get() != nullptr) ? name->GetValue() : nullptr;
H A Dintern_table.cc389 const uint16_t* a_value = a_string->GetValue();
H A Djni_internal.cc1672 const jchar* chars = s->GetValue();
1686 const jchar* chars = s->GetValue();
1699 memcpy(chars, s->GetValue(), sizeof(jchar) * s->GetLength());
1708 return static_cast<jchar*>(s->GetValue());
1715 if (chars != s->GetValue()) {
1739 return static_cast<jchar*>(s->GetValue());
1770 const uint16_t* chars = s->GetValue();
H A Dlock_word.h139 return LockWord().GetValue() == lw.GetValue();
208 return lw1.GetValue() == lw2.GetValue();
243 // Note GetValue() includes the read barrier bits and comparing (==)
244 // GetValue() between two lock words to compare the lock states may
246 uint32_t GetValue() const { function in class:art::LockWord
H A Dstack_map.cc89 << " (" << location.GetValue() << ")" << suffix << '\n';
H A Dstack_map.h165 int32_t GetValue() const { return value_; } function in class:art::DexRegisterLocation::Kind
204 int32_t value = dex_register_location.GetValue();
297 return IsShortStackOffsetValue(location.GetValue())
303 DCHECK_GE(location.GetValue(), 0);
304 DCHECK_LT(location.GetValue(), 1 << kValueBits);
309 DCHECK_GE(location.GetValue(), 0);
310 DCHECK_LT(location.GetValue(), 1 << kValueBits);
314 return IsShortConstantValue(location.GetValue())
331 return IsShortStackOffsetValue(location.GetValue());
340 return IsShortConstantValue(location.GetValue());
[all...]
/art/runtime/hprof/
H A Dhprof.cc1357 string_value = reinterpret_cast<mirror::Object*>(s->GetValue());
1377 __ AddU2List(s->GetValue(), s->GetLength());
/art/runtime/interpreter/
H A Dinterpreter_common.h1002 ref_value->AsString()->GetValue() != nullptr) {
H A Dunstarted_runtime_test.cc403 EXPECT_EQ(memcmp(string_arg->GetValue(), string_result->GetValue(),
/art/runtime/mirror/
H A Dobject-inl.h79 OFFSET_OF_OBJECT_MEMBER(Object, monitor_), new_val.GetValue());
82 OFFSET_OF_OBJECT_MEMBER(Object, monitor_), new_val.GetValue());
89 OFFSET_OF_OBJECT_MEMBER(Object, monitor_), old_val.GetValue(), new_val.GetValue());
95 OFFSET_OF_OBJECT_MEMBER(Object, monitor_), old_val.GetValue(), new_val.GetValue());
101 OFFSET_OF_OBJECT_MEMBER(Object, monitor_), old_val.GetValue(), new_val.GetValue());
H A Dobject_test.cc64 ASSERT_TRUE(string->GetValue() != nullptr);
H A Dstring-inl.h70 uint16_t* value = string->GetValue();
98 memcpy(string->GetValue(), src, count_ * sizeof(uint16_t));
120 const uint16_t* const src = src_string_->GetValue() + offset_;
121 memcpy(string->GetValue(), src, count_ * sizeof(uint16_t));
142 return GetValue()[index];
223 DCHECK(result != 0 || ComputeUtf16Hash(GetValue(), GetLength()) == 0)
H A Dstring.cc44 const uint16_t* chars = GetValue();
68 const int32_t hash_code = ComputeUtf16Hash(GetValue(), GetLength());
74 return CountUtf8Bytes(GetValue(), GetLength());
79 GetValue()[index] = c;
91 uint16_t* new_value = new_string->GetValue();
92 memcpy(new_value, string->GetValue(), length * sizeof(uint16_t));
93 memcpy(new_value + length, string2->GetValue(), length2 * sizeof(uint16_t));
105 uint16_t* array = string->GetValue();
129 uint16_t* utf16_data_out = string->GetValue();
222 const uint16_t* chars = GetValue();
[all...]
H A Dstring.h53 uint16_t* GetValue() SHARED_REQUIRES(Locks::mutator_lock_) {
/art/runtime/native/
H A Djava_lang_Class.cc196 const uint16_t* const data = name->GetValue();
H A Dlibcore_util_CharsetUtils.cc168 const jchar* src = &(string->GetValue()[offset]);
/art/cmdline/
H A Dcmdline_parse_result.h83 const T& GetValue() const { function in struct:art::CmdlineParseResult
91 T& GetValue() { function in struct:art::CmdlineParseResult
H A Dcmdline_types.h356 return Result::Success(MillisecondsToNanoseconds::FromMilliseconds(res.GetValue()));
732 const T& value = result.GetValue();
/art/cmdline/detail/
H A Dcmdline_parse_argument_detail.h450 TArg& value = result.GetValue();
/art/compiler/debug/
H A Delf_debug_loc_writer.h216 const int32_t value = reg_loc.GetValue();
221 reg_hi.GetValue() == value + 4) {
227 reg_hi.GetValue() == value) {
233 reg_hi.GetValue() == value + 1 && value % 2 == 0) {
240 reg_hi.GetValue() == reg_lo.GetValue()) {
/art/compiler/optimizing/
H A Dbounds_check_elimination.cc39 int32_t instr_const = instruction->AsIntConstant()->GetValue();
77 int32_t v = right->AsIntConstant()->GetValue();
97 return ValueBound(nullptr, instruction->AsIntConstant()->GetValue());
113 return ValueBound(nullptr, instruction->AsIntConstant()->GetValue());
458 int32_t initial_constant = initial_->AsIntConstant()->GetValue();
835 int32_t constant = index->AsIntConstant()->GetValue();
840 if (constant < array_length->AsIntConstant()->GetValue()) {
975 ValueRange* range = left_range->Add(right->AsIntConstant()->GetValue());
990 ValueRange* range = left_range->Add(-right->AsIntConstant()->GetValue());
1046 right_const = right->AsIntConstant()->GetValue();
[all...]
H A Dcode_generator.cc924 int64_t value = current->AsLongConstant()->GetValue();
932 int64_t value = bit_cast<int64_t, double>(current->AsDoubleConstant()->GetValue());
940 int32_t value = current->AsIntConstant()->GetValue();
946 int32_t value = bit_cast<int32_t, float>(current->AsFloatConstant()->GetValue());
1255 if ((src_pos != nullptr && src_pos->GetValue() < 0) ||
1256 (dest_pos != nullptr && dest_pos->GetValue() < 0)) {
1264 int32_t len = length->GetValue();
1274 if (src_pos != nullptr && dest_pos != nullptr && src_pos->GetValue() < dest_pos->GetValue()) {
H A Dcode_generator.h379 return constant->AsIntConstant()->GetValue();
384 return bit_cast<int32_t, float>(constant->AsFloatConstant()->GetValue());
390 return constant->AsIntConstant()->GetValue();
394 return bit_cast<int32_t, float>(constant->AsFloatConstant()->GetValue());
396 return constant->AsLongConstant()->GetValue();
399 return bit_cast<int64_t, double>(constant->AsDoubleConstant()->GetValue());

Completed in 235 milliseconds

123