Searched refs:ir_method_decl (Results 1 – 2 of 2) sorted by relevance
/tools/dexter/dexter/ |
D | experimental.cc | 101 auto ir_method_decl = builder.GetMethodDecl(builder.GetAsciiString("WrapInvoke"), in StressWrapInvoke() local 105 auto wraper_method = code_ir.Alloc<lir::Method>(ir_method_decl, ir_method_decl->orig_index); in StressWrapInvoke() 162 auto ir_method_decl = builder.GetMethodDecl(builder.GetAsciiString("OnEntry"), in StressEntryHook() local 166 auto target_method = code_ir.Alloc<lir::Method>(ir_method_decl, ir_method_decl->orig_index); in StressEntryHook() 221 auto ir_method_decl = builder.GetMethodDecl(builder.GetAsciiString("OnExit"), in StressExitHook() local 225 auto target_method = code_ir.Alloc<lir::Method>(ir_method_decl, ir_method_decl->orig_index); in StressExitHook() 354 auto ir_method_decl = in CodeCoverage() local 392 auto tracing_method = code_ir.Alloc<lir::Method>(ir_method_decl, ir_method_decl->orig_index); in CodeCoverage()
|
/tools/dexter/slicer/ |
D | instrumentation.cc | 80 auto ir_method_decl = builder.GetMethodDecl( in BoxValue() local 83 auto boxing_method = code_ir->Alloc<lir::Method>(ir_method_decl, ir_method_decl->orig_index); in BoxValue() 148 auto ir_method_decl = builder.GetMethodDecl( in Apply() local 152 auto hook_method = code_ir->Alloc<lir::Method>(ir_method_decl, ir_method_decl->orig_index); in Apply() 332 auto ir_method_decl = builder.GetMethodDecl( in InjectArrayParamsHook() local 336 auto hook_method = code_ir->Alloc<lir::Method>(ir_method_decl, ir_method_decl->orig_index); in InjectArrayParamsHook() 387 auto ir_method_decl = builder.GetMethodDecl( in Apply() local 391 auto hook_method = code_ir->Alloc<lir::Method>(ir_method_decl, ir_method_decl->orig_index); in Apply() 560 auto ir_method_decl = builder.GetMethodDecl( in Apply() local 565 code_ir->Alloc<lir::Method>(ir_method_decl, ir_method_decl->orig_index); in Apply()
|