Home
last modified time | relevance | path

Searched refs:CurrentKey (Results 1 – 2 of 2) sorted by relevance

/art/libdexfile/dex/
Dbytecode_utils.h120 int32_t CurrentKey() const { in CurrentKey() function
/art/compiler/optimizing/
Dinstruction_builder.cc757 HInstruction* case_value = graph_->GetIntConstant(it.CurrentKey(), dex_pc); in BuildSwitch()