| /art/runtime/verifier/ |
| D | register_line.h | 365 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/ |
| D | stack_map.h | 944 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 …]
|
| 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 | thread.cc | 2025 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
|
| D | stack.cc | 612 uint32_t depth) { in GetInstrumentationStackFrame()
|
| D | debugger.cc | 2277 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/ |
| D | ObjectsHandler.java | 37 int depth = query.getInt("depth", 0); in handle() local
|
| D | SiteHandler.java | 39 int depth = query.getInt("depth", -1); in handle() local
|
| D | AhatSnapshot.java | 253 public Site getSite(int stackId, int depth) { in getSite()
|
| /art/test/067-preemptive-unpark/src/ |
| D | Main.java | 67 private static void clearStack(int depth) { in clearStack()
|
| /art/compiler/optimizing/ |
| D | inliner.h | 44 size_t depth) in HInliner()
|
| D | induction_var_analysis.h | 47 uint32_t depth; member
|
| D | stack_map_stream.cc | 352 for (size_t depth = 0; depth < entry.inlining_depth; ++depth) { in FillIn() local
|
| /art/runtime/mirror/ |
| D | throwable.cc | 105 const auto depth = array_len / 2; in Dump() local
|
| D | class.cc | 1040 uint32_t depth = 0; in Depth() local
|
| /art/runtime/native/ |
| D | dalvik_system_VMStack.cc | 65 int32_t depth; in VMStack_fillStackTraceElements() local
|
| /art/compiler/utils/arm/ |
| D | assembler_arm32_test.cc | 283 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/ |
| D | elf_debug_info_writer.h | 625 size_t depth = 0; in SetNamespaceForClass() local 646 void CloseNamespacesAboveDepth(size_t depth) { in CloseNamespacesAboveDepth()
|
| /art/test/074-gc-thrash/src/ |
| D | Main.java | 267 private String dive(int depth, int iteration) { in dive()
|
| /art/runtime/gc/ |
| D | allocation_record.h | 131 size_t depth = r.GetDepth(); in operator() local
|
| D | allocation_record.cc | 112 for (size_t i = 0, depth = record.GetDepth(); i < depth; ++i) { in VisitRoots() local
|
| /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
|
| /art/runtime/hprof/ |
| D | hprof.cc | 674 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/ |
| D | cpplint.py | 1064 def FindEndOfExpressionInLine(line, startpos, depth, startchar, endchar): argument
|