Searched refs:GetType (Results 1 – 9 of 9) sorted by relevance
58 Type* GetType(String* descriptor);65 Type* GetType(const char* descriptor) { in GetType() function66 return GetType(GetAsciiString(descriptor)); in GetType()
68 ir::Type* GetType(dex::u4 index);
478 Type* GetType(dex::u4 index);
77 auto boxed_type = builder.GetType(boxed_type_name); in BoxValue()132 this_argument_type = builder.GetType("Ljava/lang/Object;"); in Apply()145 auto ir_proto = builder.GetProto(builder.GetType("V"), in Apply()150 builder.GetType(hook_method_id_.class_descriptor)); in Apply()262 const auto obj_array_type = builder.GetType("[Ljava/lang/Object;"); in InjectArrayParamsHook()274 types.push_back(builder.GetType("Ljava/lang/String;")); // method signature string in InjectArrayParamsHook()329 auto ir_proto = builder.GetProto(builder.GetType("V"), in InjectArrayParamsHook()334 builder.GetType(hook_method_id_.class_descriptor)); in InjectArrayParamsHook()372 const auto return_type = return_as_object ? builder.GetType("Ljava/lang/Object;") in Apply()379 param_types.push_back(builder.GetType("Ljava/lang/String;")); in Apply()[all …]
163 ir::Type* Reader::GetType(dex::u4 index) { in GetType() function in dex::Reader266 ir_class->type = GetType(dex_class_def.class_idx); in ParseClass()274 ir_class->super_class = GetType(dex_class_def.superclass_idx); in ParseClass()556 ir_encoded_value->u.type_value = GetType(index); in ParseEncodedValue()608 ir_annotation->type = GetType(type_index); in ParseAnnotation()698 GetType(type_index); in ExtractDebugInfo()713 GetType(type_index); in ExtractDebugInfo()789 GetType(type_index); in ExtractCode()847 ir_field->type = GetType(dex_field.type_idx); in ParseFieldDecl()848 ir_field->parent = GetType(dex_field.class_idx); in ParseFieldDecl()[all …]
173 annotation->operands.push_back(GetType(type_index)); in DisassembleDebugInfo()188 annotation->operands.push_back(GetType(type_index)); in DisassembleDebugInfo()665 Type* CodeIr::GetType(dex::u4 index) { in GetType() function in lir::CodeIr
94 Type* Builder::GetType(String* descriptor) { in GetType() function in ir::Builder
103 builder.GetType("LTracer;")); in StressWrapInvoke()159 auto ir_proto = builder.GetProto(builder.GetType("V"), in StressEntryHook()164 builder.GetType("LTracer;")); in StressEntryHook()223 builder.GetType("LTracer;")); in StressExitHook()350 std::vector<ir::Type*> param_types { builder.GetType("I") }; in CodeCoverage()352 builder.GetProto(builder.GetType("V"), in CodeCoverage()357 builder.GetType(kTracerClass)); in CodeCoverage()
36 static_cast<int8_t>(packet.GetType()), slice); in ReceiveLinkLayerPacket()