Home
last modified time | relevance | path

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

/art/runtime/mirror/
Demulated_stack_frame.cc75 Handle<mirror::ByteArray> stack_frame, in EmulatedStackFrameAccessor() argument
78 stack_frame_(stack_frame), in EmulatedStackFrameAccessor()
181 Handle<ByteArray> stack_frame(hs.NewHandle(ByteArray::Alloc(self, frame_size))); in CreateFromShadowFrameAndArgs() local
182 if (stack_frame == nullptr) { in CreateFromShadowFrameAndArgs()
189 EmulatedStackFrameAccessor setter(references, stack_frame, stack_frame->GetLength()); in CreateFromShadowFrameAndArgs()
201 sf->SetFieldObject<false>(StackFrameOffset(), stack_frame.Get()); in CreateFromShadowFrameAndArgs()
222 Handle<ByteArray> stack_frame(hs.NewHandle(GetStackFrame())); in WriteToShadowFrame() local
224 EmulatedStackFrameAccessor getter(references, stack_frame, stack_frame->GetLength()); in WriteToShadowFrame()
240 Handle<ByteArray> stack_frame(hs.NewHandle(GetStackFrame())); in GetReturnValue() local
241 const int8_t* array = stack_frame->GetData(); in GetReturnValue()
[all …]
/art/runtime/
Ddebugger.cc4906 for (size_t stack_frame = 0, depth = record->GetDepth(); stack_frame < depth; ++stack_frame) { in DumpRecentAllocations() local
4907 const gc::AllocRecordStackTraceElement& stack_element = record->StackElement(stack_frame); in DumpRecentAllocations()
5101 for (size_t stack_frame = 0; stack_frame < stack_depth; ++stack_frame) { in GetRecentAllocations() local
5107 ArtMethod* m = record->StackElement(stack_frame).GetMethod(); in GetRecentAllocations()
5114 JDWP::Append2BE(bytes, record->StackElement(stack_frame).ComputeLineNumber()); in GetRecentAllocations()