Home
last modified time | relevance | path

Searched refs:ir_method_decl (Results 1 – 2 of 2) sorted by relevance

/tools/dexter/slicer/
Dinstrumentation.cc76 auto ir_method_decl = builder.GetMethodDecl( in BoxValue() local
79 auto boxing_method = code_ir->Alloc<lir::Method>(ir_method_decl, ir_method_decl->orig_index); in BoxValue()
139 auto ir_method_decl = builder.GetMethodDecl( in Apply() local
143 auto hook_method = code_ir->Alloc<lir::Method>(ir_method_decl, ir_method_decl->orig_index); in Apply()
257 auto ir_method_decl = builder.GetMethodDecl( in InjectArrayParamsHook() local
261 auto hook_method = code_ir->Alloc<lir::Method>(ir_method_decl, ir_method_decl->orig_index); in InjectArrayParamsHook()
292 auto ir_method_decl = builder.GetMethodDecl( in Apply() local
296 auto hook_method = code_ir->Alloc<lir::Method>(ir_method_decl, ir_method_decl->orig_index); in Apply()
409 auto ir_method_decl = builder.GetMethodDecl( in Apply() local
414 code_ir->Alloc<lir::Method>(ir_method_decl, ir_method_decl->orig_index); in Apply()
/tools/dexter/dexter/
Dexperimental.cc100 auto ir_method_decl = builder.GetMethodDecl(builder.GetAsciiString("WrapInvoke"), in StressWrapInvoke() local
104 auto wraper_method = code_ir.Alloc<lir::Method>(ir_method_decl, ir_method_decl->orig_index); in StressWrapInvoke()
161 auto ir_method_decl = builder.GetMethodDecl(builder.GetAsciiString("OnEntry"), in StressEntryHook() local
165 auto target_method = code_ir.Alloc<lir::Method>(ir_method_decl, ir_method_decl->orig_index); in StressEntryHook()
220 auto ir_method_decl = builder.GetMethodDecl(builder.GetAsciiString("OnExit"), in StressExitHook() local
224 auto target_method = code_ir.Alloc<lir::Method>(ir_method_decl, ir_method_decl->orig_index); in StressExitHook()
353 auto ir_method_decl = in CodeCoverage() local
391 auto tracing_method = code_ir.Alloc<lir::Method>(ir_method_decl, ir_method_decl->orig_index); in CodeCoverage()