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.cc 536 uint16_t this_obj_vreg = GetReceiverRegisterForStringInit(instr); local
541 SetStringInitValueToAllAliases(shadow_frame, this_obj_vreg, value);
interpreter_common.cc 522 uint16_t this_obj_vreg,
525 ObjPtr<mirror::Object> existing = shadow_frame->GetVRegReference(this_obj_vreg);
530 shadow_frame->SetVRegReference(this_obj_vreg, result.GetL());
    [all...]
interpreter_common.h 540 uint16_t this_obj_vreg,

Completed in 149 milliseconds