Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DRandomInstructionGenerator.java54 public int vregC; field in RandomInstructionGenerator.AssociatedMutation
/art/runtime/interpreter/
Dinterpreter_common.cc1227 uint32_t vregC, in DoCallCommon()
1432 uint32_t vregC = 0; in DoCall() local
1503 uint32_t vregC = 0; // only used in filled-new-array-range. in DoFilledNewArray() local
Dinterpreter_common.h171 const uint32_t vregC = is_range ? inst->VRegC_3rc() : inst->VRegC_35c(); in DoInvoke() local
/art/runtime/verifier/
Dregister_line.cc234 const uint32_t vregC = inst->VRegC_23x(); in CheckBinaryOp() local
/art/runtime/interpreter/mterp/
Dnterp.cc652 uint32_t vregC = 0; // only used in filled-new-array-range. in DoFilledNewArray() local
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DInstruction.java81 public long vregC = 0; field in Instruction