Searched refs:out_type (Results 1 – 3 of 3) sorted by relevance
/art/test/1940-ddms-ext/ |
D | ddm_ext.cc | 81 jint out_type; in Java_art_Test1940_processChunk() local 88 /*out*/&out_type, in Java_art_Test1940_processChunk() 100 out_type, in Java_art_Test1940_processChunk()
|
/art/runtime/ |
D | debugger.h | 678 /*out*/uint32_t* out_type,
|
D | debugger.cc | 4197 /*out*/uint32_t* out_type, in DdmHandleChunk() argument 4250 *out_type = env->GetIntField(chunk.get(), in DdmHandleChunk() 4304 uint32_t out_type = 0; in DdmHandlePacket() local 4306 if (!DdmHandleChunk(env, type, data, &out_type, &out_data) || out_data.empty()) { in DdmHandlePacket() 4313 JDWP::Set4BE(*pReplyBuf, out_type); in DdmHandlePacket()
|