Searched refs:LoadAcquire (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_arm64.h | 735 void LoadAcquire(HInstruction* instruction,
|
D | intrinsics_arm64.cc | 733 codegen->LoadAcquire(invoke, type, trg, mem_op, /* needs_null_check= */ true); in GenUnsafeGet() 3584 codegen_->LoadAcquire( in VisitReferenceGetReferent() 3609 codegen_->LoadAcquire(invoke, DataType::Type::kReference, tmp, field, /*needs_null_check=*/ true); in VisitReferenceRefersTo() 4858 codegen->LoadAcquire(invoke, load_type, load_reg, address, /*needs_null_check=*/ false); in GenerateVarHandleGet()
|
D | code_generator_arm64.cc | 1849 void CodeGeneratorARM64::LoadAcquire(HInstruction* instruction, in LoadAcquire() function in art::arm64::CodeGeneratorARM64 2287 codegen_->LoadAcquire(instruction, in HandleFieldGet()
|