Home
last modified time | relevance | path

Searched defs:vregA (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/runtime/verifier/
H A Dregister_line.cc273 const uint32_t vregA = inst->VRegA_12x(); in CheckBinaryOp2addr() local
295 const uint32_t vregA = inst->VRegA_12x(); in CheckBinaryOp2addrWide() local
306 const uint32_t vregA = inst->VRegA_12x(); in CheckBinaryOp2addrWideShift() local
317 const uint32_t vregA = is_lit16 ? inst->VRegA_22s() : inst->VRegA_22b(); in CheckLiteralOp() local
H A Dmethod_verifier.cc2167 const uint32_t vregA = inst->VRegA_11x(); in CodeFlowVerifyInstruction() local
2190 const uint32_t vregA = inst->VRegA_11x(); in CodeFlowVerifyInstruction() local
2207 const uint32_t vregA = inst->VRegA_11x(); in CodeFlowVerifyInstruction() local
4480 const uint32_t vregA) { in VerifyPrimitivePut()
4573 const uint32_t vregA = inst->VRegA_23x(); in VerifyAPut() local
4816 const uint32_t vregA = (is_static) ? inst->VRegA_21c() : inst->VRegA_22c(); in VerifyISFieldAccess() local
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DRandomInstructionGenerator.java52 public int vregA; field in RandomInstructionGenerator.AssociatedMutation
/aosp12/art/runtime/interpreter/
H A Dinterpreter_common.h522 uint32_t vregA = is_static ? inst->VRegA_21c(inst_data) : inst->VRegA_22c(inst_data); in DoFieldGet() local
611 uint32_t vregA = is_static ? inst->VRegA_21c(inst_data) : inst->VRegA_22c(inst_data); in DoFieldPut() local
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DInstruction.java79 public long vregA = 0; field in Instruction