HomeSort by relevance Sort by last modified time
    Searched refs:this_obj_vreg (Results 1 - 3 of 3) sorted by null

  /art/runtime/interpreter/
interpreter_common.cc 544 uint16_t this_obj_vreg,
547 Object* existing = shadow_frame->GetVRegReference(this_obj_vreg);
552 shadow_frame->SetVRegReference(this_obj_vreg, result.GetL());
    [all...]
interpreter.cc 553 uint16_t this_obj_vreg = GetReceiverRegisterForStringInit(instr); local
558 SetStringInitValueToAllAliases(shadow_frame, this_obj_vreg, value);
interpreter_common.h     [all...]

Completed in 330 milliseconds