Home
last modified time | relevance | path

Searched refs:temp (Results 51 – 75 of 83) sorted by relevance

1234

/art/compiler/utils/arm64/
Dassembler_arm64.h124 void GenerateMarkingRegisterCheck(vixl::aarch64::Register temp, int code = 0);
/art/runtime/
Ddebugger.cc980 std::string temp; in GetRecentAllocations() local
981 const char* class_descr = record->GetClassDescriptor(&temp); in GetRecentAllocations()
982 class_names.Add(class_descr, !temp.empty()); in GetRecentAllocations()
1041 std::string temp; in GetRecentAllocations() local
1055 class_names.IndexOf(record->GetClassDescriptor(&temp)); in GetRecentAllocations()
Dreflection.cc277 std::string temp; \ in BuildArgArrayFromObjectArray()
279 arg->GetClass<>()->GetDescriptor(&temp)); \ in BuildArgArrayFromObjectArray()
959 std::string temp; in UnboxPrimitive() local
963 PrettyDescriptor(o->GetClass()->GetDescriptor(&temp)).c_str()).c_str()); in UnboxPrimitive()
Dclass_linker-inl.h52 std::string temp; in FindArrayClass() local
53 descriptor += element_class->GetDescriptor(&temp); in FindArrayClass()
Dclass_linker.cc212 std::string temp; in HandleEarlierVerifyError() local
213 const char* descriptor = obj->AsClass()->GetDescriptor(&temp); in HandleEarlierVerifyError()
571 std::string temp; in VlogClassInitializationFailure() local
572 LOG(INFO) << "Failed to initialize class " << klass->GetDescriptor(&temp) << " from " in VlogClassInitializationFailure()
2732 std::string temp; in FinishCoreArrayClassSetup() local
2733 const char* descriptor = array_class->GetDescriptor(&temp); in FinishCoreArrayClassSetup()
3992 std::string temp; in LoadMethod() local
3993 const char* klass_descriptor = klass->GetDescriptor(&temp); in LoadMethod()
4982 std::string temp; in VerifyClassUsingOatFile() local
4985 << klass->GetDescriptor(&temp); in VerifyClassUsingOatFile()
[all …]
/art/runtime/mirror/
Dclass.cc381 std::string temp; in ComputeName() local
382 const char* descriptor = h_this->GetDescriptor(&temp); in ComputeName()
430 std::string temp; in DumpClass() local
432 << "'" << GetDescriptor(&temp) << "' cl=" << GetClassLoader() << " -----\n", in DumpClass()
1415 std::string temp; in FindTypeIndexInOtherDexFile() local
1416 const dex::TypeId* type_id = dex_file.FindTypeId(GetDescriptor(&temp)); in FindTypeIndexInOtherDexFile()
1611 std::string temp; in PrettyDescriptor() local
1612 return art::PrettyDescriptor(GetDescriptor(&temp)); in PrettyDescriptor()
/art/compiler/optimizing/
Dcode_generator_vector_arm64_sve.cc1550 Register temp = temps.AcquireX(); in MoveToSIMDStackSlot() local
1551 __ Ldr(temp, MemOperand(sp, source.GetStackIndex())); in MoveToSIMDStackSlot()
1552 __ Str(temp, MemOperand(sp, destination.GetStackIndex())); in MoveToSIMDStackSlot()
1553 __ Ldr(temp, MemOperand(sp, source.GetStackIndex() + kArm64WordSize)); in MoveToSIMDStackSlot()
1554 __ Str(temp, MemOperand(sp, destination.GetStackIndex() + kArm64WordSize)); in MoveToSIMDStackSlot()
1556 VRegister temp = temps.AcquireVRegisterOfSize(kQRegSize); in MoveToSIMDStackSlot() local
1557 __ Ldr(temp, StackOperandFrom(source)); in MoveToSIMDStackSlot()
1558 __ Str(temp, StackOperandFrom(destination)); in MoveToSIMDStackSlot()
Dcode_generator_vector_arm64_neon.cc1550 Register temp = temps.AcquireX(); in MoveToSIMDStackSlot() local
1551 __ Ldr(temp, MemOperand(sp, source.GetStackIndex())); in MoveToSIMDStackSlot()
1552 __ Str(temp, MemOperand(sp, destination.GetStackIndex())); in MoveToSIMDStackSlot()
1553 __ Ldr(temp, MemOperand(sp, source.GetStackIndex() + kArm64WordSize)); in MoveToSIMDStackSlot()
1554 __ Str(temp, MemOperand(sp, destination.GetStackIndex() + kArm64WordSize)); in MoveToSIMDStackSlot()
1556 VRegister temp = temps.AcquireVRegisterOfSize(kQRegSize); in MoveToSIMDStackSlot() local
1557 __ Ldr(temp, StackOperandFrom(source)); in MoveToSIMDStackSlot()
1558 __ Str(temp, StackOperandFrom(destination)); in MoveToSIMDStackSlot()
Dcode_generator.h596 HInvokeStaticOrDirect* invoke, Location temp, SlowPathCode* slow_path);
685 HInvokeStaticOrDirect* invoke, Location temp, SlowPathCode* slow_path = nullptr) = 0;
688 HInvokeVirtual* invoke, Location temp, SlowPathCode* slow_path = nullptr) = 0;
Dcode_generator_arm64.h319 vixl::aarch64::Register temp);
692 HInvokeStaticOrDirect* invoke, Location temp, SlowPathCode* slow_path = nullptr) override;
694 HInvokeVirtual* invoke, Location temp, SlowPathCode* slow_path = nullptr) override;
/art/test/458-checker-instruct-simplification/smali/
DSmaliTests.smali382 # temp = ~arg; return temp + ~temp;
/art/tools/runtime_memusage/
DREADME57 temp folder which will be deleted after
/art/test/959-invoke-polymorphic-accessors/src/
DMain.java827 short temp = (short) s0.invoke(valueHolder, new Byte((byte) 45)); in testMemberSetter() local
828 assertTrue(temp == 0); in testMemberSetter()
886 short temp = (short) s0.invoke(new Byte((byte) 45)); in testStaticSetter() local
887 assertTrue(temp == 0); in testStaticSetter()
/art/runtime/gc/collector/
Dsemi_space.cc361 std::vector<StackReference<Object>> temp(mark_stack_->Begin(), mark_stack_->End()); in ResizeMarkStack() local
364 for (auto& obj : temp) { in ResizeMarkStack()
Dmark_sweep.cc393 std::vector<StackReference<mirror::Object>> temp(mark_stack_->Begin(), mark_stack_->End()); in ResizeMarkStack() local
396 for (auto& obj : temp) { in ResizeMarkStack()
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc185 vixl32::Register temp = temps.Acquire(); in RemoveFrame() local
187 DCHECK_EQ(core_spill_mask & (1 << temp.GetCode()), 0) in RemoveFrame()
188 << "core_spill_mask hould not contain scratch register R" << temp.GetCode(); in RemoveFrame()
189 asm_.GenerateMarkingRegisterCheck(temp); in RemoveFrame()
/art/test/449-checker-bce/src/
DMain.java1026 int temp = array[j + 1]; in bubbleSort() local
1028 array[j] = temp; in bubbleSort()
/art/dex2oat/driver/
Dcompiler_driver.cc1053 std::string temp; in operator ()() local
1054 std::string_view descriptor(klass->GetDescriptor(&temp)); in operator ()()
1201 std::string temp; in MaybeAddToImageClasses() local
1203 const char* descriptor = klass->GetDescriptor(&temp); in MaybeAddToImageClasses()
1290 std::string temp; in operator ()() local
1291 std::string_view descriptor(klass->GetDescriptor(&temp)); in operator ()()
1584 std::string temp; in CheckAndClearResolveException() local
1585 const char* descriptor = exception->GetClass()->GetDescriptor(&temp); in CheckAndClearResolveException()
/art/perfetto_hprof/
Dperfetto_hprof.cc432 std::string temp; in PrettyType() local
433 std::string result(art::PrettyDescriptor(klass->GetDescriptor(&temp))); in PrettyType()
/art/openjdkjvmti/
Devents-inl.h336 jlong temp = *obsolete_tag; variable
338 *new_tag = temp;
Dti_redefine.cc1441 RedefinitionDataIter temp = *this; in operator ++() local
1443 return temp; in operator ++()
1447 RedefinitionDataIter temp = *this; in operator +() local
1448 temp += delta; in operator +()
1449 return temp; in operator +()
/art/runtime/verifier/
Dreg_type_cache.cc674 std::string temp; in GetComponentType() local
675 const char* descriptor = klass->GetDescriptor(&temp); in GetComponentType()
/art/runtime/jni/
Djni_internal.cc292 std::string temp; in ThrowNoSuchMethodError() local
296 c->GetDescriptor(&temp), in ThrowNoSuchMethodError()
368 std::string temp; in FindFieldJNI() local
372 c->GetDescriptor(&temp)); in FindFieldJNI()
378 std::string temp; in FindFieldJNI() local
381 soa.Self(), c.Get(), name, field_type->GetDescriptor(&temp)); in FindFieldJNI()
383 field = c->FindInstanceField(name, field_type->GetDescriptor(&temp)); in FindFieldJNI()
391 sig, name, c->GetDescriptor(&temp)); in FindFieldJNI()
/art/dex2oat/
Ddex2oat_test.cc2067 ScratchFile temp; in TEST_F() local
2068 ASSERT_TRUE(temp.GetFile()->WriteFully(dex_files[0]->Begin(), dex_files[0]->Size())); in TEST_F()
2069 ASSERT_EQ(temp.GetFile()->Flush(), 0) << "Could not flush extracted dex"; in TEST_F()
2070 EXPECT_EQ(temp.GetFile()->Compare(temp_dex.GetFile()), 0); in TEST_F()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h808 std::string temp; in THROW() local
811 exception->GetClass()->GetDescriptor(&temp)); in THROW()

1234