Searched defs:UpdateLocal (Results 1 – 2 of 2) sorted by relevance
69 …void UpdateLocal(IndirectRef iref, ObjPtr<mirror::Object> obj) REQUIRES_SHARED(Locks::mutator_lock… in UpdateLocal() function
531 void HInstructionBuilder::UpdateLocal(uint32_t reg_number, HInstruction* stored_value) { in UpdateLocal() function in art::HInstructionBuilder