Home
last modified time | relevance | path

Searched refs:GetValue (Results 51 – 75 of 77) sorted by relevance

1234

/art/runtime/
Dstack_map.h259 return GetValue() << GetShift(); in BIT_TABLE_HEADER()
Dintern_table.cc356 const uint16_t* a_value = a_string->GetValue(); in operator ()()
Ddebugger.cc320 const jchar* chars = (name != nullptr) ? name->GetValue() : nullptr; in DdmSendThreadNotification()
/art/dexlayout/
Ddex_verify.cc559 return VerifyEncodedValue(orig->GetValue(), output->GetValue(), orig_offset, error_msg); in VerifyAnnotationElement()
Ddex_writer.cc204 WriteEncodedValue(stream, annotation_element->GetValue()); in WriteEncodedAnnotation()
Ddex_ir.h839 EncodedValue* GetValue() const { return value_.get(); } in GetValue() function
Ddexlayout.cc499 DumpEncodedValue(subannotation->GetValue()); in DumpEncodedAnnotation()
/art/runtime/jni/
Djni_internal.cc1845 const jchar* chars = static_cast<jchar*>(s->GetValue()); in GetStringRegion()
1865 const jchar* chars = s->GetValue(); in GetStringUTFRegion()
1885 memcpy(chars, s->GetValue(), sizeof(jchar) * s->GetLength()); in GetStringChars()
1895 return static_cast<jchar*>(s->GetValue()); in GetStringChars()
1902 if (s->IsCompressed() || (s->IsCompressed() == false && chars != s->GetValue())) { in ReleaseStringChars()
1937 return static_cast<jchar*>(s->GetValue()); in GetStringCritical()
1955 if (s->IsCompressed() || (s->IsCompressed() == false && s->GetValue() != chars)) { in ReleaseStringCritical()
1977 const uint16_t* chars = s->GetValue(); in GetStringUTFChars()
Dcheck_jni.cc213 JniValueType GetValue(char fmt) { in GetValue() function in art::__anon846bc2ca0111::VarArgs
956 if (!CheckPossibleHeapValue(soa, shorty[i], args.GetValue(shorty[i]))) { in CheckVarArgs()
1072 TracePossibleHeapValue(soa, entry, shorty[i], args.GetValue(shorty[i]), msg); in TracePossibleHeapValue()
/art/compiler/optimizing/
Dreference_type_propagation.cc423 DCHECK(rhs->AsIntConstant()->IsFalse()) << rhs->AsIntConstant()->GetValue(); in MatchIfInstanceOf()
440 DCHECK(rhs->AsIntConstant()->IsTrue()) << rhs->AsIntConstant()->GetValue(); in MatchIfInstanceOf()
Dgraph_checker.cc596 static_cast<uint32_t>(check->InputAt(input_pos)->AsIntConstant()->GetValue()); in CheckTypeCheckBitstringInput()
954 int32_t value = input->AsIntConstant()->GetValue(); in HandleBooleanInput()
Dcode_generator_vector_x86_64.cc983 int32_t value = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue(); in VisitVecShl()
1012 int32_t value = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue(); in VisitVecShr()
1037 int32_t value = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue(); in VisitVecUShr()
Dcode_generator_vector_x86.cc1000 int32_t value = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue(); in VisitVecShl()
1029 int32_t value = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue(); in VisitVecShr()
1054 int32_t value = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue(); in VisitVecUShr()
Dcode_generator_arm64.cc1425 __ Mov(Register(destination), constant->AsIntConstant()->GetValue()); in MoveConstant()
1427 __ Mov(Register(destination), constant->AsLongConstant()->GetValue()); in MoveConstant()
1431 __ Fmov(VRegister(destination), constant->AsFloatConstant()->GetValue()); in MoveConstant()
1434 __ Fmov(VRegister(destination), constant->AsDoubleConstant()->GetValue()); in MoveConstant()
2377 locations->SetInAt(1, shift->GetValue() == 0 in VisitIntermediateAddressIndex()
2388 uint32_t offset = instruction->GetOffset()->AsIntConstant()->GetValue(); in VisitIntermediateAddressIndex()
2466 uint32_t index = instruction->GetIndex()->AsIntConstant()->GetValue(); in VisitArrayGet()
2668 CodeGenerator::StoreNeedsWriteBarrier(value_type, instruction->GetValue()); in VisitArraySet()
3464 DCHECK(cond->AsIntConstant()->IsFalse()) << cond->AsIntConstant()->GetValue(); in GenerateTestAndBranch()
5886 __ Mov(w0, instruction->GetFormat()->GetValue()); in VisitStringBuilderAppend()
Dinduction_var_analysis.cc1384 return std::to_string(fetch->AsIntConstant()->GetValue()); in FetchToString()
1386 return std::to_string(fetch->AsLongConstant()->GetValue()); in FetchToString()
Dintrinsics_arm_vixl.cc1778 if (src_pos != nullptr && !assembler_->ShifterOperandCanAlwaysHold(src_pos->GetValue())) { in VisitSystemArrayCopy()
1781 if (dest_pos != nullptr && !assembler_->ShifterOperandCanAlwaysHold(dest_pos->GetValue())) { in VisitSystemArrayCopy()
1784 if (length != nullptr && !assembler_->ShifterOperandCanAlwaysHold(length->GetValue())) { in VisitSystemArrayCopy()
2940 int32_t value = invoke->InputAt(0)->AsIntConstant()->GetValue(); in VisitIntegerValueOf()
Dnodes_vector.h1217 HInstruction* GetValue() const { return InputAt(2); } in GetValue() function
Dinstruction_builder.cc2056 || (type == DataType::Type::kInt32 && second->AsIntConstant()->GetValue() == 0) in BuildCheckedDivRem()
2057 || (type == DataType::Type::kInt64 && second->AsLongConstant()->GetValue() == 0)) { in BuildCheckedDivRem()
2497 DCHECK_EQ(value->AsIntConstant()->GetValue(), 0); in ProcessDexInstruction()
Dinduction_var_range_test.cc52 EXPECT_EQ(value, i->AsIntConstant()->GetValue()); in ExpectInt()
Dcode_generator_arm_vixl.cc3862 int64_t value = in.GetConstant()->AsLongConstant()->GetValue(); in VisitTypeConversion()
6083 __ Mov(r0, instruction->GetFormat()->GetValue()); in VisitStringBuilderAppend()
6283 uint32_t index = instruction->GetIndex()->AsIntConstant()->GetValue(); in VisitArrayGet()
6542 CodeGenerator::StoreNeedsWriteBarrier(value_type, instruction->GetValue()); in VisitArraySet()
6570 CodeGenerator::StoreNeedsWriteBarrier(value_type, instruction->GetValue()); in VisitArraySet()
7147 double value = constant->AsDoubleConstant()->GetValue(); in EmitMove()
7164 float value = constant->AsFloatConstant()->GetValue(); in EmitMove()
/art/runtime/mirror/
Dobject-inl.h72 SetField32Volatile<false, false, kVerifyFlags>(MonitorOffset(), new_val.GetValue()); in SetLockWord()
74 SetField32<false, false, kVerifyFlags>(MonitorOffset(), new_val.GetValue()); in SetLockWord()
/art/cmdline/
Dcmdline_types.h298 return Result::Success(MillisecondsToNanoseconds::FromMilliseconds(res.GetValue()));
/art/runtime/hprof/
Dhprof.cc1536 string_value = reinterpret_cast<mirror::Object*>(s->GetValue()); in DumpHeapInstanceObject()
1565 __ AddU2List(s->GetValue(), s->GetLength()); in DumpHeapInstanceObject()
/art/runtime/interpreter/
Dunstarted_runtime_test.cc435 EXPECT_EQ(memcmp(string_arg->GetValue(), string_result->GetValue(), in TEST_F()
/art/runtime/native/
Djava_lang_Class.cc374 const uint16_t* const data = (is_name_compressed) ? nullptr : name->GetValue(); in FindFieldByName()

1234