Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h915 uint32_t vreg_target_object = inst->VRegA_22x(inst_data); in DoBoxLambda() local
936 shadow_frame.SetVRegReference(vreg_target_object, closure_as_object); in DoBoxLambda()
/art/runtime/verifier/
Dmethod_verifier.cc3373 const uint32_t vreg_target_object = inst->VRegA_22x(); // box-lambda vA, vB in CodeFlowVerifyInstruction() local
3375 work_line_->SetRegisterType<LockOp::kClear>(this, vreg_target_object, reg_type); in CodeFlowVerifyInstruction()