Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line.h302 bool IsSetLockDepth(size_t reg, size_t depth) { in IsSetLockDepth()
311 void SetRegToLockDepth(size_t reg, size_t depth) { in SetRegToLockDepth()
322 void ClearRegToLockDepth(size_t reg, size_t depth) { in ClearRegToLockDepth()
/art/runtime/
Dstack_map.h43 void SetDepth(uint8_t depth) { in SetDepth()
47 uint32_t GetMethodReferenceIndexAtDepth(uint8_t depth) const { in GetMethodReferenceIndexAtDepth()
51 void SetMethodReferenceIndexAtDepth(uint8_t depth, uint32_t index) { in SetMethodReferenceIndexAtDepth()
262 uint8_t depth = region_.Load<uint8_t>(offset); in GetInlineInfoOf() local
Dthread_pool_test.cc107 TreeTask(ThreadPool* const thread_pool, AtomicInteger* count, int depth) in TreeTask()
136 static const int depth = 8; in TEST_F() local
Dthread.cc1457 bool Init(int depth) in Init()
1530 int32_t depth = count_visitor.GetDepth(); in CreateInternalStackTrace() local
1558 int32_t depth = soa.Decode<mirror::ObjectArray<mirror::Object>*>(internal)->GetLength() - 1; in InternalStackTraceToStackTraceElementArray() local
Dstack.cc494 uint32_t depth) { in GetInstrumentationStackFrame()
Ddebugger.cc149 size_t depth = 0; in GetDepth() local
2288 size_t depth; in GetStackDepth() member
4562 size_t depth; member
/art/test/067-preemptive-unpark/src/
DMain.java65 private static void clearStack(int depth) { in clearStack()
/art/runtime/mirror/
Dthrowable.cc85 int32_t depth = method_trace->GetLength() - 1; in Dump() local
Dclass.h398 uint32_t depth = 0; in Depth() local
/art/test/074-gc-thrash/src/
DMain.java253 private String dive(int depth, int iteration) { in dive()
/art/runtime/native/
Ddalvik_system_VMStack.cc70 int32_t depth; in VMStack_fillStackTraceElements() local
/art/runtime/jdwp/
Djdwp_event.h78 int depth; /* JdwpStepDepth */ member
Djdwp_event.cc199 JdwpStepDepth depth = static_cast<JdwpStepDepth>(pMod->step.depth); in RegisterEvent() local
Djdwp_handler.cc1330 uint32_t depth = request.ReadUnsigned32("step depth"); in ER_Set() local
/art/compiler/dex/
Dmir_dataflow.cc1322 uint32_t depth = std::min(3U, static_cast<uint32_t>(bb->nesting_depth)); in CountUses() local
/art/tools/
Dcpplint.py1038 def FindEndOfExpressionInLine(line, startpos, depth, startchar, endchar): argument