Home
last modified time | relevance | path

Searched refs:GenerateProfilerForTypedVariable (Results 1 – 3 of 3) sorted by relevance

/test/vts/compilation_tools/vtsc/code_gen/profiler/
DHalHidlProfilerCodeGen.cpp76 GenerateProfilerForTypedVariable(out, val.vector_value(0), in GenerateProfilerForVectorVariable()
97 GenerateProfilerForTypedVariable(out, val.vector_value(0), array_element_name, in GenerateProfilerForArrayVariable()
119 GenerateProfilerForTypedVariable(out, struct_field, struct_field_name, in GenerateProfilerForStructVariable()
140 GenerateProfilerForTypedVariable(out, union_field, union_field_name, in GenerateProfilerForUnionVariable()
320 GenerateProfilerForTypedVariable(out, val.fmq_value(0), fmq_item_name, in GenerateProfilerForFMQSyncVariable()
347 GenerateProfilerForTypedVariable(out, val.fmq_value(0), fmq_item_name, in GenerateProfilerForFMQUnsyncVariable()
402 GenerateProfilerForTypedVariable(out, arg, arg_name, in GenerateProfilerForMethod()
441 GenerateProfilerForTypedVariable(out, arg, result_name, in GenerateProfilerForMethod()
DProfilerCodeGenBase.cpp143 void ProfilerCodeGenBase::GenerateProfilerForTypedVariable(Formatter& out, in GenerateProfilerForTypedVariable() function in android::vts::ProfilerCodeGenBase
274 GenerateProfilerForTypedVariable(out, attribute, "arg_name", "arg_val_name"); in GenerateProfilerMethodImplForAttribute()
DProfilerCodeGenBase.h163 virtual void GenerateProfilerForTypedVariable(Formatter& out,