Searched defs:UpdateLocal (Results 1 – 3 of 3) sorted by relevance
53 inline void JNIEnvExt::UpdateLocal(IndirectRef iref, ObjPtr<mirror::Object> obj) { in UpdateLocal() function
273 void UpdateLocal(uint32_t vreg_index, bool is_object, bool can_be_null = true) { in UpdateLocal() function in art::arm64::FastCompilerARM64
590 void HInstructionBuilder::UpdateLocal(uint32_t reg_number, HInstruction* stored_value) { in UpdateLocal() function in art::HInstructionBuilder