Home
last modified time | relevance | path

Searched defs:depth (Results 1 – 25 of 27) sorted by relevance

12

/art/runtime/verifier/
Dregister_line.h365 bool IsSetLockDepth(size_t reg, size_t depth) { in IsSetLockDepth()
374 bool SetRegToLockDepth(size_t reg, size_t depth) { in SetRegToLockDepth()
388 void ClearRegToLockDepth(size_t reg, size_t depth) { in ClearRegToLockDepth()
/art/runtime/
Dstack_map.h944 size_t depth = 0; in GetDepth() local
949 ALWAYS_INLINE void SetDepth(const InlineInfoEncoding& encoding, uint32_t depth) { in SetDepth()
957 uint32_t depth) const { in GetMethodIndexAtDepth()
962 uint32_t depth, in SetMethodIndexAtDepth()
968 uint32_t depth) const { in GetDexPcAtDepth()
973 uint32_t depth, in SetDexPcAtDepth()
979 uint32_t depth) const { in GetInvokeTypeAtDepth()
984 uint32_t depth, in SetInvokeTypeAtDepth()
990 uint32_t depth) const { in GetDexRegisterMapOffsetAtDepth()
995 uint32_t depth, in SetDexRegisterMapOffsetAtDepth()
[all …]
Dthread_pool_test.cc103 TreeTask(ThreadPool* const thread_pool, AtomicInteger* count, int depth) in TreeTask()
132 static const int depth = 8; in TEST_F() local
Dthread.cc2025 bool Init(int depth) SHARED_REQUIRES(Locks::mutator_lock_) ACQUIRE(Roles::uninterruptible_) { in Init()
2116 int32_t depth = count_visitor.GetDepth(); in CreateInternalStackTrace() local
2157 int32_t depth = soa.Decode<mirror::Array*>(internal)->GetLength() - 1; in InternalStackTraceToStackTraceElementArray() local
Dstack.cc612 uint32_t depth) { in GetInstrumentationStackFrame()
Ddebugger.cc2277 size_t depth; in GetStackDepth() member
4826 for (size_t stack_frame = 0, depth = record->GetDepth(); stack_frame < depth; ++stack_frame) { in DumpRecentAllocations() local
4963 for (size_t i = 0, depth = record->GetDepth(); i < depth; i++) { in GetRecentAllocations() local
/art/tools/ahat/src/
DObjectsHandler.java37 int depth = query.getInt("depth", 0); in handle() local
DSiteHandler.java39 int depth = query.getInt("depth", -1); in handle() local
DAhatSnapshot.java253 public Site getSite(int stackId, int depth) { in getSite()
/art/test/067-preemptive-unpark/src/
DMain.java67 private static void clearStack(int depth) { in clearStack()
/art/compiler/optimizing/
Dinliner.h44 size_t depth) in HInliner()
Dinduction_var_analysis.h47 uint32_t depth; member
Dstack_map_stream.cc352 for (size_t depth = 0; depth < entry.inlining_depth; ++depth) { in FillIn() local
/art/runtime/mirror/
Dthrowable.cc105 const auto depth = array_len / 2; in Dump() local
Dclass.cc1040 uint32_t depth = 0; in Depth() local
/art/runtime/native/
Ddalvik_system_VMStack.cc65 int32_t depth; in VMStack_fillStackTraceElements() local
/art/compiler/utils/arm/
Dassembler_arm32_test.cc283 static const char* GetRegTokenFromDepth(int depth) { in GetRegTokenFromDepth()
426 void TemplateHelper(std::function<void(arm::Register, Args...)> f, int depth, bool without_pc, in TemplateHelper()
455 void TemplateHelper(std::function<void(const arm::ShifterOperand&, Args...)> f, int depth, in TemplateHelper()
482 void TemplateHelper(std::function<void(arm::Condition, Args...)> f, int depth, bool without_pc, in TemplateHelper()
508 void TemplateHelper(std::function<void(arm::SetCc, Args...)> f, int depth, bool without_pc, in TemplateHelper()
/art/compiler/debug/
Delf_debug_info_writer.h625 size_t depth = 0; in SetNamespaceForClass() local
646 void CloseNamespacesAboveDepth(size_t depth) { in CloseNamespacesAboveDepth()
/art/test/074-gc-thrash/src/
DMain.java267 private String dive(int depth, int iteration) { in dive()
/art/runtime/gc/
Dallocation_record.h131 size_t depth = r.GetDepth(); in operator() local
Dallocation_record.cc112 for (size_t i = 0, depth = record.GetDepth(); i < depth; ++i) { in VisitRoots() local
/art/runtime/jdwp/
Djdwp_event.h78 int depth; /* JdwpStepDepth */ member
Djdwp_event.cc211 JdwpStepDepth depth = static_cast<JdwpStepDepth>(pMod->step.depth); in RegisterEvent() local
/art/runtime/hprof/
Dhprof.cc674 size_t depth = trace->GetDepth(); in WriteStackTraces() local
844 for (size_t i = 0, depth = trace->GetDepth(); i < depth; ++i) { in PopulateAllocationTrackingTraces() local
/art/tools/
Dcpplint.py1064 def FindEndOfExpressionInLine(line, startpos, depth, startchar, endchar): argument

12