Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dinstrumentation.cc183 switch (type->GetCategory()) { in GenerateShiftParamsCode()
218 needsBoxingReg |= type->GetCategory() != ir::Type::Category::Reference; in InjectArrayParamsHook()
276 if (type->GetCategory() != ir::Type::Category::Reference) { in InjectArrayParamsHook()
279 current_reg += 1 + (type->GetCategory() == ir::Type::Category::WideScalar); in InjectArrayParamsHook()
344 (declared_return_type->GetCategory() == ir::Type::Category::Reference)); in Apply()
Ddex_ir.cc82 Type::Category Type::GetCategory() const { in GetCategory() function in ir::Type
/tools/dexter/slicer/export/slicer/
Ddex_ir.h181 Category GetCategory() const;