Searched refs:UpdateLocal (Results 1 – 4 of 4) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | instruction_builder.cc | 616 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 D | instruction_builder.h | 84 void UpdateLocal(uint32_t register_index, HInstruction* instruction);
|
/aosp12/art/runtime/jni/ |
H A D | jni_env_ext.h | 70 …void UpdateLocal(IndirectRef iref, ObjPtr<mirror::Object> obj) REQUIRES_SHARED(Locks::mutator_lock… in UpdateLocal() function
|
/aosp12/art/runtime/ |
H A D | reflection.cc | 1069 self->GetJniEnv()->UpdateLocal(obj, result); in UpdateReference()
|