Home
last modified time | relevance | path

Searched defs:srcTypes (Results 1 – 3 of 3) sorted by relevance

/external/javassist/src/main/javassist/bytecode/stackmap/
DMapMaker.java299 protected static int recordTypeData(int n, TypeData[] srcTypes, TypeData[] destTypes) { in recordTypeData()
311 protected static void copyTypeData(int n, TypeData[] srcTypes, TypeData[] destTypes) { in copyTypeData()
/external/mesa3d/src/nouveau/codegen/
Dnv50_ir_target.h197 uint16_t srcTypes; member
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/gml_st/IR/
Dgml_st_ops.cc1898 SmallVector<Type, 4> srcTypes, dstTypes, setTypes; in parse() local