Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dintrusive_list.h82 return InsertBefore(*it, p); in insert()
85 Iterator InsertBefore(T* pos, T* p) { in InsertBefore() function
/tools/dexter/dexter/
Dexperimental.cc111 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/
Dinstrumentation.cc68 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()