Home
last modified time | relevance | path

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

/external/smali/dexlib/src/main/java/org/jf/dexlib/
DMethodIdItem.java165 String prototypeString = methodPrototype.getPrototypeString(); in getMethodString() local
167 …uilder sb = new StringBuilder(classType.length() + methodName.length() + prototypeString.length() + in getMethodString()
172 sb.append(prototypeString); in getMethodString()
185 String prototypeString = methodPrototype.getPrototypeString(); in getShortMethodString() local
187 StringBuilder sb = new StringBuilder(methodName.length() + prototypeString.length()); in getShortMethodString()
189 sb.append(prototypeString); in getShortMethodString()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8PerContextData.cpp72 v8::Handle<v8::Value> prototypeValue = object->Get(prototypeString); \
83 v8::Handle<v8::String> prototypeString = v8AtomicString(m_isolate, "prototype"); in init() local
84 if (prototypeString.IsEmpty()) in init()