OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FreeRawMemory
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/v8/test/cctest/
test-alloc.cc
218
code_range.
FreeRawMemory
(blocks[index].base, blocks[index].size);
/external/v8/test/cctest/
test-alloc.cc
233
code_range->
FreeRawMemory
(blocks[index].base, blocks[index].size);
/external/v8/src/
spaces.cc
245
void CodeRange::
FreeRawMemory
(Address address, size_t length) {
332
isolate_->code_range()->
FreeRawMemory
(base, size);
[
all
...]
spaces.h
839
void
FreeRawMemory
(Address buf, size_t length);
[
all
...]
/external/chromium_org/v8/src/
spaces.h
950
void
FreeRawMemory
(Address buf, size_t length);
[
all
...]
spaces.cc
258
void CodeRange::
FreeRawMemory
(Address address, size_t length) {
358
isolate_->code_range()->
FreeRawMemory
(base, size);
[
all
...]
Completed in 431 milliseconds