Searched refs:GetValue (Results 51 - 63 of 63) sorted by relevance

123

/art/compiler/optimizing/
H A Dinduction_var_analysis.cc947 inv += std::to_string(info->fetch->AsIntConstant()->GetValue());
949 inv += std::to_string(info->fetch->AsLongConstant()->GetValue());
H A Dgraph_checker.cc840 int32_t value = input->AsIntConstant()->GetValue();
H A Dcode_generator_arm64.cc1158 __ Mov(Register(destination), constant->AsIntConstant()->GetValue());
1160 __ Mov(Register(destination), constant->AsLongConstant()->GetValue());
1164 __ Fmov(FPRegister(destination), constant->AsFloatConstant()->GetValue());
1167 __ Fmov(FPRegister(destination), constant->AsDoubleConstant()->GetValue());
2152 CodeGenerator::StoreNeedsWriteBarrier(value_type, instruction->GetValue());
2825 DCHECK(cond->AsIntConstant()->IsFalse()) << cond->AsIntConstant()->GetValue();
H A Dinstruction_builder.cc1439 || (type == Primitive::kPrimInt && second->AsIntConstant()->GetValue() == 0)
1440 || (type == Primitive::kPrimLong && second->AsLongConstant()->GetValue() == 0)) {
H A Dintrinsics_mips64.cc1484 if (!IsUint<16>(invoke->InputAt(1)->AsIntConstant()->GetValue())) {
H A Dintrinsics_mips.cc2074 if (!IsUint<16>(invoke->InputAt(1)->AsIntConstant()->GetValue())) {
/art/runtime/hprof/
H A Dhprof.cc1357 string_value = reinterpret_cast<mirror::Object*>(s->GetValue());
1377 __ AddU2List(s->GetValue(), s->GetLength());
/art/runtime/native/
H A Djava_lang_Class.cc196 const uint16_t* const data = name->GetValue();
/art/runtime/interpreter/
H A Dinterpreter_common.h1002 ref_value->AsString()->GetValue() != nullptr) {
/art/runtime/mirror/
H A Dobject_test.cc64 ASSERT_TRUE(string->GetValue() != nullptr);
/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 Ddebugger.cc4343 const jchar* chars = (name.Get() != nullptr) ? name->GetValue() : nullptr;
/art/compiler/utils/arm/
H A Dassembler_arm.h52 T GetValue() const { function in class:art::arm::Literal

Completed in 288 milliseconds

123