Searched defs:depth (Results 1 – 17 of 17) sorted by relevance
| /art/runtime/verifier/ |
| D | register_line.h | 313 bool IsSetLockDepth(size_t reg, size_t depth) { in IsSetLockDepth() 322 bool SetRegToLockDepth(size_t reg, size_t depth) { in SetRegToLockDepth() 336 void ClearRegToLockDepth(size_t reg, size_t depth) { in ClearRegToLockDepth()
|
| /art/runtime/ |
| D | thread_pool_test.cc | 103 TreeTask(ThreadPool* const thread_pool, AtomicInteger* count, int depth) in TreeTask() 132 static const int depth = 8; in TEST_F() local
|
| D | stack_map.h | 54 void SetDepth(uint8_t depth) { in SetDepth() 58 uint32_t GetMethodReferenceIndexAtDepth(uint8_t depth) const { in GetMethodReferenceIndexAtDepth() 62 void SetMethodReferenceIndexAtDepth(uint8_t depth, uint32_t index) { in SetMethodReferenceIndexAtDepth() 970 uint8_t depth = region_.LoadUnaligned<uint8_t>(offset); in GetInlineInfoOf() local
|
| D | thread.cc | 1686 bool Init(int depth) in Init() 1750 int32_t depth = count_visitor.GetDepth(); in CreateInternalStackTrace() local 1787 int32_t depth = soa.Decode<mirror::PointerArray*>(internal)->GetLength() / 2; in InternalStackTraceToStackTraceElementArray() local
|
| D | stack.cc | 664 uint32_t depth) { in GetInstrumentationStackFrame()
|
| D | debugger.cc | 150 size_t depth = 0; in GetDepth() local 2340 size_t depth; in GetStackDepth() member 4909 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 | 105 const auto depth = array_len / 2; in Dump() local
|
| D | class.cc | 902 uint32_t depth = 0; in Depth() local
|
| /art/runtime/native/ |
| D | dalvik_system_VMStack.cc | 67 int32_t depth; in VMStack_fillStackTraceElements() local
|
| /art/compiler/utils/arm/ |
| D | assembler_arm32_test.cc | 269 static const char* GetRegTokenFromDepth(int depth) { in GetRegTokenFromDepth() 345 void TemplateHelper(std::function<void(arm::Register, Args...)> f, int depth, bool without_pc, in TemplateHelper() 366 void TemplateHelper(std::function<void(const arm::ShifterOperand&, Args...)> f, int depth, in TemplateHelper() 384 void TemplateHelper(std::function<void(arm::Condition, Args...)> f, int depth, bool without_pc, in TemplateHelper()
|
| /art/test/074-gc-thrash/src/ |
| D | Main.java | 267 private String dive(int depth, int iteration) { in dive()
|
| /art/runtime/jdwp/ |
| D | jdwp_event.h | 78 int depth; /* JdwpStepDepth */ member
|
| D | jdwp_event.cc | 211 JdwpStepDepth depth = static_cast<JdwpStepDepth>(pMod->step.depth); in RegisterEvent() local
|
| D | jdwp_handler.cc | 1280 uint32_t depth = request->ReadUnsigned32("step depth"); in ER_Set() local
|
| /art/compiler/dex/ |
| D | mir_dataflow.cc | 1387 uint32_t depth = std::min(3U, static_cast<uint32_t>(bb->nesting_depth)); in GetUseCountWeight() local
|
| /art/tools/ |
| D | cpplint.py | 1038 def FindEndOfExpressionInLine(line, startpos, depth, startchar, endchar): argument
|