Home
last modified time | relevance | path

Searched refs:jvmtiAllocate (Results 1 – 21 of 21) sorted by relevance

/external/oj-libjdwp/src/share/back/
Dtransport.c45 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()
Dbag.c40 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()
DoutStream.c110 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()
DVirtualMachineImpl.c329 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()
DdebugDispatch.c57 l1Array = jvmtiAllocate((JDWP_HIGHEST_COMMAND_SET+1) * sizeof(void *)); in debugDispatch_initialize()
DSDE.c331 new_lineTable = jvmtiAllocate((jint)allocSize); in assureLineTableSize()
355 new_fileTable = jvmtiAllocate((jint)allocSize); in assureFileTableSize()
379 new_stratumTable = jvmtiAllocate((jint)allocSize); in assureStratumTableSize()
DinStream.c374 string = jvmtiAllocate(length + 1); in inStream_readString()
387 new_string = jvmtiAllocate(new_length+1); in inStream_readString()
DDDMImpl.c96 data_in = inStream_readBytes(in, len_in, (jbyte*)jvmtiAllocate(len_in)); in chunk()
DclassTrack.c220 node = jvmtiAllocate(sizeof(KlassNode)); in classTrack_addPreparedClass()
DcommonRef.c166 node = (RefNode*)jvmtiAllocate((int)sizeof(RefNode)); in createNode()
367 gdata->objectsByID = (RefNode**)jvmtiAllocate((int)sizeof(RefNode*)*size); in initializeObjectsByID()
DeventHelper.c973 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()
DdebugLoop.c283 pL = jvmtiAllocate((jint)sizeof(struct PacketList)); in enqueue()
DdebugInit.c1064 combinedOptions = jvmtiAllocate((jint)originalLength + 1 + in add_to_options()
1154 gdata->options = jvmtiAllocate(length + 1); in parseOptions()
1159 names = jvmtiAllocate(length + 1); in parseOptions()
Dutil.h431 void *jvmtiAllocate(jint numBytes);
DthreadControl.c309 node = jvmtiAllocate(sizeof(*node)); in insertThread()
462 eventMode = jvmtiAllocate((jint)sizeof(DeferredEventMode)); in addDeferredEventMode()
1153 ptr = jvmtiAllocate(length*(jint)nbytes); in newArray()
Dutil.c266 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
DeventHandler.c483 classname = jvmtiAllocate((int)strlen(signature)+1); in synthesizeUnloadEvent()
502 char *durableSignature = jvmtiAllocate((int)strlen(signature)+1); in synthesizeUnloadEvent()
DArrayReferenceImpl.c53 ptr = jvmtiAllocate(length*((jint)nbytes)); in newComponents()
Dinvoker.c117 argRefs = jvmtiAllocate((jint)(request->argumentCount*sizeof(jobject))); in createGlobalRefs()
DeventFilter.c156 HandlerNode *node = jvmtiAllocate((jint)size); in eventFilterRestricted_alloc()
/external/oj-libjdwp/src/solaris/back/
Dexec_md.c70 args = jvmtiAllocate((jint)strlen(cmdLine)+1); in dbgsysExec()
89 argv = jvmtiAllocate((argc + 1) * (jint)sizeof(char *)); in dbgsysExec()