Home
last modified time | relevance | path

Searched refs:vregs (Results 1 – 11 of 11) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DInstruction.java216 String vregs = ""; in toString() local
230 vregs = ", v" + invokeFormatInfo.vregG; in toString()
233 vregs = ", v" + invokeFormatInfo.vregF + vregs; in toString()
236 vregs = ", v" + invokeFormatInfo.vregE + vregs; in toString()
239 vregs = ", v" + invokeFormatInfo.vregD + vregs; in toString()
242 vregs = "v" + vregC + vregs; in toString()
247 repr += "(" + vregs + ")"; in toString()
258 String vregs = ""; in toString() local
261 vregs = ", v" + vregC; in toString()
264 vregs = ", v" + vregB + vregs; in toString()
[all …]
/art/test/541-regression-inlined-deopt/
Dinfo.txt3 control over vregs because the previous test 449 would pass because the vreg
/art/compiler/optimizing/
Dgraph_visualizer.cc619 StringList vregs; in PrintInstruction() local
623 vregs.NewEntryStream() << DataType::TypeId(insn->GetType()) << insn->GetId(); in PrintInstruction()
625 vregs.NewEntryStream() << "_"; in PrintInstruction()
628 envs.NewEntryStream() << vregs; in PrintInstruction()
Dinstruction_builder.h85 HBasicBlock* block, ScopedArenaVector<HInstruction*>* locals, const size_t vregs);
Dinstruction_builder.cc86 const size_t vregs = graph_->GetNumberOfVRegs(); in GetLocalsFor() local
87 if (locals->size() == vregs) { in GetLocalsFor()
90 return GetLocalsForWithAllocation(block, locals, vregs); in GetLocalsFor()
96 const size_t vregs) { in GetLocalsForWithAllocation() argument
97 DCHECK_NE(locals->size(), vregs); in GetLocalsForWithAllocation()
98 locals->resize(vregs, nullptr); in GetLocalsForWithAllocation()
104 for (size_t i = 0; i < vregs; ++i) { in GetLocalsForWithAllocation()
/art/runtime/interpreter/mterp/
Dnterp.cc606 extern "C" jit::OsrData* NterpHotMethod(ArtMethod* method, uint16_t* dex_pc_ptr, uint32_t* vregs) in NterpHotMethod() argument
617 method->GetInterfaceMethodIfProxy(kRuntimePointerSize), dex_pc, vregs); in NterpHotMethod()
/art/runtime/jit/
Djit.h362 OsrData* PrepareForOsr(ArtMethod* method, uint32_t dex_pc, uint32_t* vregs)
Djit.cc466 OsrData* Jit::PrepareForOsr(ArtMethod* method, uint32_t dex_pc, uint32_t* vregs) { in PrepareForOsr() argument
542 int32_t vreg_value = vregs[vreg]; in PrepareForOsr()
/art/runtime/interpreter/mterp/arm/
Dmain.S407 add rFP, r2, #SHADOWFRAME_VREGS_OFFSET @ point to vregs.
/art/test/510-checker-try-catch/smali/
DRuntime.smali61 # that both vregs allocated correctly.
254 # as integers is returned to prove that both vregs were copied.
/art/test/563-checker-fakestring/smali/
DTestCase.smali18 # Test that all vregs holding the new-instance are updated after the