Searched refs:InsertBefore (Results 1 – 3 of 3) sorted by relevance
/tools/dexter/slicer/export/slicer/ |
D | intrusive_list.h | 82 return InsertBefore(*it, p); in insert() 85 Iterator InsertBefore(T* pos, T* p) { in InsertBefore() function
|
/tools/dexter/dexter/ |
D | experimental.cc | 111 code_ir.instructions.InsertBefore(bytecode, new_call); in StressWrapInvoke() 184 code_ir.instructions.InsertBefore(bytecode, call); in StressEntryHook() 270 code_ir.instructions.InsertBefore(bytecode, call); in StressExitHook() 283 code_ir.instructions.InsertBefore(bytecode, move_result); in StressExitHook() 419 code_ir.instructions.InsertBefore(trace_point, load_block_id); in CodeCoverage() 426 code_ir.instructions.InsertBefore(trace_point, trace_call); in CodeCoverage()
|
/tools/dexter/slicer/ |
D | instrumentation.cc | 68 code_ir->instructions.InsertBefore(bytecode, hook_invoke); in Apply() 141 code_ir->instructions.InsertBefore(bytecode, hook_invoke); in Apply() 154 code_ir->instructions.InsertBefore(bytecode, move_result); in Apply()
|