OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateLocal
(Results
1 - 4
of
4
) sorted by null
/art/compiler/optimizing/
instruction_builder.cc
519
void HInstructionBuilder::
UpdateLocal
(uint32_t reg_number, HInstruction* stored_value) {
572
UpdateLocal
(locals_index++, parameter);
592
UpdateLocal
(locals_index++, parameter);
626
UpdateLocal
(instruction.VRegA(), current_block_->GetLastInstruction());
635
UpdateLocal
(instruction.VRegA(), current_block_->GetLastInstruction());
645
UpdateLocal
(instruction.VRegA(), current_block_->GetLastInstruction());
655
UpdateLocal
(instruction.VRegA(), current_block_->GetLastInstruction());
665
UpdateLocal
(instruction.VRegA(), current_block_->GetLastInstruction());
675
UpdateLocal
(instruction.VRegA(), current_block_->GetLastInstruction());
685
UpdateLocal
(instruction.VRegA(), current_block_->GetLastInstruction())
[
all
...]
instruction_builder.h
91
void
UpdateLocal
(uint32_t register_index, HInstruction* instruction);
/art/runtime/jni/
jni_env_ext.h
66
void
UpdateLocal
(IndirectRef iref, ObjPtr<mirror::Object> obj) REQUIRES_SHARED(Locks::mutator_lock_) {
/art/runtime/
reflection.cc
[
all
...]
Completed in 313 milliseconds