Home
last modified time | relevance | path

Searched refs:locals (Results 51 – 72 of 72) sorted by relevance

123

/art/test/162-method-resolution/jasmin/
DTest4User.j20 .limit locals 0
DTest5User.j20 .limit locals 1
/art/test/004-JniTest/smali/
DConflictInterface.smali28 .locals 2
/art/test/972-default-imt-collision/smali/
DIface1.smali27 .locals 2
DKlass.smali289 .locals 5
/art/test/606-erroneous-class/jasmin-multidex/
DClassA.j20 .limit locals 0
/art/test/973-default-multidex/smali-multidex/
Diface.smali28 .locals 2
/art/test/031-class-attributes/jasmin/
DClassAttrs$1.j39 .limit locals 1
/art/test/978-virtual-interface/smali/
DMain.smali34 .locals 3
/art/test/974-verify-interface-super/smali/
Dmain.smali20 .locals 4
/art/test/699-checker-string-append2/smali/
DB146014745.smali100 # .limit locals 2
123 # .limit locals 2
143 # .limit locals 3
/art/test/dexdump/
Dstaticfields.txt121 locals :
Dvalues.txt333 locals :
350 locals :
Dbytecodes.txt138 locals :
185 locals :
237 locals :
283 locals :
482 locals :
631 locals :
797 locals :
892 locals :
1014 locals :
1079 locals :
[all …]
Dcheckers.txt65 locals :
94 locals :
111 locals :
155 locals :
274 locals :
312 locals :
404 locals :
428 locals :
446 locals :
479 locals :
[all …]
/art/test/800-smali/smali/
DsameFieldNames.smali52 .locals 2
/art/tools/jfuzz/
Djfuzz.cc533 uint32_t locals = adjustLocal(tp, 0); in emitLocalVariable() local
534 if (locals > 0) { in emitLocalVariable()
535 uint32_t local = random0(locals); in emitLocalVariable()
/art/compiler/optimizing/
Dinstruction_builder.cc85 ScopedArenaVector<HInstruction*>* locals = &locals_for_[block->GetBlockId()]; in GetLocalsFor() local
87 if (locals->size() == vregs) { in GetLocalsFor()
88 return locals; in GetLocalsFor()
90 return GetLocalsForWithAllocation(block, locals, vregs); in GetLocalsFor()
95 ScopedArenaVector<HInstruction*>* locals, in GetLocalsForWithAllocation() argument
97 DCHECK_NE(locals->size(), vregs); in GetLocalsForWithAllocation()
98 locals->resize(vregs, nullptr); in GetLocalsForWithAllocation()
115 (*locals)[i] = phi; in GetLocalsForWithAllocation()
119 return locals; in GetLocalsForWithAllocation()
123 ScopedArenaVector<HInstruction*>* locals = GetLocalsFor(block); in ValueOfLocalAt() local
[all …]
Dinstruction_builder.h85 HBasicBlock* block, ScopedArenaVector<HInstruction*>* locals, const size_t vregs);
Dnodes.cc1077 void HEnvironment::CopyFrom(ArrayRef<HInstruction* const> locals) { in CopyFrom() argument
1078 for (size_t i = 0; i < locals.size(); i++) { in CopyFrom()
1079 HInstruction* instruction = locals[i]; in CopyFrom()
Dnodes.h2021 void CopyFrom(ArrayRef<HInstruction* const> locals);
/art/runtime/
Dthread.cc2564 IndirectReferenceTable& locals = tlsPtr_.jni_env->locals_; in DecodeJObject() local
2566 result = locals.Get<kWithoutReadBarrier>(ref); in DecodeJObject()

123