Home
last modified time | relevance | path

Searched refs:GetMethodDecl (Results 1 – 6 of 6) sorted by relevance

/tools/dexter/slicer/
Dreader.cc172 ir::MethodDecl* Reader::GetMethodDecl(dex::u4 index) { in GetMethodDecl() function in dex::Reader
387 ir_method_annotation->method_decl = GetMethodDecl(dex_method_annotation->method_idx); in ParseMethodAnnotation()
402 ir_param_annotation->method_decl = GetMethodDecl(dex_param_annotation->method_idx); in ParseParamAnnotation()
525 ir_encoded_value->u.method_value = GetMethodDecl(index); in ParseEncodedValue()
779 ir_encoded_method->decl = GetMethodDecl(method_index); in ParseEncodedMethod()
915 GetMethodDecl(index); in ParseInstructions()
Dinstrumentation.cc76 auto ir_method_decl = builder.GetMethodDecl( in BoxValue()
139 auto ir_method_decl = builder.GetMethodDecl( in Apply()
305 auto ir_method_decl = builder.GetMethodDecl( in InjectArrayParamsHook()
356 auto ir_method_decl = builder.GetMethodDecl( in Apply()
473 auto ir_method_decl = builder.GetMethodDecl( in Apply()
Ddex_ir_builder.cc204 MethodDecl* Builder::GetMethodDecl(String* name, Proto* proto, Type* parent) { in GetMethodDecl() function in ir::Builder
/tools/dexter/dexter/
Dexperimental.cc100 auto ir_method_decl = builder.GetMethodDecl(builder.GetAsciiString("WrapInvoke"), in StressWrapInvoke()
161 auto ir_method_decl = builder.GetMethodDecl(builder.GetAsciiString("OnEntry"), in StressEntryHook()
220 auto ir_method_decl = builder.GetMethodDecl(builder.GetAsciiString("OnExit"), in StressExitHook()
354 builder.GetMethodDecl(builder.GetAsciiString("TraceBasicBlock"), in CodeCoverage()
/tools/dexter/slicer/export/slicer/
Ddex_ir_builder.h61 MethodDecl* GetMethodDecl(String* name, Proto* proto, Type* parent);
Dreader.h69 ir::MethodDecl* GetMethodDecl(dex::u4 index);