Searched defs:depth (Results 1 – 16 of 16) sorted by relevance
| /art/runtime/verifier/ |
| D | register_line.h | 302 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/ |
| D | stack_map.h | 43 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
|
| D | thread_pool_test.cc | 107 TreeTask(ThreadPool* const thread_pool, AtomicInteger* count, int depth) in TreeTask() 136 static const int depth = 8; in TEST_F() local
|
| D | thread.cc | 1457 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
|
| D | stack.cc | 494 uint32_t depth) { in GetInstrumentationStackFrame()
|
| D | debugger.cc | 149 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/ |
| D | Main.java | 65 private static void clearStack(int depth) { in clearStack()
|
| /art/runtime/mirror/ |
| D | throwable.cc | 85 int32_t depth = method_trace->GetLength() - 1; in Dump() local
|
| D | class.h | 398 uint32_t depth = 0; in Depth() local
|
| /art/test/074-gc-thrash/src/ |
| D | Main.java | 253 private String dive(int depth, int iteration) { in dive()
|
| /art/runtime/native/ |
| D | dalvik_system_VMStack.cc | 70 int32_t depth; in VMStack_fillStackTraceElements() local
|
| /art/runtime/jdwp/ |
| D | jdwp_event.h | 78 int depth; /* JdwpStepDepth */ member
|
| D | jdwp_event.cc | 199 JdwpStepDepth depth = static_cast<JdwpStepDepth>(pMod->step.depth); in RegisterEvent() local
|
| D | jdwp_handler.cc | 1330 uint32_t depth = request.ReadUnsigned32("step depth"); in ER_Set() local
|
| /art/compiler/dex/ |
| D | mir_dataflow.cc | 1322 uint32_t depth = std::min(3U, static_cast<uint32_t>(bb->nesting_depth)); in CountUses() local
|
| /art/tools/ |
| D | cpplint.py | 1038 def FindEndOfExpressionInLine(line, startpos, depth, startchar, endchar): argument
|