Searched refs:record (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dthread.cc195 DeoptimizationReturnValueRecord* record = new DeoptimizationReturnValueRecord( local
199 tlsPtr_.deoptimization_return_value_stack = record;
204 DeoptimizationReturnValueRecord* record = tlsPtr_.deoptimization_return_value_stack; local
205 DCHECK(record != nullptr);
206 tlsPtr_.deoptimization_return_value_stack = record->GetLink();
207 JValue ret_val(record->GetReturnValue());
208 delete record;
213 StackedShadowFrameRecord* record = new StackedShadowFrameRecord( local
215 tlsPtr_.stacked_shadow_frame_record = record;
219 StackedShadowFrameRecord* record local
[all...]
H A Ddebugger.cc4882 record(record_in),
4893 record->StackElement(depth)->SetMethod(m);
4894 record->StackElement(depth)->SetDexPc(GetDexPc());
4903 record->StackElement(depth)->SetMethod(nullptr);
4904 record->StackElement(depth)->SetDexPc(0);
4908 AllocRecord* record; member in struct:art::AllocRecordStackVisitor
4925 AllocRecord* record = &recent_allocation_records_[alloc_record_head_]; local
4926 record->SetType(type);
4927 record->SetByteCount(byte_count);
4928 record
4968 AllocRecord* record = &recent_allocation_records_[i]; local
5100 AllocRecord* record = &recent_allocation_records_[idx]; local
5151 AllocRecord* record = &recent_allocation_records_[idx]; local
[all...]

Completed in 58 milliseconds