OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:request_begin
(Results
1 - 4
of
4
) sorted by null
/external/xmlrpcpp/src/
XmlRpcClient.h
28
static const char
REQUEST_BEGIN
[];
XmlRpcClient.cpp
14
const char XmlRpcClient::
REQUEST_BEGIN
[] =
201
std::string body =
REQUEST_BEGIN
;
/art/runtime/gc/
heap.cc
380
uint8_t*
request_begin
= requested_alloc_space_begin;
local
381
if (
request_begin
!= nullptr && separate_non_moving_space) {
382
request_begin
+= non_moving_space_capacity;
400
request_begin
= reinterpret_cast<uint8_t*>(300 * MB);
407
request_begin
,
414
main_mem_map_1.reset(MemMap::MapAnonymous(kMemMapSpaceName[0],
request_begin
, capacity_,
445
region_space_ = space::RegionSpace::Create("Region space", capacity_ * 2,
request_begin
);
637
uint8_t*
request_begin
,
641
MemMap* map = MemMap::MapAnonymous(name,
request_begin
, capacity,
643
if (map != nullptr ||
request_begin
== nullptr)
[
all
...]
heap.h
804
static MemMap* MapAnonymousPreferredAddress(const char* name, uint8_t*
request_begin
,
[
all
...]
Completed in 447 milliseconds