Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java110 TypeId<Constructable> constructable = TypeId.get(Constructable.class); in testNewInstance() local
112 constructable, "call", TypeId.LONG, TypeId.BOOLEAN); in testNewInstance()
117 = constructable.getConstructor(TypeId.LONG, TypeId.BOOLEAN); in testNewInstance()
118 Local<Constructable> localResult = code.newLocal(constructable); in testNewInstance()
/external/llvm/docs/
DProgrammersManual.rst1996 constructable, with costs equivalents to that of a bare pointer. If you look at
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DProgrammersManual.rst2586 constructable, with costs equivalents to that of a bare pointer. If you look at
/external/v8/
DChangeLog35975 Make generators non-constructable (issues 4163, 4630).