OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CodeRange
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/
spaces.h
811
// platforms, we support this using the
CodeRange
object, which reserves and
813
class
CodeRange
{
815
explicit
CodeRange
(Isolate* isolate);
816
~
CodeRange
() { TearDown(); }
882
DISALLOW_COPY_AND_ASSIGN(
CodeRange
);
[
all
...]
spaces.cc
123
//
CodeRange
126
CodeRange
::
CodeRange
(Isolate* isolate)
135
bool
CodeRange
::SetUp(const size_t requested) {
148
LOG(isolate_, NewEvent("
CodeRange
", code_range_->address(), requested));
160
int
CodeRange
::CompareFreeBlockAddress(const FreeBlock* left,
162
// The entire point of
CodeRange
is that the difference between two
169
void
CodeRange
::GetNextAllocationBlock(size_t requested) {
206
V8::FatalProcessOutOfMemory("
CodeRange
::GetNextAllocationBlock");
211
Address
CodeRange
::AllocateRawMemory(const size_t requested
[
all
...]
/external/chromium_org/v8/src/
spaces.cc
124
//
CodeRange
127
CodeRange
::
CodeRange
(Isolate* isolate)
136
bool
CodeRange
::SetUp(const size_t requested) {
149
LOG(isolate_, NewEvent("
CodeRange
", code_range_->address(), requested));
161
int
CodeRange
::CompareFreeBlockAddress(const FreeBlock* left,
163
// The entire point of
CodeRange
is that the difference between two
170
void
CodeRange
::GetNextAllocationBlock(size_t requested) {
207
V8::FatalProcessOutOfMemory("
CodeRange
::GetNextAllocationBlock");
211
Address
CodeRange
::AllocateRawMemory(const size_t requested_size
[
all
...]
spaces.h
915
// platforms, we support this using the
CodeRange
object, which reserves and
917
class
CodeRange
{
919
explicit
CodeRange
(Isolate* isolate);
920
~
CodeRange
() { TearDown(); }
[
all
...]
Completed in 46 milliseconds