Home
last modified time | relevance | path

Searched defs:locals (Results 1 – 4 of 4) sorted by relevance

/art/tools/jfuzz/
Djfuzz.cc533 uint32_t locals = adjustLocal(tp, 0); in emitLocalVariable() local
/art/compiler/optimizing/
Dinstruction_builder.cc85 ScopedArenaVector<HInstruction*>* locals = &locals_for_[block->GetBlockId()]; in GetLocalsFor() local
95 ScopedArenaVector<HInstruction*>* locals, in GetLocalsForWithAllocation()
123 ScopedArenaVector<HInstruction*>* locals = GetLocalsFor(block); in ValueOfLocalAt() local
Dnodes.cc1077 void HEnvironment::CopyFrom(ArrayRef<HInstruction* const> locals) { in CopyFrom()
/art/runtime/
Dthread.cc2564 IndirectReferenceTable& locals = tlsPtr_.jni_env->locals_; in DecodeJObject() local