Home
last modified time | relevance | path

Searched refs:stack_frame (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Demulated_stack_frame.cc79 Handle<mirror::ByteArray> stack_frame, in EmulatedStackFrameAccessor() argument
82 stack_frame_(stack_frame), in EmulatedStackFrameAccessor()
182 Handle<ByteArray> stack_frame(hs.NewHandle(ByteArray::Alloc(self, frame_size))); in CreateFromShadowFrameAndArgs() local
183 if (stack_frame == nullptr) { in CreateFromShadowFrameAndArgs()
190 EmulatedStackFrameAccessor setter(references, stack_frame, stack_frame->GetLength()); in CreateFromShadowFrameAndArgs()
202 sf->SetFieldObject<false>(StackFrameOffset(), stack_frame.Get()); in CreateFromShadowFrameAndArgs()
223 Handle<ByteArray> stack_frame(hs.NewHandle(GetStackFrame())); in WriteToShadowFrame() local
225 EmulatedStackFrameAccessor getter(references, stack_frame, stack_frame->GetLength()); in WriteToShadowFrame()
241 Handle<ByteArray> stack_frame(hs.NewHandle(GetStackFrame())); in GetReturnValue() local
242 const int8_t* array = stack_frame->GetData(); in GetReturnValue()
[all …]
/art/runtime/
Ddebugger.cc4873 for (size_t stack_frame = 0, depth = record->GetDepth(); stack_frame < depth; ++stack_frame) { in DumpRecentAllocations() local
4874 const gc::AllocRecordStackTraceElement& stack_element = record->StackElement(stack_frame); in DumpRecentAllocations()
5157 for (size_t stack_frame = 0; stack_frame < stack_depth; ++stack_frame) { in GetRecentAllocations() local
5163 ArtMethod* m = record->StackElement(stack_frame).GetMethod(); in GetRecentAllocations()
5170 JDWP::Append2BE(bytes, record->StackElement(stack_frame).ComputeLineNumber()); in GetRecentAllocations()