Searched refs:jvmtiAllocate (Results 1 – 21 of 21) sorted by relevance
45 static struct jdwpTransportCallback callback = {jvmtiAllocate, jvmtiDeallocate};67 utf8msg = (jbyte*)jvmtiAllocate(maxlen+1); in printLastError()380 commandLine = jvmtiAllocate((int)strlen(command) + in launch()394 buf = jvmtiAllocate(len*3+3); in launch()448 info = jvmtiAllocate(sizeof(*info)); in transport_startTransport()452 info->name = jvmtiAllocate((int)strlen(name)+1); in transport_startTransport()461 info->address = jvmtiAllocate((int)strlen(address)+1); in transport_startTransport()482 prop_value = (char*)jvmtiAllocate(len); in transport_startTransport()
40 struct bag *theBag = (struct bag *)jvmtiAllocate(sizeof(struct bag)); in bagCreateBag()45 theBag->items = jvmtiAllocate(initialAllocation * itemSize); in bagCreateBag()105 new_items = jvmtiAllocate(allocated * itemSize); in bagAdd()
110 jbyte *newSeg = jvmtiAllocate(segSize); in writeBytes()111 struct PacketData *newHeader = jvmtiAllocate(sizeof(*newHeader)); in writeBytes()318 new_string = jvmtiAllocate(new_length+1); in outStream_writeString()433 data = jvmtiAllocate(len); in outStream_send()
329 classes = jvmtiAllocate(classCount * (int)sizeof(jclass)); in instanceCounts()355 counts = jvmtiAllocate(classCount * (int)sizeof(jlong)); in instanceCounts()394 classDefs = jvmtiAllocate(classCount*(int)sizeof(jvmtiClassDefinition)); in redefineClasses()423 bytes = (unsigned char *)jvmtiAllocate(byteCount); in redefineClasses()805 buf = jvmtiAllocate((int)strlen(string)+1); in writePaths()
57 l1Array = jvmtiAllocate((JDWP_HIGHEST_COMMAND_SET+1) * sizeof(void *)); in debugDispatch_initialize()
331 new_lineTable = jvmtiAllocate((jint)allocSize); in assureLineTableSize()355 new_fileTable = jvmtiAllocate((jint)allocSize); in assureFileTableSize()379 new_stratumTable = jvmtiAllocate((jint)allocSize); in assureStratumTableSize()
374 string = jvmtiAllocate(length + 1); in inStream_readString()387 new_string = jvmtiAllocate(new_length+1); in inStream_readString()
96 data_in = inStream_readBytes(in, len_in, (jbyte*)jvmtiAllocate(len_in)); in chunk()
220 node = jvmtiAllocate(sizeof(KlassNode)); in classTrack_addPreparedClass()
166 node = (RefNode*)jvmtiAllocate((int)sizeof(RefNode)); in createNode()367 gdata->objectsByID = (RefNode**)jvmtiAllocate((int)sizeof(RefNode*)*size); in initializeObjectsByID()
973 command = jvmtiAllocate(command_size); in eventHelper_reportEvents()1080 HelperCommand *command = jvmtiAllocate(sizeof(*command)); in eventHelper_reportInvokeDone()1098 HelperCommand *command = jvmtiAllocate(sizeof(*command)); in eventHelper_reportVMInit()1114 HelperCommand *command = jvmtiAllocate(sizeof(*command)); in eventHelper_suspendThread()
283 pL = jvmtiAllocate((jint)sizeof(struct PacketList)); in enqueue()
1064 combinedOptions = jvmtiAllocate((jint)originalLength + 1 + in add_to_options()1154 gdata->options = jvmtiAllocate(length + 1); in parseOptions()1159 names = jvmtiAllocate(length + 1); in parseOptions()
431 void *jvmtiAllocate(jint numBytes);
309 node = jvmtiAllocate(sizeof(*node)); in insertThread()462 eventMode = jvmtiAllocate((jint)sizeof(DeferredEventMode)); in addDeferredEventMode()1153 ptr = jvmtiAllocate(length*(jint)nbytes); in newArray()
266 gdata->property_java_vm_info = jvmtiAllocate(1); in util_initialize()588 arguments = jvmtiAllocate(argumentCount * (jint)sizeof(*arguments)); in sharedInvoke()1762 value = jvmtiAllocate((int)strlen(utf) + 1); in getPropertyUTF8()1839 jvmtiAllocate(jint numBytes) in jvmtiAllocate() function
483 classname = jvmtiAllocate((int)strlen(signature)+1); in synthesizeUnloadEvent()502 char *durableSignature = jvmtiAllocate((int)strlen(signature)+1); in synthesizeUnloadEvent()
53 ptr = jvmtiAllocate(length*((jint)nbytes)); in newComponents()
117 argRefs = jvmtiAllocate((jint)(request->argumentCount*sizeof(jobject))); in createGlobalRefs()
156 HandlerNode *node = jvmtiAllocate((jint)size); in eventFilterRestricted_alloc()
70 args = jvmtiAllocate((jint)strlen(cmdLine)+1); in dbgsysExec()89 argv = jvmtiAllocate((argc + 1) * (jint)sizeof(char *)); in dbgsysExec()