Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Ddex_ir_builder.cc39 auto ir_prototype = FindPrototype(method_id.signature); in FindMethod() local
40 if (ir_prototype == nullptr) { in FindMethod()
48 method_key.prototype = ir_prototype; in FindMethod()