Home
last modified time | relevance | path

Searched refs:push_back (Results 1 – 15 of 15) sorted by relevance

/tools/dexter/slicer/
Dcode_ir.cc86 try_block_end->handlers.push_back(handler); in DisassembleTryBlocks()
103 try_begins_.push_back(try_block_begin); in DisassembleTryBlocks()
104 try_ends_.push_back(try_block_end); in DisassembleTryBlocks()
123 dbg_annotations_.push_back(dbg_header); in DisassembleDebugInfo()
130 annotation->operands.push_back(Alloc<String>( in DisassembleDebugInfo()
132 dbg_annotations_.push_back(annotation); in DisassembleDebugInfo()
139 annotation->operands.push_back(Alloc<LineNumber>(line)); in DisassembleDebugInfo()
140 dbg_annotations_.push_back(annotation); in DisassembleDebugInfo()
165 annotation->operands.push_back(Alloc<VReg>(dex::ReadULeb128(&ptr))); in DisassembleDebugInfo()
169 annotation->operands.push_back(GetString(name_index)); in DisassembleDebugInfo()
[all …]
Dinstrumentation.cc75 param_types.push_back(type); in BoxValue()
88 boxing_invoke->operands.push_back(args); in BoxValue()
89 boxing_invoke->operands.push_back(boxing_method); in BoxValue()
94 move_result->operands.push_back(code_ir->Alloc<lir::VReg>(dst_reg)); in BoxValue()
138 param_types.push_back(this_argument_type); in Apply()
162 hook_invoke->operands.push_back(args); in Apply()
163 hook_invoke->operands.push_back(hook_method); in Apply()
182 param_types.push_back(ir_method->decl->parent); in GenerateShiftParamsCode()
200 move->operands.push_back(code_ir->Alloc<lir::VReg>(reg - shift)); in GenerateShiftParamsCode()
201 move->operands.push_back(code_ir->Alloc<lir::VReg>(reg)); in GenerateShiftParamsCode()
[all …]
Dreader.cc252 ir_class->static_fields.push_back(field); in ParseClass()
258 ir_class->instance_fields.push_back(field); in ParseClass()
264 ir_class->direct_methods.push_back(method); in ParseClass()
270 ir_class->virtual_methods.push_back(method); in ParseClass()
301 ir_annotations->field_annotations.push_back(ParseFieldAnnotation(&ptr)); in ExtractAnnotations()
305 ir_annotations->method_annotations.push_back(ParseMethodAnnotation(&ptr)); in ExtractAnnotations()
309 ir_annotations->param_annotations.push_back(ParseParamAnnotation(&ptr)); in ExtractAnnotations()
345 ir_annotation_set->annotations.push_back(ir_annotation); in ExtractAnnotationSet()
362 ir_annotation_set_ref_list->annotations.push_back(ir_annotation_set); in ExtractAnnotationSetRefList()
577 ir_annotation->elements.push_back(ir_element); in ParseAnnotation()
[all …]
Dbytecode_encoder.cc221 fixups_.push_back(LabelFixup(offset_, label, true)); in Visit()
237 fixups_.push_back(LabelFixup(offset_, label, false)); in Visit()
256 fixups_.push_back(LabelFixup(offset_, label, true)); in Visit()
275 fixups_.push_back(LabelFixup(offset_, label, true)); in Visit()
292 fixups_.push_back(LabelFixup(offset_, label, false)); in Visit()
Dwriter.cc389 items.push_back(map_item); in AddMapItem()
405 map_items.push_back(headerItem); in CreateMapSection()
709 dex_field_annotations.push_back(dex_item); in WriteClassAnnotations()
716 dex_method_annotations.push_back(dex_item); in WriteClassAnnotations()
723 dex_param_annotations.push_back(dex_item); in WriteClassAnnotations()
Dcontrol_flow_graph.cc122 basic_blocks_.push_back(current_block_); in EndBlock()
/tools/dexter/dexter/
Dexperimental.cc92 param_types.push_back(orig_method->parent); in StressWrapInvoke()
110 new_call->operands.push_back(bytecode->operands[0]); in StressWrapInvoke()
111 new_call->operands.push_back(wraper_method); in StressWrapInvoke()
152 param_types.push_back(ir_method->decl->parent); in StressEntryHook()
176 call->operands.push_back(args); in StressEntryHook()
177 call->operands.push_back(target_method); in StressEntryHook()
215 param_types.push_back(ir_method->decl->prototype->return_type); in StressExitHook()
269 call->operands.push_back(args); in StressExitHook()
270 call->operands.push_back(target_method); in StressExitHook()
283 move_result->operands.push_back(bytecode->operands[0]); in StressExitHook()
[all …]
Ddexter.cc111 experiments_.push_back(::optarg); in Run()
/tools/test/graphicsbenchmark/functional_tests/java/src/cpp/
Dsurface_flinger_test_activity.cpp79 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()
Dnative_choreo_activity.cpp135 frameTimes.push_back((unsigned long)frameTimeNanos); in frameCallback()
/tools/security/fuzzing/orphans/libffi/
Dfuzz_ffi.cc39 ffi_alloc_vector.push_back(new_type); in generateCustomType()
190 raw_alloc_vector.push_back(raw_args); in runRawFunctions()
235 raw_alloc_vector.push_back(raw_args); in runJavaFunctions()
/tools/dexter/slicer/export/slicer/
Ddex_ir.h430 buffers_.push_back(std::move(buffer)); in AttachBuffer()
441 v.push_back(own<T>(p)); in PushOwn()
Dintrusive_list.h77 void push_back(T* p) { in push_back() function
Dhash_table.h141 buckets_.push_back(new_bucket); in Insert()
Dcode_ir.h436 nodes_.push_back(own<T>(p)); in Alloc()