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

  /art/runtime/gc/
allocation_record.h 96 size_t GetDepth() const {
101 DCHECK_LT(index, GetDepth());
132 size_t depth = r.GetDepth();
162 size_t GetDepth() const {
163 return trace_.GetDepth();
allocation_record.cc 116 for (size_t i = 0, depth = record.GetDepth(); i < depth; ++i) {
200 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 238 << static_cast<uint32_t>(GetDepth(inline_info_encoding))
241 for (size_t i = 0; i < GetDepth(inline_info_encoding); ++i) {
subtype_check_info.h 142 size_t GetDepth() const {
subtype_check.h 388 size_t parent_depth = InitializeOrAssign(parent_klass, /*assign*/true).GetDepth();
reference_table.cc 227 size_t depth = trace->GetDepth();
stack.cc     [all...]
thread.cc     [all...]
debugger.cc     [all...]
stack_map.h     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 440 GetDepth(const SmallVectorImpl<const MachineBasicBlock *> &Stack,
505 MO = MachineOperand::CreateImm(GetDepth(Stack, MO.getMBB()));
  /art/runtime/base/
mutex_test.cc 28 ASSERT_EQ(expected_depth, mu.GetDepth());
mutex.h 287 unsigned int GetDepth() const {
  /art/runtime/entrypoints/
entrypoint_utils.cc 215 inline_info.GetDepth(encoding.inline_info.encoding) - 1);
  /art/compiler/optimizing/
stack_map_test.cc 245 ASSERT_EQ(2u, inline_info.GetDepth(encoding.inline_info.encoding));
    [all...]
stack_map_stream.cc 661 DCHECK_EQ(inline_info.GetDepth(encoding.inline_info.encoding), entry.inlining_depth);
    [all...]
  /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 696 size_t depth = trace->GetDepth();
859 for (size_t i = 0, depth = trace->GetDepth(); i < depth; ++i) {
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 364 inline_info.GetDepth(encoding.inline_info.encoding)-1);
    [all...]

Completed in 998 milliseconds