HomeSort by relevance Sort by last modified time
    Searched refs:GetDepth (Results 1 - 17 of 17) sorted by null

  /art/runtime/gc/
allocation_record.h 95 size_t GetDepth() const {
100 DCHECK_LT(index, GetDepth());
131 size_t depth = r.GetDepth();
161 size_t GetDepth() const {
162 return trace_.GetDepth();
allocation_record.cc 112 for (size_t i = 0, depth = record.GetDepth(); i < depth; ++i) {
197 if (trace_->GetDepth() >= max_depth_) {
  /external/opencv/otherlibs/highgui/
grfmt_base.h 73 int GetDepth() { return m_bit_depth; };
loadsave.cpp 429 depth = reader->GetDepth();
  /art/runtime/
stack_map.cc 226 << static_cast<uint32_t>(GetDepth(inline_info_encoding))
229 for (size_t i = 0; i < GetDepth(inline_info_encoding); ++i) {
stack.cc 806 for (current_inlining_depth_ = inline_info.GetDepth(encoding.inline_info_encoding);
    [all...]
stack_map.h     [all...]
thread.cc     [all...]
debugger.cc     [all...]
  /art/runtime/base/
mutex_test.cc 28 ASSERT_EQ(expected_depth, mu.GetDepth());
mutex.h 260 unsigned int GetDepth() const {
  /art/compiler/optimizing/
stack_map_test.cc 240 ASSERT_EQ(2u, inline_info.GetDepth(encoding.inline_info_encoding));
    [all...]
stack_map_stream.cc 537 DCHECK_EQ(inline_info.GetDepth(encoding.inline_info_encoding), entry.inlining_depth);
  /art/runtime/entrypoints/
entrypoint_utils.cc 287 inline_info.GetDepth(encoding.inline_info_encoding) - 1);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xmllite.h 144 virtual HRESULT STDMETHODCALLTYPE GetDepth(
261 HRESULT (STDMETHODCALLTYPE *GetDepth)(
302 #define IXmlReader_GetDepth(This,depth) (This)->lpVtbl->GetDepth(This,depth)
380 return This->lpVtbl->GetDepth(This,depth);
    [all...]
  /art/runtime/hprof/
hprof.cc 674 size_t depth = trace->GetDepth();
844 for (size_t i = 0, depth = trace->GetDepth(); i < depth; ++i) {
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 336 inline_info.GetDepth(encoding.inline_info_encoding)-1);
    [all...]

Completed in 1845 milliseconds