Searched refs:debugName (Results 1 – 5 of 5) sorted by relevance
44 public SmaliCompositeElementType(@NotNull @NonNls String debugName, in SmaliCompositeElementType() argument46 super(debugName, SmaliLanguage.INSTANCE); in SmaliCompositeElementType()
49 protected SmaliStubElementType(@NotNull @NonNls String debugName) { in SmaliStubElementType() argument50 super(debugName, SmaliLanguage.INSTANCE); in SmaliStubElementType()
48 protected SmaliBaseReferenceListElementType(@NotNull @NonNls String debugName) { in SmaliBaseReferenceListElementType() argument49 super(debugName); in SmaliBaseReferenceListElementType()
259 char* debugName = DEBUG_FILENAME_STRING; in OpDebug()260 if (debugName && debugName[0]) { in OpDebug()261 SkPathOpsDebug::BumpTestName(debugName); in OpDebug()262 SkPathOpsDebug::ShowPath(one, two, op, debugName); in OpDebug()
916 FunctionMirror.prototype.debugName = function() { method in FunctionMirror