Searched refs:GetType (Results 1 – 8 of 8) sorted by relevance
138 ir::Type* Reader::GetType(dex::u4 index) { in GetType() function in dex::Reader225 ir_class->type = GetType(dex_class_def.class_idx); in ParseClass()233 ir_class->super_class = GetType(dex_class_def.superclass_idx); in ParseClass()515 ir_encoded_value->u.type_value = GetType(index); in ParseEncodedValue()567 ir_annotation->type = GetType(type_index); in ParseAnnotation()657 GetType(type_index); in ExtractDebugInfo()672 GetType(type_index); in ExtractDebugInfo()748 GetType(type_index); in ExtractCode()806 ir_field->type = GetType(dex_field.type_idx); in ParseFieldDecl()807 ir_field->parent = GetType(dex_field.class_idx); in ParseFieldDecl()[all …]
43 this_argument_type = builder.GetType("Ljava/lang/Object;"); in Apply()54 auto ir_proto = builder.GetProto(builder.GetType("V"), in Apply()59 builder.GetType(hook_method_id_.class_descriptor)); in Apply()107 builder.GetType(hook_method_id_.class_descriptor)); in Apply()215 builder.GetType(detour_method_id_.class_descriptor)); in Apply()
174 annotation->operands.push_back(GetType(type_index)); in DissasembleDebugInfo()189 annotation->operands.push_back(GetType(type_index)); in DissasembleDebugInfo()616 Type* CodeIr::GetType(dex::u4 index) { in GetType() function in lir::CodeIr
94 Type* Builder::GetType(String* descriptor) { in GetType() function in ir::Builder
102 builder.GetType("LTracer;")); in StressWrapInvoke()158 auto ir_proto = builder.GetProto(builder.GetType("V"), in StressEntryHook()163 builder.GetType("LTracer;")); in StressEntryHook()222 builder.GetType("LTracer;")); in StressExitHook()346 std::vector<ir::Type*> param_types { builder.GetType("I") }; in CodeCoverage()348 builder.GetProto(builder.GetType("V"), in CodeCoverage()353 builder.GetType(kTracerClass)); in CodeCoverage()
58 Type* GetType(String* descriptor);65 Type* GetType(const char* descriptor) { in GetType() function66 return GetType(GetAsciiString(descriptor)); in GetType()
67 ir::Type* GetType(dex::u4 index);
445 Type* GetType(dex::u4 index);