Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc591 uint16_t this_obj_vreg = GetReceiverRegisterForStringInit(instr); in EnterInterpreterFromDeoptimize() local
596 SetStringInitValueToAllAliases(shadow_frame, this_obj_vreg, value); in EnterInterpreterFromDeoptimize()
Dinterpreter_common.cc304 uint16_t this_obj_vreg, in SetStringInitValueToAllAliases() argument
307 ObjPtr<mirror::Object> existing = shadow_frame->GetVRegReference(this_obj_vreg); in SetStringInitValueToAllAliases()
312 shadow_frame->SetVRegReference(this_obj_vreg, result.GetL()); in SetStringInitValueToAllAliases()
Dinterpreter_common.h1044 uint16_t this_obj_vreg,