Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h388 const uint32_t source_vreg = inst->VRegA_21c(); in DoCaptureVariable() local
416 uint32_t primitive_narrow_value = shadow_frame.GetVReg(source_vreg); in DoCaptureVariable()
421 uint32_t primitive_narrow_value = shadow_frame.GetVReg(source_vreg); in DoCaptureVariable()
426 uint32_t primitive_narrow_value = shadow_frame.GetVReg(source_vreg); in DoCaptureVariable()
431 uint32_t primitive_narrow_value = shadow_frame.GetVReg(source_vreg); in DoCaptureVariable()
436 uint32_t primitive_narrow_value = shadow_frame.GetVReg(source_vreg); in DoCaptureVariable()
441 closure_builder->CaptureVariablePrimitive(shadow_frame.GetVRegDouble(source_vreg)); in DoCaptureVariable()
445 closure_builder->CaptureVariablePrimitive(shadow_frame.GetVRegFloat(source_vreg)); in DoCaptureVariable()
454 closure_builder->CaptureVariablePrimitive(shadow_frame.GetVRegLong(source_vreg)); in DoCaptureVariable()
458 closure_builder->CaptureVariableObject(shadow_frame.GetVRegReference(source_vreg)); in DoCaptureVariable()