Searched refs:info (Results 176 - 192 of 192) sorted by relevance

12345678

/art/compiler/driver/
H A Dcompiler_driver_test.cc246 ProfileCompilationInfo info; variable
H A Dcompiler_driver.cc93 // Print additional info during profile guided compilation.
987 // Profile compilation info may be null if no profile is passed.
993 // If we are using a profile filter but do not have a profile compilation info, compile nothing.
2987 const struct mallinfo info = mallinfo(); local
2988 const size_t allocated_space = static_cast<size_t>(info.uordblks);
2989 const size_t free_space = static_cast<size_t>(info.fordblks);
/art/compiler/optimizing/
H A Dcode_generator_mips.h560 // otherwise return a fall-back info that should be used instead.
610 // Pointer to the info for the high half patch or nullptr if this is the high half patch info.
657 const JitPatchInfo& info,
692 // PC-relative method patch info for kBootImageLinkTimePcRelative.
694 // PC-relative method patch info for kBssEntry.
696 // PC-relative type patch info for kBootImageLinkTimePcRelative.
698 // PC-relative type patch info for kBssEntry.
700 // PC-relative String patch info; type depends on configuration (intern table or boot image PIC).
702 // PC-relative String patch info fo
[all...]
H A Dcode_generator_x86.h405 // otherwise return a fall-back info that should be used instead.
437 const PatchInfo<Label>& info,
634 // PC-relative method patch info for kBootImageLinkTimePcRelative.
636 // PC-relative method patch info for kBssEntry.
638 // PC-relative type patch info for kBootImageLinkTimePcRelative.
H A Dcode_generator_x86_64.h403 // otherwise return a fall-back info that should be used instead.
432 const PatchInfo<Label>& info,
607 // PC-relative method patch info for kBootImageLinkTimePcRelative.
609 // PC-relative method patch info for kBssEntry.
611 // PC-relative type patch info for kBootImageLinkTimePcRelative.
H A Dcode_generator_mips64.cc1501 for (const PcRelativePatchInfo& info : infos) {
1502 const DexFile* dex_file = info.target_dex_file;
1503 size_t offset_or_index = info.offset_or_index;
1504 DCHECK(info.label.IsBound());
1505 uint32_t literal_offset = __ GetLabelLocation(&info.label);
1506 const PcRelativePatchInfo& info_high = info.patch_info_high ? *info.patch_info_high : info;
3552 HLoopInformation* info = block->GetLoopInformation();
3554 if (info !
[all...]
/art/openjdkjvmti/
H A Dti_class.cc383 const art::RootInfo& info ATTRIBUTE_UNUSED)
394 const art::RootInfo& info ATTRIBUTE_UNUSED)
769 // Technically the class may be erroneous for other reasons, but we do not have enough info.
/art/patchoat/
H A Dpatchoat.cc834 void VisitRoots(mirror::Object*** roots, size_t count, const RootInfo& info ATTRIBUTE_UNUSED)
842 const RootInfo& info ATTRIBUTE_UNUSED)
/art/test/913-heaps/
H A Dheaps.cc750 const jvmtiHeapReferenceInfo* info,
766 << info->field.index
749 PrimitiveFieldValueCallback(jvmtiHeapReferenceKind kind, const jvmtiHeapReferenceInfo* info, jlong class_tag, jlong* tag_ptr, jvalue value, jvmtiPrimitiveType value_type, void* user_data) argument
/art/runtime/gc/collector/
H A Dconcurrent_copying.cc370 const RootInfo& info ATTRIBUTE_UNUSED)
386 const RootInfo& info ATTRIBUTE_UNUSED)
1169 void VisitRoot(mirror::Object* root, const RootInfo& info ATTRIBUTE_UNUSED)
1959 // No info.
2156 mirror::Object*** roots, size_t count, const RootInfo& info ATTRIBUTE_UNUSED) {
2197 const RootInfo& info ATTRIBUTE_UNUSED) {
/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc333 void VisitRoot(mirror::Object* root, const RootInfo& info ATTRIBUTE_UNUSED)
/art/runtime/arch/
H A Dstub_test.cc762 MonitorInfo info(objects[index].Get());
763 EXPECT_EQ(counts[index], info.entry_count_) << index;
/art/runtime/
H A Dstack_map.h890 // that there is no inline info for this stack map.
1065 const CodeInfo& info,
1475 // access the inline info for arbitrary depths. To return the precise inline info we would need
1581 // Check that the code info has valid stack map and abort if it does not.
H A Dthread.cc2165 void VisitRoot(mirror::Object* entered_monitor, const RootInfo& info ATTRIBUTE_UNUSED)
2680 // a line number (most probably because there is no debug info). See b/30183883.
3532 // Pretty info last in case it crashes.
3820 void VisitRoot(mirror::Object* root, const RootInfo& info ATTRIBUTE_UNUSED)
H A Dclass_linker_test.cc443 void VisitRoot(mirror::Object* root, const RootInfo& info ATTRIBUTE_UNUSED) OVERRIDE {
752 addOffset(OFFSETOF_MEMBER(mirror::MethodHandleImpl, info_), "info");
/art/runtime/gc/
H A Dheap.cc2731 void VisitRoot(mirror::Object* root, const RootInfo& info)
2734 LOG(INFO) << "Object " << obj_ << " is a root " << info.ToString();
2794 LOG(ERROR) << "Root is null with info " << root_info.GetType();
/art/openjdkjvmti/include/
H A Djvmti.h487 (jvmtiHeapReferenceKind kind, const jvmtiHeapReferenceInfo* info, jlong object_class_tag, jlong* object_tag_ptr, jvalue value, jvmtiPrimitiveType value_type, void* user_data);

Completed in 261 milliseconds

12345678