Home
last modified time | relevance | path

Searched defs:info (Results 26 – 50 of 110) sorted by relevance

12345

/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DFormat22c.java66 public PoolIndexKind getPoolIndexKind(OpcodeInfo info) { in getPoolIndexKind()
/art/test/927-timers/
Dtimers.cc56 jvmtiTimerInfo info; in Java_art_Test927_getTimerInfo() local
/art/compiler/optimizing/
Dinduction_var_analysis.cc357 InductionInfo* info = nullptr; in ClassifyTrivial() local
1194 InductionInfo* info) { in AssignInfo()
1215 InductionInfo* info = CreateInvariantFetch(instruction); in LookupInfo() local
1342 bool HInductionVarAnalysis::IsExact(InductionInfo* info, int64_t* value) { in IsExact()
1346 bool HInductionVarAnalysis::IsAtMost(InductionInfo* info, int64_t* value) { in IsAtMost()
1350 bool HInductionVarAnalysis::IsAtLeast(InductionInfo* info, int64_t* value) { in IsAtLeast()
1354 bool HInductionVarAnalysis::IsNarrowingLinear(InductionInfo* info) { in IsNarrowingLinear()
1391 std::string HInductionVarAnalysis::InductionToString(InductionInfo* info) { in InductionToString()
Dinduction_var_range_test.cc222 HInductionVarAnalysis::InductionInfo* info) { in CreateWrapAround()
240 bool NeedsTripCount(HInductionVarAnalysis::InductionInfo* info) { in NeedsTripCount()
253 Value GetMin(HInductionVarAnalysis::InductionInfo* info, in GetMin()
258 Value GetMax(HInductionVarAnalysis::InductionInfo* info, in GetMax()
285 bool IsExact(HInductionVarAnalysis::InductionInfo* info, int64_t* value) { in IsExact()
289 bool IsAtMost(HInductionVarAnalysis::InductionInfo* info, int64_t* value) { in IsAtMost()
293 bool IsAtLeast(HInductionVarAnalysis::InductionInfo* info, int64_t* value) { in IsAtLeast()
Dlinear_order.cc28 static bool IsLoop(HLoopInformation* info) { in IsLoop()
Dfind_loops_test.cc112 HLoopInformation* info = block->GetLoopInformation(); in TestBlock() local
314 HLoopInformation* info = graph->GetBlocks()[3]->GetLoopInformation(); in TEST_F() local
/art/profman/
Dprofile_assistant_test.cc58 bool AddMethod(ProfileCompilationInfo* info, in AddMethod()
67 bool AddMethod(ProfileCompilationInfo* info, in AddMethod()
78 bool AddClass(ProfileCompilationInfo* info, in AddClass()
90 ProfileCompilationInfo* info, in SetupProfile()
121 ProfileCompilationInfo* info) { in SetupBasicProfile()
177 void CheckProfileInfo(ScratchFile& file, const ProfileCompilationInfo& info) { in CheckProfileInfo()
334 const ProfileCompilationInfo& info, in AssertInlineCaches()
656 ProfileCompilationInfo info; in TEST_F() local
667 ProfileCompilationInfo info; in TEST_F() local
719 ProfileCompilationInfo info; in TEST_F() local
[all …]
Dprofile_assistant.cc39 ProfileCompilationInfo info(options.IsBootImageMerge()); in ProcessProfilesInternal() local
/art/test/566-polymorphic-inlining/
Dpolymorphic_inline.cc52 CodeInfo info(header); in do_checks() local
/art/test/595-profile-saving/
Dprofile-saving.cc72 ProfileCompilationInfo info; in Java_Main_isForBootImage() local
/art/runtime/jit/
Djit_code_cache.cc341 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in FindCompiledCodeForInstrumentation() local
570 ProfilingInfo* info = *it; in RemoveMethodsIn() local
829 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in RemoveMethodLocked() local
901 ProfilingInfo* info = old_method->GetProfilingInfo(kRuntimePointerSize); in MoveObsoleteMethod() local
1448 [this] (ProfilingInfo* info) NO_THREAD_SAFETY_ANALYSIS { in DoCollection()
1555 ProfilingInfo* info = nullptr; in AddProfilingInfo() local
1586 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in AddProfilingInfoInternal() local
1621 for (const ProfilingInfo* info : profiling_infos_) { in GetProfiledMethods() local
1781 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in NotifyCompilationOf() local
1811 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in NotifyCompilerUse() local
[all …]
/art/tools/dexfuzz/src/dexfuzz/
DLog.java48 public static void info(String msg) { in info() method in Log
/art/runtime/
Druntime_common.cc385 siginfo_t* info, in HandleUnexpectedSignalCommonDump()
448 siginfo_t* info, in HandleUnexpectedSignalCommon()
Dclass_loader_context.h255 ClassLoaderInfo* info = class_loader_chain_.get(); in GetParentChainSize() local
/art/openjdkjvmti/
Dti_object.cc98 art::MonitorInfo info(target.Ptr()); in GetObjectMonitorUsage() local
/art/test/ti-stress/
Dstress.cc443 ScopedThreadInfo info(jvmtienv, env, thread); in FieldAccessHook() local
513 ScopedThreadInfo info(jvmtienv, env, thread); in FieldModificationHook() local
535 ScopedThreadInfo info(jvmtienv, env, thread); in MethodExitHook() local
554 ScopedThreadInfo info(jvmtienv, env, thread); in MethodEntryHook() local
586 ScopedThreadInfo info(jvmtienv, env, thread); in ClassPrepareHook() local
602 ScopedThreadInfo info(jvmtienv, env, thread); in SingleStepHook() local
/art/runtime/gc/space/
Dlarge_object_space.cc419 void FreeListSpace::RemoveFreePrev(AllocationInfo* info) { in RemoveFreePrev()
431 AllocationInfo* info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(obj)); in Free() local
491 AllocationInfo* info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(obj)); in AllocationSize() local
511 AllocationInfo* info = *it; in Alloc() local
585 const AllocationInfo* info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(obj)); in IsZygoteLargeObject() local
Dlarge_object_space.h215 uintptr_t GetAddressForAllocationInfo(const AllocationInfo* info) const { in GetAddressForAllocationInfo()
/art/test/1974-resize-array/
Dresize_array.cc195 JvmtiInfo* info = new JvmtiInfo; in Java_art_Test1974_StartCollectFrees() local
256 std::unique_ptr<JvmtiInfo> info(info_p); in Java_art_Test1974_CollectFreedTags() local
/art/test/924-threads/
Dthreads.cc93 jvmtiThreadInfo info; in Java_art_Test924_getThreadInfo() local
193 jvmtiThreadInfo info; in ThreadEvent() local
/art/runtime/arch/arm64/
Dfault_handler_arm64.cc77 bool NullPointerHandler::Action(int sig ATTRIBUTE_UNUSED, siginfo_t* info, void* context) { in Action()
/art/test/925-threadgroups/
Dthreadgroups.cc59 jvmtiThreadGroupInfo info; in Java_art_Test925_getThreadGroupInfo() local
/art/test/931-agent-thread/
Dagent_thread.cc57 jvmtiThreadInfo info; in AgentMain() local
/art/tools/jvmti-agents/enable-vlog/
Denablevlog.cc68 const jvmtiExtensionFunctionInfo& info = infos[i]; in GetExtensionFunction() local
/art/dexlayout/
Ddexlayout.h106 ProfileCompilationInfo* info, in DexLayout()

12345