Home
last modified time | relevance | path

Searched refs:GetType (Results 1 – 9 of 9) sorted by relevance

/tools/dexter/slicer/export/slicer/
Ddex_ir_builder.h58 Type* GetType(String* descriptor);
65 Type* GetType(const char* descriptor) { in GetType() function
66 return GetType(GetAsciiString(descriptor)); in GetType()
Dreader.h68 ir::Type* GetType(dex::u4 index);
Dcode_ir.h478 Type* GetType(dex::u4 index);
/tools/dexter/slicer/
Dinstrumentation.cc77 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 …]
Dreader.cc163 ir::Type* Reader::GetType(dex::u4 index) { in GetType() function in dex::Reader
266 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 …]
Dcode_ir.cc173 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
Ddex_ir_builder.cc94 Type* Builder::GetType(String* descriptor) { in GetType() function in ir::Builder
/tools/dexter/dexter/
Dexperimental.cc103 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()
/tools/netsim/src/hci/
Drust_device.cc36 static_cast<int8_t>(packet.GetType()), slice); in ReceiveLinkLayerPacket()