Searched refs:GetType (Results 1 – 9 of 9) 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 …]
73 auto boxed_type = builder.GetType(boxed_type_name); in BoxValue()128 this_argument_type = builder.GetType("Ljava/lang/Object;"); in Apply()141 auto ir_proto = builder.GetProto(builder.GetType("V"), in Apply()146 builder.GetType(hook_method_id_.class_descriptor)); in Apply()253 const auto obj_array_type = builder.GetType("[Ljava/lang/Object;"); in InjectArrayParamsHook()265 types.push_back(builder.GetType("Ljava/lang/String;")); // method signature string in InjectArrayParamsHook()320 auto ir_proto = builder.GetProto(builder.GetType("V"), in InjectArrayParamsHook()325 builder.GetType(hook_method_id_.class_descriptor)); in InjectArrayParamsHook()363 const auto return_type = return_as_object ? builder.GetType("Ljava/lang/Object;") in Apply()370 param_types.push_back(builder.GetType("Ljava/lang/String;")); in Apply()[all …]
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()349 std::vector<ir::Type*> param_types { builder.GetType("I") }; in CodeCoverage()351 builder.GetProto(builder.GetType("V"), in CodeCoverage()356 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);
29 partData.GetType(); in fuzz_gpt()