Home
last modified time | relevance | path

Searched defs:append (Results 1 – 4 of 4) sorted by relevance

/art/tools/ahat/src/main/com/android/ahat/
DDocString.java68 public DocString append(String text) { in append() method in DocString
82 public DocString append(DocString str) { in append() method in DocString
/art/runtime/native/
Dlibcore_util_CharsetUtils.cc58 bool append(jbyte b) { in append() function in art::NativeUnsafeByteSequence
/art/runtime/
Dreflection.cc262 #define DO_FIRST_ARG(match_descriptor, get_fn, append) { \ in BuildArgArrayFromObjectArray() argument
268 #define DO_ARG(match_descriptor, get_fn, append) \ in BuildArgArrayFromObjectArray() argument
/art/runtime/verifier/
Dmethod_verifier.cc920 void MethodVerifier<kVerifierDebug>::AppendToLastFailMessage(const std::string& append) { in AppendToLastFailMessage()
3829 std::string append(" in attempt to access method "); in ResolveMethodAndCheckAccess() local