Searched refs:ir_method_decl (Results 1 – 2 of 2) sorted by relevance
/tools/dexter/dexter/ |
D | experimental.cc | 100 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()
|
/tools/dexter/slicer/ |
D | instrumentation.cc | 76 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() 144 auto ir_method_decl = builder.GetMethodDecl( in Apply() local 148 auto hook_method = code_ir->Alloc<lir::Method>(ir_method_decl, ir_method_decl->orig_index); in Apply() 323 auto ir_method_decl = builder.GetMethodDecl( in InjectArrayParamsHook() local 327 auto hook_method = code_ir->Alloc<lir::Method>(ir_method_decl, ir_method_decl->orig_index); in InjectArrayParamsHook() 378 auto ir_method_decl = builder.GetMethodDecl( in Apply() local 382 auto hook_method = code_ir->Alloc<lir::Method>(ir_method_decl, ir_method_decl->orig_index); in Apply() 548 auto ir_method_decl = builder.GetMethodDecl( in Apply() local 553 code_ir->Alloc<lir::Method>(ir_method_decl, ir_method_decl->orig_index); in Apply()
|