Searched refs:LoadAcquire (Results 1 – 3 of 3) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | code_generator_arm64.h | 673 void LoadAcquire(HInstruction* instruction,
|
H A D | intrinsics_arm64.cc | 730 codegen->LoadAcquire(invoke, type, trg, mem_op, /* needs_null_check= */ true); in GenUnsafeGet() 3288 codegen_->LoadAcquire( in VisitReferenceGetReferent() 3313 codegen_->LoadAcquire(invoke, DataType::Type::kReference, tmp, field, /*needs_null_check=*/ true); in VisitReferenceRefersTo() 4474 codegen->LoadAcquire(invoke, load_type, load_reg, address, /*needs_null_check=*/ false); in GenerateVarHandleGet()
|
H A D | code_generator_arm64.cc | 1617 void CodeGeneratorARM64::LoadAcquire(HInstruction* instruction, in LoadAcquire() function in art::arm64::CodeGeneratorARM64 2053 codegen_->LoadAcquire(instruction, in HandleFieldGet()
|