Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1505 uint4_t vregA = A(); in ADD_INT_2ADDR() local
1511 uint4_t vregA = A(); in SUB_INT_2ADDR() local
1517 uint4_t vregA = A(); in MUL_INT_2ADDR() local
1523 uint4_t vregA = A(); in DIV_INT_2ADDR() local
1528 uint4_t vregA = A(); in REM_INT_2ADDR() local
1533 uint4_t vregA = A(); in SHL_INT_2ADDR() local
1539 uint4_t vregA = A(); in SHR_INT_2ADDR() local
1545 uint4_t vregA = A(); in USHR_INT_2ADDR() local
1551 uint4_t vregA = A(); in AND_INT_2ADDR() local
1557 uint4_t vregA = A(); in OR_INT_2ADDR() local
[all …]
Dinterpreter_common.h543 uint32_t vregA = is_static ? inst->VRegA_21c(inst_data) : inst->VRegA_22c(inst_data); in DoFieldGet() local
608 const uint32_t vregA = inst->VRegA_22c(inst_data); in DoIGetQuick() local
697 uint32_t vregA = is_static ? inst->VRegA_21c(inst_data) : inst->VRegA_22c(inst_data); in DoFieldPut() local
726 const uint32_t vregA = inst->VRegA_22c(inst_data); in DoIPutQuick() local
/art/runtime/verifier/
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
Dmethod_verifier.cc2176 const uint32_t vregA = inst->VRegA_11x(); in CodeFlowVerifyInstruction() local
2199 const uint32_t vregA = inst->VRegA_11x(); in CodeFlowVerifyInstruction() local
2216 const uint32_t vregA = inst->VRegA_11x(); in CodeFlowVerifyInstruction() local
4544 const uint32_t vregA) { in VerifyPrimitivePut()
4637 const uint32_t vregA = inst->VRegA_23x(); in VerifyAPut() local
4886 const uint32_t vregA = (is_static) ? inst->VRegA_21c() : inst->VRegA_22c(); in VerifyISFieldAccess() local
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DRandomInstructionGenerator.java52 public int vregA; field in RandomInstructionGenerator.AssociatedMutation
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DInstruction.java79 public long vregA = 0; field in Instruction