HomeSort by relevance Sort by last modified time
    Searched refs:GetDepth (Results 1 - 18 of 18) 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 114 for (size_t i = 0, depth = record.GetDepth(); i < depth; ++i) {
198 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) {
stack.cc     [all...]
thread.cc     [all...]
stack_map.h     [all...]
debugger.cc     [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 272 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 243 ASSERT_EQ(2u, inline_info.GetDepth(encoding.inline_info.encoding));
    [all...]
stack_map_stream.cc 652 DCHECK_EQ(inline_info.GetDepth(encoding.inline_info.encoding), entry.inlining_depth);
  /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 694 size_t depth = trace->GetDepth();
865 for (size_t i = 0, depth = trace->GetDepth(); i < depth; ++i) {
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 352 inline_info.GetDepth(encoding.inline_info.encoding)-1);
    [all...]

Completed in 891 milliseconds