Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java99 TypeId<Constructable> constructable = TypeId.get(Constructable.class); in testNewInstance() local
101 constructable, "call", TypeId.LONG, TypeId.BOOLEAN); in testNewInstance()
106 = constructable.getConstructor(TypeId.LONG, TypeId.BOOLEAN); in testNewInstance()
107 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/v8/
DChangeLog15095 Make generators non-constructable (issues 4163, 4630).