HomeSort by relevance Sort by last modified time
    Searched refs:type_out (Results 1 - 6 of 6) sorted by null

  /art/openjdkjvmti/
ti_ddms.h 46 /*out*/ jint* type_out,
ti_ddms.cc 50 /*out*/jint* type_out,
53 if (env == nullptr || type_out == nullptr || data_out == nullptr || data_length_out == nullptr) {
71 /*out*/reinterpret_cast<uint32_t*>(type_out),
  /external/oj-libjdwp/src/share/back/
DDMImpl.c 87 jint type_out; local
118 &type_out,
132 outStream_writeInt(out, type_out);
util.h 89 jint* type_out,
  /art/test/1940-ddms-ext/
ddm_ext.cc 32 jint* type_out,
  /external/v8/src/compiler/
graph-visualizer.cc 326 std::ostringstream type_out; local
327 type.PrintTo(type_out);
328 os_ << ",\"type\":\"" << JSONEscaped(type_out) << "\"";

Completed in 492 milliseconds