Home
last modified time | relevance | path

Searched refs:InsertBefore (Results 1 – 3 of 3) sorted by relevance

/tools/dexter/slicer/
Dinstrumentation.cc90 code_ir->instructions.InsertBefore(bytecode, boxing_invoke); in BoxValue()
95 code_ir->instructions.InsertBefore(bytecode, move_result); in BoxValue()
166 code_ir->instructions.InsertBefore(bytecode, hook_invoke); in Apply()
219 code_ir->instructions.InsertBefore(position, move); in GenerateShiftParamsCode()
259 code_ir->instructions.InsertBefore(bytecode, const_size_op); in InjectArrayParamsHook()
269 code_ir->instructions.InsertBefore(bytecode, allocate_array_op); in InjectArrayParamsHook()
297 code_ir->instructions.InsertBefore(bytecode, const_str_op); in InjectArrayParamsHook()
312 code_ir->instructions.InsertBefore(bytecode, index_const_op); in InjectArrayParamsHook()
319 code_ir->instructions.InsertBefore(bytecode, aput_op); in InjectArrayParamsHook()
342 code_ir->instructions.InsertBefore(bytecode, hook_invoke); in InjectArrayParamsHook()
[all …]
/tools/dexter/dexter/
Dexperimental.cc112 code_ir.instructions.InsertBefore(bytecode, new_call); in StressWrapInvoke()
185 code_ir.instructions.InsertBefore(bytecode, call); in StressEntryHook()
271 code_ir.instructions.InsertBefore(bytecode, call); in StressExitHook()
284 code_ir.instructions.InsertBefore(bytecode, move_result); in StressExitHook()
426 code_ir.instructions.InsertBefore(trace_point, load_block_id); in CodeCoverage()
433 code_ir.instructions.InsertBefore(trace_point, trace_call); in CodeCoverage()
/tools/dexter/slicer/export/slicer/
Dintrusive_list.h82 return InsertBefore(*it, p); in insert()
85 Iterator InsertBefore(T* pos, T* p) { in InsertBefore() function