Home
last modified time | relevance | path

Searched refs:infos (Results 1 – 15 of 15) sorted by relevance

/art/test/1900-track-alloc/
Dalloc.cc134 jvmtiExtensionFunctionInfo* infos = nullptr; in Java_art_Test1900_initializeTest() local
135 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetExtensionFunctions(&n_ext, &infos))) { in Java_art_Test1900_initializeTest()
139 jvmtiExtensionFunctionInfo* cur_info = &infos[i]; in Java_art_Test1900_initializeTest()
148 Dealloc(infos); in Java_art_Test1900_initializeTest()
/art/tools/ahat/src/
DSiteHandler.java89 List<Site.ObjectsInfo> infos = site.getObjectsInfos(); in handle() local
94 Collections.sort(infos, compare); in handle()
96 = new SubsetSelector(query, OBJECTS_ALLOCATED_ID, infos); in handle()
/art/compiler/
Doat_writer.h234 void AddMethodDebugInfos(const std::vector<debug::MethodDebugInfo>& infos) { in AddMethodDebugInfos() argument
235 method_info_.insert(method_info_.end(), infos.begin(), infos.end()); in AddMethodDebugInfos()
/art/compiler/optimizing/
Dcode_generator_x86_64.h590 static void EmitPcRelativeLinkerPatches(const ArenaDeque<PatchInfo<Label>>& infos,
Dcode_generator_mips64.h627 void EmitPcRelativeLinkerPatches(const ArenaDeque<PcRelativePatchInfo>& infos,
Dcode_generator_x86.h621 void EmitPcRelativeLinkerPatches(const ArenaDeque<X86PcRelativePatchInfo>& infos,
Dcode_generator_mips.h679 void EmitPcRelativeLinkerPatches(const ArenaDeque<PcRelativePatchInfo>& infos,
Dcode_generator_arm64.h785 static void EmitPcRelativeLinkerPatches(const ArenaDeque<PcRelativePatchInfo>& infos,
Dcode_generator_arm_vixl.h758 static void EmitPcRelativeLinkerPatches(const ArenaDeque<PcRelativePatchInfo>& infos,
Dcode_generator_arm64.cc4742 const ArenaDeque<PcRelativePatchInfo>& infos, in EmitPcRelativeLinkerPatches() argument
4744 for (const PcRelativePatchInfo& info : infos) { in EmitPcRelativeLinkerPatches()
Dcode_generator_mips64.cc1537 const ArenaDeque<PcRelativePatchInfo>& infos, in EmitPcRelativeLinkerPatches() argument
1539 for (const PcRelativePatchInfo& info : infos) { in EmitPcRelativeLinkerPatches()
Dcode_generator_x86_64.cc1109 const ArenaDeque<PatchInfo<Label>>& infos, in EmitPcRelativeLinkerPatches() argument
1111 for (const PatchInfo<Label>& info : infos) { in EmitPcRelativeLinkerPatches()
Dcode_generator_x86.cc4678 const ArenaDeque<X86PcRelativePatchInfo>& infos, in EmitPcRelativeLinkerPatches() argument
4680 for (const X86PcRelativePatchInfo& info : infos) { in EmitPcRelativeLinkerPatches()
Dcode_generator_arm_vixl.cc9249 const ArenaDeque<PcRelativePatchInfo>& infos, in EmitPcRelativeLinkerPatches() argument
9251 for (const PcRelativePatchInfo& info : infos) { in EmitPcRelativeLinkerPatches()
Dcode_generator_mips.cc1632 const ArenaDeque<PcRelativePatchInfo>& infos, in EmitPcRelativeLinkerPatches() argument
1634 for (const PcRelativePatchInfo& info : infos) { in EmitPcRelativeLinkerPatches()