Searched refs:push_back (Results 1 – 14 of 14) sorted by relevance
/tools/dexter/slicer/ |
D | code_ir.cc | 87 try_block_end->handlers.push_back(handler); in DissasembleTryBlocks() 104 try_begins_.push_back(try_block_begin); in DissasembleTryBlocks() 105 try_ends_.push_back(try_block_end); in DissasembleTryBlocks() 124 dbg_annotations_.push_back(dbg_header); in DissasembleDebugInfo() 131 annotation->operands.push_back(Alloc<String>( in DissasembleDebugInfo() 133 dbg_annotations_.push_back(annotation); in DissasembleDebugInfo() 140 annotation->operands.push_back(Alloc<LineNumber>(line)); in DissasembleDebugInfo() 141 dbg_annotations_.push_back(annotation); in DissasembleDebugInfo() 166 annotation->operands.push_back(Alloc<VReg>(dex::ReadULeb128(&ptr))); in DissasembleDebugInfo() 170 annotation->operands.push_back(GetString(name_index)); in DissasembleDebugInfo() [all …]
|
D | instrumentation.cc | 47 param_types.push_back(this_argument_type); in Apply() 71 hook_invoke->operands.push_back(args); in Apply() 72 hook_invoke->operands.push_back(hook_method); in Apply() 100 param_types.push_back(return_type); in Apply() 155 hook_invoke->operands.push_back(args); in Apply() 156 hook_invoke->operands.push_back(hook_method); in Apply() 169 move_result->operands.push_back(bytecode->operands[0]); in Apply() 203 param_types.push_back(orig_method->parent); in Apply() 345 param_types.push_back(ir_method->decl->parent); in ShiftParams() 369 move->operands.push_back(code_ir->Alloc<lir::VReg>(reg - shift)); in ShiftParams() [all …]
|
D | reader.cc | 251 ir_class->static_fields.push_back(field); in ParseClass() 257 ir_class->instance_fields.push_back(field); in ParseClass() 263 ir_class->direct_methods.push_back(method); in ParseClass() 269 ir_class->virtual_methods.push_back(method); in ParseClass() 300 ir_annotations->field_annotations.push_back(ParseFieldAnnotation(&ptr)); in ExtractAnnotations() 304 ir_annotations->method_annotations.push_back(ParseMethodAnnotation(&ptr)); in ExtractAnnotations() 308 ir_annotations->param_annotations.push_back(ParseParamAnnotation(&ptr)); in ExtractAnnotations() 344 ir_annotation_set->annotations.push_back(ir_annotation); in ExtractAnnotationSet() 361 ir_annotation_set_ref_list->annotations.push_back(ir_annotation_set); in ExtractAnnotationSetRefList() 576 ir_annotation->elements.push_back(ir_element); in ParseAnnotation() [all …]
|
D | bytecode_encoder.cc | 218 fixups_.push_back(LabelFixup(offset_, label, true)); in Visit() 234 fixups_.push_back(LabelFixup(offset_, label, false)); in Visit() 253 fixups_.push_back(LabelFixup(offset_, label, true)); in Visit() 272 fixups_.push_back(LabelFixup(offset_, label, true)); in Visit() 289 fixups_.push_back(LabelFixup(offset_, label, false)); in Visit()
|
D | writer.cc | 382 items.push_back(map_item); in AddMapItem() 398 map_items.push_back(headerItem); in CreateMapSection() 702 dex_field_annotations.push_back(dex_item); in WriteClassAnnotations() 709 dex_method_annotations.push_back(dex_item); in WriteClassAnnotations() 716 dex_param_annotations.push_back(dex_item); in WriteClassAnnotations()
|
D | control_flow_graph.cc | 123 basic_blocks_.push_back(current_block_); in EndBlock()
|
/tools/dexter/dexter/ |
D | experimental.cc | 91 param_types.push_back(orig_method->parent); in StressWrapInvoke() 109 new_call->operands.push_back(bytecode->operands[0]); in StressWrapInvoke() 110 new_call->operands.push_back(wraper_method); in StressWrapInvoke() 151 param_types.push_back(ir_method->decl->parent); in StressEntryHook() 175 call->operands.push_back(args); in StressEntryHook() 176 call->operands.push_back(target_method); in StressEntryHook() 214 param_types.push_back(ir_method->decl->prototype->return_type); in StressExitHook() 268 call->operands.push_back(args); in StressExitHook() 269 call->operands.push_back(target_method); in StressExitHook() 282 move_result->operands.push_back(bytecode->operands[0]); in StressExitHook() [all …]
|
D | dexter.cc | 109 experiments_.push_back(::optarg); in Run()
|
/tools/test/graphicsbenchmark/functional_tests/java/src/cpp/ |
D | surface_flinger_test_activity.cpp | 79 frameIds.push_back(frameId); in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_drawFrame() 105 frameReadyTime.push_back(values[0]); in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_drawFrame() 106 latchTime.push_back(values[1]); in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_drawFrame()
|
D | native_choreo_activity.cpp | 135 frameTimes.push_back((unsigned long)frameTimeNanos); in frameCallback()
|
/tools/dexter/slicer/export/slicer/ |
D | dex_ir.h | 430 buffers_.push_back(std::move(buffer)); in AttachBuffer() 441 v.push_back(own<T>(p)); in PushOwn()
|
D | intrusive_list.h | 77 void push_back(T* p) { in push_back() function
|
D | hash_table.h | 141 buckets_.push_back(new_bucket); in Insert()
|
D | code_ir.h | 424 nodes_.push_back(own<T>(p)); in Alloc()
|