Home
last modified time | relevance | path

Searched refs:target_index (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dvariant.h178 void Destruct(std::int32_t target_index) {
186 if (target_index == 0) {
196 if (target_index == 0) {
211 if (target_index == index(TypeTag<Type>{}))
218 if (target_index == index(TypeTag<Type>{}))
329 void Destruct(std::int32_t target_index) {
333 rest_.Destruct(target_index - 1);
339 if (target_index == 0) {
353 if (target_index == 0) {
530 if (target_index != index()) {
[all …]
/aosp12/art/runtime/
H A Delf_file.cc307 Elf_Word target_index = 0; in CheckSectionsLinked() local
315 if (target_index) { in CheckSectionsLinked()
319 target_index = i; in CheckSectionsLinked()
327 return target_found && source_section != nullptr && source_section->sh_link == target_index; in CheckSectionsLinked()
/aosp12/art/compiler/optimizing/
H A Dcode_generator_x86.h692 uint32_t target_index) in X86PcRelativePatchInfo()
693 : PatchInfo(target_dex_file, target_index), in X86PcRelativePatchInfo()
/aosp12/art/profman/
H A Dprofman.cc1516 dex::TypeIndex target_index = in ProcessLine() local
1521 target_index, in ProcessLine()