Home
last modified time | relevance | path

Searched defs:relocation (Results 1 – 20 of 20) sorted by relevance

/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/src/
H A DExecution.cpp44 hal::utils::RequestRelocation relocation) { in create()
55 hal::utils::RequestRelocation relocation) in Execution()
H A DPreparedModel.cpp65 hal::utils::RequestRelocation relocation; in execute() local
113 hal::utils::RequestRelocation relocation; in createReusableExecution() local
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DExecution.cpp45 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure) { in create()
56 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure) in Execution()
H A DExecutionBurstController.cpp328 hal::utils::RequestRelocation relocation; in execute() local
375 hal::utils::RequestRelocation relocation; in createReusableExecution() local
403 const hal::utils::RequestRelocation& relocation, in executeInternal()
441 std::vector<FmqRequestDatum> request, hal::utils::RequestRelocation relocation, in create()
455 hal::utils::RequestRelocation relocation, in BurstExecution()
H A DPreparedModel.cpp97 hal::utils::RequestRelocation relocation; in execute() local
142 hal::utils::RequestRelocation relocation; in createReusableExecution() local
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/src/
H A DExecution.cpp45 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure, in create()
58 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure, in Execution()
H A DPreparedModel.cpp143 hal::utils::RequestRelocation relocation; in execute() local
186 hal::utils::RequestRelocation relocation; in executeFenced() local
239 hal::utils::RequestRelocation relocation; in createReusableExecution() local
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DExecution.cpp41 hal::utils::RequestRelocation relocation, bool measure, int64_t loopTimeoutDuration) { in create()
53 hal::utils::RequestRelocation relocation, bool measure, in Execution()
H A DBurst.cpp178 hal::utils::RequestRelocation relocation; in execute() local
250 hal::utils::RequestRelocation relocation; in createReusableExecution() local
284 hal::utils::RequestRelocation relocation, in create()
299 hal::utils::RequestRelocation relocation, in BurstExecution()
H A DPreparedModel.cpp80 hal::utils::RequestRelocation relocation; in execute() local
129 hal::utils::RequestRelocation relocation; in executeFenced() local
200 hal::utils::RequestRelocation relocation; in createReusableExecution() local
/aosp12/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp597 Relocation* relocation = llvm::cast<Relocation>(reloc); in scanRelocations() local
779 bool ObjectLinker::relocation() { in relocation() function in mcld::ObjectLinker
801 Relocation* relocation = llvm::cast<Relocation>(reloc); in relocation() local
885 Relocation* relocation = llvm::cast<Relocation>(reloc); in normalSyncRelocationResult() local
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp487 const Relocation* relocation = 0; in emitRel() local
529 const Relocation* relocation = 0; in emitRela() local
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp385 Relocation* relocation = llvm::cast<Relocation>(reloc); in doRelax() local
/aosp12/hardware/interfaces/neuralnetworks/utils/common/src/
H A DCommonUtils.cpp237 RequestRelocation relocation; in convertRequestFromPointerToShared() local
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp597 Relocation* relocation = Relocation::Create(pType, *frag_ref, pAddend); in AddRelocation() local
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp832 Relocation* relocation = llvm::cast<Relocation>(reloc); in doRelax() local
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp566 Relocation* relocation = llvm::cast<Relocation>(reloc); in doRelax() local
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc2443 NativeObjectRelocation& relocation = pair.second; in CalculateNewObjectOffsets() local
2642 NativeObjectRelocation relocation = GetNativeRelocation(method); in GetImageMethodAddress() local
2726 NativeObjectRelocation& relocation = pair.second; in CopyAndFixupNativeData() local
3073 NativeObjectRelocation relocation = GetNativeRelocation(obj); in NativeLocationInImage() local
/aosp12/system/vold/
H A DCheckpoint.cpp600 auto relocation = --relocations.upper_bound(sector); in relocatedRead() local
/aosp12/art/runtime/
H A Doat_file.cc2447 for (const uint32_t& relocation : GetBootImageRelocations()) { in InitializeRelocations() local