OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expandBufAddSpace
(Results
1 - 5
of
5
) sorted by null
/art/runtime/jdwp/
jdwp_expand_buf.h
54
*
expandBufAddSpace
() returns a pointer to the *start* of the region
57
uint8_t*
expandBufAddSpace
(ExpandBuf* pBuf, int gapSize);
jdwp_expand_buf.cc
106
uint8_t*
expandBufAddSpace
(ExpandBuf* pBuf, int gapSize) {
jdwp_handler.cc
[
all
...]
jdwp_event.cc
732
expandBufAddSpace
(pReq, kJDWPHeaderLen);
[
all
...]
/art/runtime/
debugger.cc
[
all
...]
Completed in 56 milliseconds