Home
last modified time | relevance | path

Searched refs:UpdateLocal (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc616 UpdateLocal(locals_index++, parameter); in InitializeParameters()
636 UpdateLocal(locals_index++, parameter); in InitializeParameters()
2597 UpdateLocal(register_index, constant); in ProcessDexInstruction()
2604 UpdateLocal(register_index, constant); in ProcessDexInstruction()
2611 UpdateLocal(register_index, constant); in ProcessDexInstruction()
2618 UpdateLocal(register_index, constant); in ProcessDexInstruction()
2629 UpdateLocal(register_index, constant); in ProcessDexInstruction()
2640 UpdateLocal(register_index, constant); in ProcessDexInstruction()
2647 UpdateLocal(register_index, constant); in ProcessDexInstruction()
2655 UpdateLocal(register_index, constant); in ProcessDexInstruction()
[all …]
H A Dinstruction_builder.h84 void UpdateLocal(uint32_t register_index, HInstruction* instruction);
/aosp12/art/runtime/jni/
H A Djni_env_ext.h70 …void UpdateLocal(IndirectRef iref, ObjPtr<mirror::Object> obj) REQUIRES_SHARED(Locks::mutator_lock… in UpdateLocal() function
/aosp12/art/runtime/
H A Dreflection.cc1069 self->GetJniEnv()->UpdateLocal(obj, result); in UpdateReference()