Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_builder.cc42 ArenaVector<HInstruction*>* locals = &locals_for_[block->GetBlockId()]; in GetLocalsFor() local
52 ArenaVector<HInstruction*>* locals, in GetLocalsForWithAllocation()
80 ArenaVector<HInstruction*>* locals = GetLocalsFor(block); in ValueOfLocalAt() local
Dnodes.cc896 void HEnvironment::CopyFrom(const ArenaVector<HInstruction*>& locals) { in CopyFrom()
/art/tools/jfuzz/
Djfuzz.cc508 uint32_t locals = adjustLocal(tp, 0); in emitLocalVariable() local
/art/dexlayout/
Ddex_ir.cc51 LocalInfoVector& locals = debug_info->GetLocalInfo(); in GetLocalsCb() local
Ddexlayout.cc842 std::vector<std::unique_ptr<dex_ir::LocalInfo>>& locals = debug_info->GetLocalInfo(); in DumpLocalInfo() local
/art/runtime/
Dthread.cc2300 IndirectReferenceTable& locals = tlsPtr_.jni_env->locals; in DecodeJObject() local